Shades of Light Steel Blue #B9CCE0
Tints of Light Steel Blue #B9CCE0
RGB
CMYK
RGB Variations
Color information
#B9CCE0 (or 0xB9CCE0) is known color: Light Steel Blue. HEX triplet: B9, CC and E0. RGB value is (185,204,224). Sum of RGB (Red+Green+Blue) = 185+204+224=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 224 - color contains mainly: blue. Hex color #B9CCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCE0 is #46331F. Grayscale: #C8C8C8. Windows color (decimal): -4600608 or 14732473. OLE color: 14732473.
HSL color Cylindrical-coordinate representation of color #B9CCE0: hue angle of 210.77º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9CCE0 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 204 | 224 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.12 |
| HSL | 210.77º | 0.39% | 0.8% | - |
| HSV(B) | 210.77º | 0.17% | 0.88% | - |
| XYZ | 55.06 | 58.88 | 78.98 | - |
| YUV | 200.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 224 | 0.17 | 0.09 | 0 | 0.12 | 210.77 | 0.39 | 0.8 |
| Hex | B9 | CC | E0 | 11 | 9 | 0 | C | D3 | 27 | 50 |
| Octal | 271 | 314 | 340 | 21 | 11 | 0 | 14 | 323 | 47 | 120 |
| Binary | 10111001 | 11001100 | 11100000 | 10001 | 1001 | 0 | 1100 | 11010011 | 100111 | 1010000 |
Color Harmonies of #B9CCE0
Complementary color
Monochromatic Colors of #B9CCE0
Black with #B9CCE0
Text Example
Text Example
White with #B9CCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CCE0; }
p { color: rgb(185,204,224); }
H1.HeaderClassName
{
color: #B9CCE0;
}
.AnyTagClassName
{
color: #B9CCE0;
}
</style>
background-color css
<style>
a { background-color: #B9CCE0; }
a { background-color: rgb(185,204,224); }
div.DivClassName
{
background-color: #B9CCE0;
}
.BgClassName
{
background-color: #B9CCE0;
}
</style>
border-color css
<style>
span { border-color: #B9CCE0; }
span { border-color: rgb(185,204,224); }
td.TdClassName
{
border-color: #B9CCE0;
}
.TagClassName
{
border-color: #B9CCE0;
}
</style>