Shades of Light Steel Blue #BBC8DE
Tints of Light Steel Blue #BBC8DE
RGB
CMYK
RGB Variations
Color information
#BBC8DE (or 0xBBC8DE) is known color: Light Steel Blue. HEX triplet: BB, C8 and DE. RGB value is (187,200,222). Sum of RGB (Red+Green+Blue) = 187+200+222=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBC8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8DE is #443721. Grayscale: #C6C6C6. Windows color (decimal): -4470562 or 14600379. OLE color: 14600379.
HSL color Cylindrical-coordinate representation of color #BBC8DE: hue angle of 217.71º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBC8DE is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 187 | 200 | 222 | - |
CMYK | 0.16 | 0.10 | 0 | 0.13 |
HSL | 217.71º | 0.35% | 0.8% | - |
HSV(B) | 217.71º | 0.16% | 0.87% | - |
XYZ | 54.33 | 57.15 | 77.27 | - |
YUV | 198.62 | 141.19 | 119.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 200 | 222 | 0.16 | 0.10 | 0 | 0.13 | 217.71 | 0.35 | 0.8 |
Hex | BB | C8 | DE | 10 | A | 0 | D | DA | 23 | 50 |
Octal | 273 | 310 | 336 | 20 | 12 | 0 | 15 | 332 | 43 | 120 |
Binary | 10111011 | 11001000 | 11011110 | 10000 | 1010 | 0 | 1101 | 11011010 | 100011 | 1010000 |
Color Harmonies of #BBC8DE
Complementary color
Monochromatic Colors of #BBC8DE
Black with #BBC8DE
Text Example
Text Example
White with #BBC8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8DE; }
p { color: rgb(187,200,222); }
H1.HeaderClassName
{
color: #BBC8DE;
}
.AnyTagClassName
{
color: #BBC8DE;
}
</style>
background-color css
<style>
a { background-color: #BBC8DE; }
a { background-color: rgb(187,200,222); }
div.DivClassName
{
background-color: #BBC8DE;
}
.BgClassName
{
background-color: #BBC8DE;
}
</style>
border-color css
<style>
span { border-color: #BBC8DE; }
span { border-color: rgb(187,200,222); }
td.TdClassName
{
border-color: #BBC8DE;
}
.TagClassName
{
border-color: #BBC8DE;
}
</style>