HSL(232, 10%, 77%)
Grayish Blue — Blue color
Adjust Color
Color Information
Color Name
Grayish Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(232,10%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 10%, 77%) | color: hsl(232, 10%, 77%) | |
| HEX | #BEC0CA | color: #BEC0CA | |
| RGB | rgb(190, 192, 202) | color: rgb(190, 192, 202) | |
| CMYK | cmyk(6%, 5%, 0%, 21%) | — | |
| HSV | hsv(230, 6%, 79%) | — | |
| HWB | hwb(230 74% 21%) | color: hwb(230 74% 21%) | |
| OKLCH | oklch(0.8092 0.0141 277.01) | color: oklch(0.8092 0.0141 277.01) | |
| Lab | lab(77.82 1.21 -5.25) | color: lab(77.82 1.21 -5.25) | |
| LCH | lch(77.82 5.39 282.98) | color: lch(77.82 5.39 282.98) |
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)
#BFBFC8 — rgb(191, 191, 200)
Deuteranopia (Green-blind)
#BFBFC7 — rgb(191, 191, 199)
Tritanopia (Blue-blind)
#BEC6C5 — rgb(190, 198, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 10%, 77%);
text
color: hsl(232, 10%, 77%);
border
border: 2px solid hsl(232, 10%, 77%);
gradient light
background: linear-gradient(to right, hsl(232, 10%, 97%), hsl(232, 10%, 77%));
gradient dark
background: linear-gradient(to right, hsl(232, 10%, 77%), hsl(232, 10%, 57%))
hex
background-color: #BEC0CA;
tailwind
bg-[hsl(232,10%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 10%, 77%, 0.4);
css variable
--color-primary: hsl(232, 10%, 77%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 10%, 77%)?
HEX: #BEC0CA | RGB: rgb(190, 192, 202) | CMYK: 6%, 5%, 0%, 21% | HSV: 230°, 6%, 79%. Copy any format from the conversion table above.
What colors go well with #BEC0CA?
The complementary color is HSL(52, 10%, 77%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 10%, 77%) in CSS?
As HSL: color: hsl(232, 10%, 77%); — As HEX: color: #BEC0CA; — As RGB: color: rgb(190, 192, 202); — Tailwind CSS: bg-[hsl(232,10%,77%)] — CSS variable: --color-primary: hsl(232, 10%, 77%);