HSL(81, 8%, 73%)
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(81,8%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 8%, 73%) | color: hsl(81, 8%, 73%) | |
| HEX | #BCC0B5 | color: #BCC0B5 | |
| RGB | rgb(188, 192, 181) | color: rgb(188, 192, 181) | |
| CMYK | cmyk(2%, 0%, 6%, 25%) | — | |
| HSV | hsv(82, 6%, 75%) | — | |
| HWB | hwb(82 71% 25%) | color: hwb(82 71% 25%) | |
| OKLCH | oklch(0.8015 0.0158 123.1) | color: oklch(0.8015 0.0158 123.1) | |
| Lab | lab(77.12 -3.39 5.06) | color: lab(77.12 -3.39 5.06) | |
| LCH | lch(77.12 6.09 123.82) | color: lch(77.12 6.09 123.82) |
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)
#BEBEB8 — rgb(190, 190, 184)
Deuteranopia (Green-blind)
#BEBDB8 — rgb(190, 189, 184)
Tritanopia (Blue-blind)
#BCBABA — rgb(188, 186, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 8%, 73%);
text
color: hsl(81, 8%, 73%);
border
border: 2px solid hsl(81, 8%, 73%);
gradient light
background: linear-gradient(to right, hsl(81, 8%, 93%), hsl(81, 8%, 73%));
gradient dark
background: linear-gradient(to right, hsl(81, 8%, 73%), hsl(81, 8%, 53%))
hex
background-color: #BCC0B5;
tailwind
bg-[hsl(81,8%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 8%, 73%, 0.4);
css variable
--color-primary: hsl(81, 8%, 73%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(81, 8%, 73%)?
HEX: #BCC0B5 | RGB: rgb(188, 192, 181) | CMYK: 2%, 0%, 6%, 25% | HSV: 82°, 6%, 75%. Copy any format from the conversion table above.
What colors go well with #BCC0B5?
The complementary color is HSL(261, 8%, 73%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 8%, 73%) in CSS?
As HSL: color: hsl(81, 8%, 73%); — As HEX: color: #BCC0B5; — As RGB: color: rgb(188, 192, 181); — Tailwind CSS: bg-[hsl(81,8%,73%)] — CSS variable: --color-primary: hsl(81, 8%, 73%);