Shades of LightSteelBlue #B0C4DE
Tints of LightSteelBlue #B0C4DE
RGB
CMYK
RGB Variations
Color information
#B0C4DE (or 0xB0C4DE) is known color: LightSteelBlue. HEX triplet: B0, C4 and DE. RGB value is (176,196,222). Sum of RGB (Red+Green+Blue) = 176+196+222=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #B0C4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C4DE is #4F3B21. Grayscale: #C0C0C0. Windows color (decimal): -5192482 or 14599344. OLE color: 14599344.
HSL color Cylindrical-coordinate representation of color #B0C4DE: hue angle of 213.91º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0C4DE is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 176 | 196 | 222 | - |
CMYK | 0.21 | 0.12 | 0 | 0.13 |
HSL | 213.91º | 0.41% | 0.78% | - |
HSV(B) | 213.91º | 0.21% | 0.87% | - |
XYZ | 50.83 | 53.98 | 76.85 | - |
YUV | 192.98 | 144.37 | 115.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 196 | 222 | 0.21 | 0.12 | 0 | 0.13 | 213.91 | 0.41 | 0.78 |
Hex | B0 | C4 | DE | 15 | C | 0 | D | D6 | 29 | 4E |
Octal | 260 | 304 | 336 | 25 | 14 | 0 | 15 | 326 | 51 | 116 |
Binary | 10110000 | 11000100 | 11011110 | 10101 | 1100 | 0 | 1101 | 11010110 | 101001 | 1001110 |
Color Harmonies of #B0C4DE
Complementary color
Monochromatic Colors of #B0C4DE
Black with #B0C4DE
Text Example
Text Example
White with #B0C4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C4DE; }
p { color: rgb(176,196,222); }
H1.HeaderClassName
{
color: #B0C4DE;
}
.AnyTagClassName
{
color: #B0C4DE;
}
</style>
background-color css
<style>
a { background-color: #B0C4DE; }
a { background-color: rgb(176,196,222); }
div.DivClassName
{
background-color: #B0C4DE;
}
.BgClassName
{
background-color: #B0C4DE;
}
</style>
border-color css
<style>
span { border-color: #B0C4DE; }
span { border-color: rgb(176,196,222); }
td.TdClassName
{
border-color: #B0C4DE;
}
.TagClassName
{
border-color: #B0C4DE;
}
</style>