HSL(186, 8%, 76%)
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(186,8%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(186, 8%, 76%) | color: hsl(186, 8%, 76%) | |
| HEX | #BDC6C7 | color: #BDC6C7 | |
| RGB | rgb(189, 198, 199) | color: rgb(189, 198, 199) | |
| CMYK | cmyk(5%, 1%, 0%, 22%) | — | |
| HSV | hsv(186, 5%, 78%) | — | |
| HWB | hwb(186 74% 22%) | color: hwb(186 74% 22%) | |
| OKLCH | oklch(0.8199 0.01 204.9) | color: oklch(0.8199 0.01 204.9) | |
| Lab | lab(79.23 -2.89 -1.57) | color: lab(79.23 -2.89 -1.57) | |
| LCH | lch(79.23 3.29 208.51) | color: lch(79.23 3.29 208.51) |
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)
#C1C1C7 — rgb(193, 193, 199)
Deuteranopia (Green-blind)
#C0C0C7 — rgb(192, 192, 199)
Tritanopia (Blue-blind)
#BDC7C7 — rgb(189, 199, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(186, 8%, 76%);
text
color: hsl(186, 8%, 76%);
border
border: 2px solid hsl(186, 8%, 76%);
gradient light
background: linear-gradient(to right, hsl(186, 8%, 96%), hsl(186, 8%, 76%));
gradient dark
background: linear-gradient(to right, hsl(186, 8%, 76%), hsl(186, 8%, 56%))
hex
background-color: #BDC6C7;
tailwind
bg-[hsl(186,8%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(186, 8%, 76%, 0.4);
css variable
--color-primary: hsl(186, 8%, 76%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(186, 8%, 76%)?
HEX: #BDC6C7 | RGB: rgb(189, 198, 199) | CMYK: 5%, 1%, 0%, 22% | HSV: 186°, 5%, 78%. Copy any format from the conversion table above.
What colors go well with #BDC6C7?
The complementary color is HSL(6, 8%, 76%). For a triadic harmony, use hues 186°, 306°, and 66°. For analogous combinations, try hues 156° and 216°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(186, 8%, 76%) in CSS?
As HSL: color: hsl(186, 8%, 76%); — As HEX: color: #BDC6C7; — As RGB: color: rgb(189, 198, 199); — Tailwind CSS: bg-[hsl(186,8%,76%)] — CSS variable: --color-primary: hsl(186, 8%, 76%);