Shades of Light Steel Blue #BBC9DF
Tints of Light Steel Blue #BBC9DF
RGB
CMYK
RGB Variations
Color information
#BBC9DF (or 0xBBC9DF) is known color: Light Steel Blue. HEX triplet: BB, C9 and DF. RGB value is (187,201,223). Sum of RGB (Red+Green+Blue) = 187+201+223=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBC9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9DF is #443620. Grayscale: #C7C7C7. Windows color (decimal): -4470305 or 14666171. OLE color: 14666171.
HSL color Cylindrical-coordinate representation of color #BBC9DF: hue angle of 216.67º 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 #BBC9DF is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 201 | 223 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.13 |
| HSL | 216.67º | 0.36% | 0.8% | - |
| HSV(B) | 216.67º | 0.16% | 0.87% | - |
| XYZ | 54.7 | 57.67 | 78.06 | - |
| YUV | 199.32 | 141.36 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 223 | 0.16 | 0.10 | 0 | 0.13 | 216.67 | 0.36 | 0.8 |
| Hex | BB | C9 | DF | 10 | A | 0 | D | D9 | 24 | 50 |
| Octal | 273 | 311 | 337 | 20 | 12 | 0 | 15 | 331 | 44 | 120 |
| Binary | 10111011 | 11001001 | 11011111 | 10000 | 1010 | 0 | 1101 | 11011001 | 100100 | 1010000 |
Color Harmonies of #BBC9DF
Complementary color
Monochromatic Colors of #BBC9DF
Black with #BBC9DF
Text Example
Text Example
White with #BBC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9DF; }
p { color: rgb(187,201,223); }
H1.HeaderClassName
{
color: #BBC9DF;
}
.AnyTagClassName
{
color: #BBC9DF;
}
</style>
background-color css
<style>
a { background-color: #BBC9DF; }
a { background-color: rgb(187,201,223); }
div.DivClassName
{
background-color: #BBC9DF;
}
.BgClassName
{
background-color: #BBC9DF;
}
</style>
border-color css
<style>
span { border-color: #BBC9DF; }
span { border-color: rgb(187,201,223); }
td.TdClassName
{
border-color: #BBC9DF;
}
.TagClassName
{
border-color: #BBC9DF;
}
</style>