HSL(202, 5%, 74%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(202,5%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 5%, 74%) | color: hsl(202, 5%, 74%) | |
| HEX | #B9BEC0 | color: #B9BEC0 | |
| RGB | rgb(185, 190, 192) | color: rgb(185, 190, 192) | |
| CMYK | cmyk(4%, 1%, 0%, 25%) | — | |
| HSV | hsv(197, 4%, 75%) | — | |
| HWB | hwb(197 72% 25%) | color: hwb(197 72% 25%) | |
| OKLCH | oklch(0.7982 0.0063 223.47) | color: oklch(0.7982 0.0063 223.47) | |
| Lab | lab(76.65 -1.35 -1.61) | color: lab(76.65 -1.35 -1.61) | |
| LCH | lch(76.65 2.1 230.02) | color: lch(76.65 2.1 230.02) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#BBBBC0 — rgb(187, 187, 192)
Deuteranopia (Green-blind)
#BBBBBF — rgb(187, 187, 191)
Tritanopia (Blue-blind)
#B9BFBF — rgb(185, 191, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 5%, 74%);
text
color: hsl(202, 5%, 74%);
border
border: 2px solid hsl(202, 5%, 74%);
gradient light
background: linear-gradient(to right, hsl(202, 5%, 94%), hsl(202, 5%, 74%));
gradient dark
background: linear-gradient(to right, hsl(202, 5%, 74%), hsl(202, 5%, 54%))
hex
background-color: #B9BEC0;
tailwind
bg-[hsl(202,5%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 5%, 74%, 0.4);
css variable
--color-primary: hsl(202, 5%, 74%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(202, 5%, 74%)?
HEX: #B9BEC0 | RGB: rgb(185, 190, 192) | CMYK: 4%, 1%, 0%, 25% | HSV: 197°, 4%, 75%. Copy any format from the conversion table above.
What colors go well with #B9BEC0?
The complementary color is HSL(22, 5%, 74%). For a triadic harmony, use hues 202°, 322°, and 82°. For analogous combinations, try hues 172° and 232°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(202, 5%, 74%) in CSS?
As HSL: color: hsl(202, 5%, 74%); — As HEX: color: #B9BEC0; — As RGB: color: rgb(185, 190, 192); — Tailwind CSS: bg-[hsl(202,5%,74%)] — CSS variable: --color-primary: hsl(202, 5%, 74%);