What is the HEX code for light blue grey?
The CSS color light blue grey in HEX format is #b7c9e2. Use this value directly in CSS, SVG, and most design tools.
How do I use light blue grey in CSS?
To apply light blue grey in CSS:
- Text color: color: #b7c9e2;
- Background: background-color: #b7c9e2;
- Border: border-color: #b7c9e2;
What are all the color format values for light blue grey?
| Format | Value |
|---|---|
| HEX | #b7c9e2 |
| RGB | rgb(183, 201, 226) |
| HSL | hsl(214.9, 42.6%, 80.2%) |
| CMYK | cmyk(19%, 11.1%, 0%, 11.4%) |
How do I convert light blue grey to HEX?
Select light blue grey from the color name list in our color converter. The HEX value — #b7c9e2 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light blue grey belong to?
light blue grey belongs to the blue color family. It is a light, moderately saturated color with HSL values: hue 214.9°, saturation 42.6%, lightness 80.2%.
How do I create lighter and darker shades of light blue grey?
Lighter variant (lightness 95%): #edf1f8. Darker variant (lightness 65.2%): #80a0cc. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.