Shades of Light Steel Blue #B9CEE2
Tints of Light Steel Blue #B9CEE2
RGB
CMYK
RGB Variations
Color information
#B9CEE2 (or 0xB9CEE2) is known color: Light Steel Blue. HEX triplet: B9, CE and E2. RGB value is (185,206,226). Sum of RGB (Red+Green+Blue) = 185+206+226=617 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.98% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #B9CEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEE2 is #46311D. Grayscale: #C9C9C9. Windows color (decimal): -4600094 or 14864057. OLE color: 14864057.
HSL color Cylindrical-coordinate representation of color #B9CEE2: hue angle of 209.27º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9CEE2 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 206 | 226 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.11 |
| HSL | 209.27º | 0.41% | 0.81% | - |
| HSV(B) | 209.27º | 0.18% | 0.89% | - |
| XYZ | 55.81 | 59.95 | 80.58 | - |
| YUV | 202 | 141.54 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 226 | 0.18 | 0.09 | 0 | 0.11 | 209.27 | 0.41 | 0.81 |
| Hex | B9 | CE | E2 | 12 | 9 | 0 | B | D1 | 29 | 51 |
| Octal | 271 | 316 | 342 | 22 | 11 | 0 | 13 | 321 | 51 | 121 |
| Binary | 10111001 | 11001110 | 11100010 | 10010 | 1001 | 0 | 1011 | 11010001 | 101001 | 1010001 |
Color Harmonies of #B9CEE2
Complementary color
Monochromatic Colors of #B9CEE2
Black with #B9CEE2
Text Example
Text Example
White with #B9CEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CEE2; }
p { color: rgb(185,206,226); }
H1.HeaderClassName
{
color: #B9CEE2;
}
.AnyTagClassName
{
color: #B9CEE2;
}
</style>
background-color css
<style>
a { background-color: #B9CEE2; }
a { background-color: rgb(185,206,226); }
div.DivClassName
{
background-color: #B9CEE2;
}
.BgClassName
{
background-color: #B9CEE2;
}
</style>
border-color css
<style>
span { border-color: #B9CEE2; }
span { border-color: rgb(185,206,226); }
td.TdClassName
{
border-color: #B9CEE2;
}
.TagClassName
{
border-color: #B9CEE2;
}
</style>