Shades of Light Steel Blue #BBC8DF
Tints of Light Steel Blue #BBC8DF
RGB
CMYK
RGB Variations
Color information
#BBC8DF (or 0xBBC8DF) is known color: Light Steel Blue. HEX triplet: BB, C8 and DF. RGB value is (187,200,223). Sum of RGB (Red+Green+Blue) = 187+200+223=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBC8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8DF is #443720. Grayscale: #C6C6C6. Windows color (decimal): -4470561 or 14665915. OLE color: 14665915.
HSL color Cylindrical-coordinate representation of color #BBC8DF: hue angle of 218.33º degrees, saturation: 0.36, 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 #BBC8DF is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 200 | 223 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.13 |
| HSL | 218.33º | 0.36% | 0.8% | - |
| HSV(B) | 218.33º | 0.16% | 0.87% | - |
| XYZ | 54.47 | 57.2 | 77.98 | - |
| YUV | 198.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 223 | 0.16 | 0.10 | 0 | 0.13 | 218.33 | 0.36 | 0.8 |
| Hex | BB | C8 | DF | 10 | A | 0 | D | DA | 24 | 50 |
| Octal | 273 | 310 | 337 | 20 | 12 | 0 | 15 | 332 | 44 | 120 |
| Binary | 10111011 | 11001000 | 11011111 | 10000 | 1010 | 0 | 1101 | 11011010 | 100100 | 1010000 |
Color Harmonies of #BBC8DF
Complementary color
Monochromatic Colors of #BBC8DF
Black with #BBC8DF
Text Example
Text Example
White with #BBC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8DF; }
p { color: rgb(187,200,223); }
H1.HeaderClassName
{
color: #BBC8DF;
}
.AnyTagClassName
{
color: #BBC8DF;
}
</style>
background-color css
<style>
a { background-color: #BBC8DF; }
a { background-color: rgb(187,200,223); }
div.DivClassName
{
background-color: #BBC8DF;
}
.BgClassName
{
background-color: #BBC8DF;
}
</style>
border-color css
<style>
span { border-color: #BBC8DF; }
span { border-color: rgb(187,200,223); }
td.TdClassName
{
border-color: #BBC8DF;
}
.TagClassName
{
border-color: #BBC8DF;
}
</style>