HSL(177, 16%, 77%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(177,16%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 16%, 77%) | color: hsl(177, 16%, 77%) | |
| HEX | #BBCECD | color: #BBCECD | |
| RGB | rgb(187, 206, 205) | color: rgb(187, 206, 205) | |
| CMYK | cmyk(9%, 0%, 0%, 19%) | — | |
| HSV | hsv(177, 9%, 81%) | — | |
| HWB | hwb(177 74% 19%) | color: hwb(177 74% 19%) | |
| OKLCH | oklch(0.8368 0.0206 192.93) | color: oklch(0.8368 0.0206 192.93) | |
| Lab | lab(81.35 -6.59 -1.69) | color: lab(81.35 -6.59 -1.69) | |
| LCH | lch(81.35 6.8 194.38) | color: lch(81.35 6.8 194.38) |
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)
#C3C3CD — rgb(195, 195, 205)
Deuteranopia (Green-blind)
#C2C1CD — rgb(194, 193, 205)
Tritanopia (Blue-blind)
#BCCDCD — rgb(188, 205, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 16%, 77%);
text
color: hsl(177, 16%, 77%);
border
border: 2px solid hsl(177, 16%, 77%);
gradient light
background: linear-gradient(to right, hsl(177, 16%, 97%), hsl(177, 16%, 77%));
gradient dark
background: linear-gradient(to right, hsl(177, 16%, 77%), hsl(177, 16%, 57%))
hex
background-color: #BBCECD;
tailwind
bg-[hsl(177,16%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 16%, 77%, 0.4);
css variable
--color-primary: hsl(177, 16%, 77%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 16%, 77%)?
HEX: #BBCECD | RGB: rgb(187, 206, 205) | CMYK: 9%, 0%, 0%, 19% | HSV: 177°, 9%, 81%. Copy any format from the conversion table above.
What colors go well with #BBCECD?
The complementary color is HSL(357, 16%, 77%). For a triadic harmony, use hues 177°, 297°, and 57°. For analogous combinations, try hues 147° and 207°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(177, 16%, 77%) in CSS?
As HSL: color: hsl(177, 16%, 77%); — As HEX: color: #BBCECD; — As RGB: color: rgb(187, 206, 205); — Tailwind CSS: bg-[hsl(177,16%,77%)] — CSS variable: --color-primary: hsl(177, 16%, 77%);