Shades of Light Steel Blue #BBC9E0
Tints of Light Steel Blue #BBC9E0
RGB
CMYK
RGB Variations
Color information
#BBC9E0 (or 0xBBC9E0) is known color: Light Steel Blue. HEX triplet: BB, C9 and E0. RGB value is (187,201,224). Sum of RGB (Red+Green+Blue) = 187+201+224=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBC9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9E0 is #44361F. Grayscale: #C7C7C7. Windows color (decimal): -4470304 or 14731707. OLE color: 14731707.
HSL color Cylindrical-coordinate representation of color #BBC9E0: hue angle of 217.3º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBC9E0 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 201 | 224 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.12 |
| HSL | 217.3º | 0.37% | 0.81% | - |
| HSV(B) | 217.3º | 0.17% | 0.88% | - |
| XYZ | 54.83 | 57.72 | 78.77 | - |
| YUV | 199.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 224 | 0.17 | 0.10 | 0 | 0.12 | 217.3 | 0.37 | 0.81 |
| Hex | BB | C9 | E0 | 11 | A | 0 | C | D9 | 25 | 51 |
| Octal | 273 | 311 | 340 | 21 | 12 | 0 | 14 | 331 | 45 | 121 |
| Binary | 10111011 | 11001001 | 11100000 | 10001 | 1010 | 0 | 1100 | 11011001 | 100101 | 1010001 |
Color Harmonies of #BBC9E0
Complementary color
Monochromatic Colors of #BBC9E0
Black with #BBC9E0
Text Example
Text Example
White with #BBC9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9E0; }
p { color: rgb(187,201,224); }
H1.HeaderClassName
{
color: #BBC9E0;
}
.AnyTagClassName
{
color: #BBC9E0;
}
</style>
background-color css
<style>
a { background-color: #BBC9E0; }
a { background-color: rgb(187,201,224); }
div.DivClassName
{
background-color: #BBC9E0;
}
.BgClassName
{
background-color: #BBC9E0;
}
</style>
border-color css
<style>
span { border-color: #BBC9E0; }
span { border-color: rgb(187,201,224); }
td.TdClassName
{
border-color: #BBC9E0;
}
.TagClassName
{
border-color: #BBC9E0;
}
</style>