HSL(153, 11%, 77%)
Grayish Cyan — Cyan color
Adjust Color
Color Information
Color Name
Grayish Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(153,11%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(153, 11%, 77%) | color: hsl(153, 11%, 77%) | |
| HEX | #BECBC5 | color: #BECBC5 | |
| RGB | rgb(190, 203, 197) | color: rgb(190, 203, 197) | |
| CMYK | cmyk(6%, 0%, 3%, 20%) | — | |
| HSV | hsv(152, 6%, 80%) | — | |
| HWB | hwb(152 75% 20%) | color: hwb(152 75% 20%) | |
| OKLCH | oklch(0.8304 0.0164 166.63) | color: oklch(0.8304 0.0164 166.63) | |
| Lab | lab(80.57 -5.55 1.46) | color: lab(80.57 -5.55 1.46) | |
| LCH | lch(80.57 5.74 165.26) | color: lch(80.57 5.74 165.26) |
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)
#C4C4C6 — rgb(196, 196, 198)
Deuteranopia (Green-blind)
#C3C2C7 — rgb(195, 194, 199)
Tritanopia (Blue-blind)
#BFC8C8 — rgb(191, 200, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(153, 11%, 77%);
text
color: hsl(153, 11%, 77%);
border
border: 2px solid hsl(153, 11%, 77%);
gradient light
background: linear-gradient(to right, hsl(153, 11%, 97%), hsl(153, 11%, 77%));
gradient dark
background: linear-gradient(to right, hsl(153, 11%, 77%), hsl(153, 11%, 57%))
hex
background-color: #BECBC5;
tailwind
bg-[hsl(153,11%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(153, 11%, 77%, 0.4);
css variable
--color-primary: hsl(153, 11%, 77%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(153, 11%, 77%)?
HEX: #BECBC5 | RGB: rgb(190, 203, 197) | CMYK: 6%, 0%, 3%, 20% | HSV: 152°, 6%, 80%. Copy any format from the conversion table above.
What colors go well with #BECBC5?
The complementary color is HSL(333, 11%, 77%). For a triadic harmony, use hues 153°, 273°, and 33°. For analogous combinations, try hues 123° and 183°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(153, 11%, 77%) in CSS?
As HSL: color: hsl(153, 11%, 77%); — As HEX: color: #BECBC5; — As RGB: color: rgb(190, 203, 197); — Tailwind CSS: bg-[hsl(153,11%,77%)] — CSS variable: --color-primary: hsl(153, 11%, 77%);