Shades of Light Steel Blue #B0CAE1
Tints of Light Steel Blue #B0CAE1
RGB
CMYK
RGB Variations
Color information
#B0CAE1 (or 0xB0CAE1) is known color: Light Steel Blue. HEX triplet: B0, CA and E1. RGB value is (176,202,225). Sum of RGB (Red+Green+Blue) = 176+202+225=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #B0CAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CAE1 is #4F351E. Grayscale: #C4C4C4. Windows color (decimal): -5190943 or 14797488. OLE color: 14797488.
HSL color Cylindrical-coordinate representation of color #B0CAE1: hue angle of 208.16º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0CAE1 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 202 | 225 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.12 |
| HSL | 208.16º | 0.45% | 0.79% | - |
| HSV(B) | 208.16º | 0.22% | 0.88% | - |
| XYZ | 52.62 | 56.91 | 79.45 | - |
| YUV | 196.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 225 | 0.22 | 0.10 | 0 | 0.12 | 208.16 | 0.45 | 0.79 |
| Hex | B0 | CA | E1 | 16 | A | 0 | C | D0 | 2D | 4F |
| Octal | 260 | 312 | 341 | 26 | 12 | 0 | 14 | 320 | 55 | 117 |
| Binary | 10110000 | 11001010 | 11100001 | 10110 | 1010 | 0 | 1100 | 11010000 | 101101 | 1001111 |
Color Harmonies of #B0CAE1
Complementary color
Monochromatic Colors of #B0CAE1
Black with #B0CAE1
Text Example
Text Example
White with #B0CAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CAE1; }
p { color: rgb(176,202,225); }
H1.HeaderClassName
{
color: #B0CAE1;
}
.AnyTagClassName
{
color: #B0CAE1;
}
</style>
background-color css
<style>
a { background-color: #B0CAE1; }
a { background-color: rgb(176,202,225); }
div.DivClassName
{
background-color: #B0CAE1;
}
.BgClassName
{
background-color: #B0CAE1;
}
</style>
border-color css
<style>
span { border-color: #B0CAE1; }
span { border-color: rgb(176,202,225); }
td.TdClassName
{
border-color: #B0CAE1;
}
.TagClassName
{
border-color: #B0CAE1;
}
</style>