Shades of Light Steel Blue #BBCDE1
Tints of Light Steel Blue #BBCDE1
RGB
CMYK
RGB Variations
Color information
#BBCDE1 (or 0xBBCDE1) is known color: Light Steel Blue. HEX triplet: BB, CD and E1. RGB value is (187,205,225). Sum of RGB (Red+Green+Blue) = 187+205+225=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBCDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDE1 is #44321E. Grayscale: #C9C9C9. Windows color (decimal): -4469279 or 14798267. OLE color: 14798267.
HSL color Cylindrical-coordinate representation of color #BBCDE1: hue angle of 211.58º degrees, saturation: 0.39, 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 #BBCDE1 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 205 | 225 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.12 |
| HSL | 211.58º | 0.39% | 0.81% | - |
| HSV(B) | 211.58º | 0.17% | 0.88% | - |
| XYZ | 55.92 | 59.66 | 79.8 | - |
| YUV | 201.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 225 | 0.17 | 0.09 | 0 | 0.12 | 211.58 | 0.39 | 0.81 |
| Hex | BB | CD | E1 | 11 | 9 | 0 | C | D4 | 27 | 51 |
| Octal | 273 | 315 | 341 | 21 | 11 | 0 | 14 | 324 | 47 | 121 |
| Binary | 10111011 | 11001101 | 11100001 | 10001 | 1001 | 0 | 1100 | 11010100 | 100111 | 1010001 |
Color Harmonies of #BBCDE1
Complementary color
Monochromatic Colors of #BBCDE1
Black with #BBCDE1
Text Example
Text Example
White with #BBCDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDE1; }
p { color: rgb(187,205,225); }
H1.HeaderClassName
{
color: #BBCDE1;
}
.AnyTagClassName
{
color: #BBCDE1;
}
</style>
background-color css
<style>
a { background-color: #BBCDE1; }
a { background-color: rgb(187,205,225); }
div.DivClassName
{
background-color: #BBCDE1;
}
.BgClassName
{
background-color: #BBCDE1;
}
</style>
border-color css
<style>
span { border-color: #BBCDE1; }
span { border-color: rgb(187,205,225); }
td.TdClassName
{
border-color: #BBCDE1;
}
.TagClassName
{
border-color: #BBCDE1;
}
</style>