Shades of Light Steel Blue #BBCBE2
Tints of Light Steel Blue #BBCBE2
RGB
CMYK
RGB Variations
Color information
#BBCBE2 (or 0xBBCBE2) is known color: Light Steel Blue. HEX triplet: BB, CB and E2. RGB value is (187,203,226). Sum of RGB (Red+Green+Blue) = 187+203+226=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBCBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBE2 is #44341D. Grayscale: #C8C8C8. Windows color (decimal): -4469790 or 14863291. OLE color: 14863291.
HSL color Cylindrical-coordinate representation of color #BBCBE2: hue angle of 215.38º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBCBE2 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 203 | 226 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.11 |
| HSL | 215.38º | 0.4% | 0.81% | - |
| HSV(B) | 215.38º | 0.17% | 0.89% | - |
| XYZ | 55.58 | 58.77 | 80.37 | - |
| YUV | 200.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 226 | 0.17 | 0.10 | 0 | 0.11 | 215.38 | 0.4 | 0.81 |
| Hex | BB | CB | E2 | 11 | A | 0 | B | D7 | 28 | 51 |
| Octal | 273 | 313 | 342 | 21 | 12 | 0 | 13 | 327 | 50 | 121 |
| Binary | 10111011 | 11001011 | 11100010 | 10001 | 1010 | 0 | 1011 | 11010111 | 101000 | 1010001 |
Color Harmonies of #BBCBE2
Complementary color
Monochromatic Colors of #BBCBE2
Black with #BBCBE2
Text Example
Text Example
White with #BBCBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBE2; }
p { color: rgb(187,203,226); }
H1.HeaderClassName
{
color: #BBCBE2;
}
.AnyTagClassName
{
color: #BBCBE2;
}
</style>
background-color css
<style>
a { background-color: #BBCBE2; }
a { background-color: rgb(187,203,226); }
div.DivClassName
{
background-color: #BBCBE2;
}
.BgClassName
{
background-color: #BBCBE2;
}
</style>
border-color css
<style>
span { border-color: #BBCBE2; }
span { border-color: rgb(187,203,226); }
td.TdClassName
{
border-color: #BBCBE2;
}
.TagClassName
{
border-color: #BBCBE2;
}
</style>