Shades of Light Steel Blue #B0C2DB
Tints of Light Steel Blue #B0C2DB
RGB
CMYK
RGB Variations
Color information
#B0C2DB (or 0xB0C2DB) is known color: Light Steel Blue. HEX triplet: B0, C2 and DB. RGB value is (176,194,219). Sum of RGB (Red+Green+Blue) = 176+194+219=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0C2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C2DB is #4F3D24. Grayscale: #BFBFBF. Windows color (decimal): -5192997 or 14402224. OLE color: 14402224.
HSL color Cylindrical-coordinate representation of color #B0C2DB: hue angle of 214.88º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0C2DB is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 194 | 219 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.14 |
| HSL | 214.88º | 0.37% | 0.77% | - |
| HSV(B) | 214.88º | 0.2% | 0.86% | - |
| XYZ | 49.98 | 52.93 | 74.6 | - |
| YUV | 191.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 194 | 219 | 0.20 | 0.11 | 0 | 0.14 | 214.88 | 0.37 | 0.77 |
| Hex | B0 | C2 | DB | 14 | B | 0 | E | D7 | 25 | 4D |
| Octal | 260 | 302 | 333 | 24 | 13 | 0 | 16 | 327 | 45 | 115 |
| Binary | 10110000 | 11000010 | 11011011 | 10100 | 1011 | 0 | 1110 | 11010111 | 100101 | 1001101 |
Color Harmonies of #B0C2DB
Complementary color
Monochromatic Colors of #B0C2DB
Black with #B0C2DB
Text Example
Text Example
White with #B0C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C2DB; }
p { color: rgb(176,194,219); }
H1.HeaderClassName
{
color: #B0C2DB;
}
.AnyTagClassName
{
color: #B0C2DB;
}
</style>
background-color css
<style>
a { background-color: #B0C2DB; }
a { background-color: rgb(176,194,219); }
div.DivClassName
{
background-color: #B0C2DB;
}
.BgClassName
{
background-color: #B0C2DB;
}
</style>
border-color css
<style>
span { border-color: #B0C2DB; }
span { border-color: rgb(176,194,219); }
td.TdClassName
{
border-color: #B0C2DB;
}
.TagClassName
{
border-color: #B0C2DB;
}
</style>