Shades of Light Steel Blue #B0CBE1
Tints of Light Steel Blue #B0CBE1
RGB
CMYK
RGB Variations
Color information
#B0CBE1 (or 0xB0CBE1) is known color: Light Steel Blue. HEX triplet: B0, CB and E1. RGB value is (176,203,225). Sum of RGB (Red+Green+Blue) = 176+203+225=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #B0CBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CBE1 is #4F341E. Grayscale: #C5C5C5. Windows color (decimal): -5190687 or 14797744. OLE color: 14797744.
HSL color Cylindrical-coordinate representation of color #B0CBE1: hue angle of 206.94º 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 #B0CBE1 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 203 | 225 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.12 |
| HSL | 206.94º | 0.45% | 0.79% | - |
| HSV(B) | 206.94º | 0.22% | 0.88% | - |
| XYZ | 52.85 | 57.38 | 79.52 | - |
| YUV | 197.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 203 | 225 | 0.22 | 0.10 | 0 | 0.12 | 206.94 | 0.45 | 0.79 |
| Hex | B0 | CB | E1 | 16 | A | 0 | C | CF | 2D | 4F |
| Octal | 260 | 313 | 341 | 26 | 12 | 0 | 14 | 317 | 55 | 117 |
| Binary | 10110000 | 11001011 | 11100001 | 10110 | 1010 | 0 | 1100 | 11001111 | 101101 | 1001111 |
Color Harmonies of #B0CBE1
Complementary color
Monochromatic Colors of #B0CBE1
Black with #B0CBE1
Text Example
Text Example
White with #B0CBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CBE1; }
p { color: rgb(176,203,225); }
H1.HeaderClassName
{
color: #B0CBE1;
}
.AnyTagClassName
{
color: #B0CBE1;
}
</style>
background-color css
<style>
a { background-color: #B0CBE1; }
a { background-color: rgb(176,203,225); }
div.DivClassName
{
background-color: #B0CBE1;
}
.BgClassName
{
background-color: #B0CBE1;
}
</style>
border-color css
<style>
span { border-color: #B0CBE1; }
span { border-color: rgb(176,203,225); }
td.TdClassName
{
border-color: #B0CBE1;
}
.TagClassName
{
border-color: #B0CBE1;
}
</style>