Shades of Light Steel Blue #B4CBE1
Tints of Light Steel Blue #B4CBE1
RGB
CMYK
RGB Variations
Color information
#B4CBE1 (or 0xB4CBE1) is known color: Light Steel Blue. HEX triplet: B4, CB and E1. RGB value is (180,203,225). Sum of RGB (Red+Green+Blue) = 180+203+225=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 225 - color contains mainly: blue. Hex color #B4CBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBE1 is #4B341E. Grayscale: #C6C6C6. Windows color (decimal): -4928543 or 14797748. OLE color: 14797748.
HSL color Cylindrical-coordinate representation of color #B4CBE1: hue angle of 209.33º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4CBE1 is Cyan = 0.2, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 203 | 225 | - |
| CMYK | 0.2 | 0.10 | 0 | 0.12 |
| HSL | 209.33º | 0.43% | 0.79% | - |
| HSV(B) | 209.33º | 0.2% | 0.88% | - |
| XYZ | 53.77 | 57.85 | 79.57 | - |
| YUV | 198.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 203 | 225 | 0.2 | 0.10 | 0 | 0.12 | 209.33 | 0.43 | 0.79 |
| Hex | B4 | CB | E1 | 14 | A | 0 | C | D1 | 2B | 4F |
| Octal | 264 | 313 | 341 | 24 | 12 | 0 | 14 | 321 | 53 | 117 |
| Binary | 10110100 | 11001011 | 11100001 | 10100 | 1010 | 0 | 1100 | 11010001 | 101011 | 1001111 |
Color Harmonies of #B4CBE1
Complementary color
Monochromatic Colors of #B4CBE1
Black with #B4CBE1
Text Example
Text Example
White with #B4CBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CBE1; }
p { color: rgb(180,203,225); }
H1.HeaderClassName
{
color: #B4CBE1;
}
.AnyTagClassName
{
color: #B4CBE1;
}
</style>
background-color css
<style>
a { background-color: #B4CBE1; }
a { background-color: rgb(180,203,225); }
div.DivClassName
{
background-color: #B4CBE1;
}
.BgClassName
{
background-color: #B4CBE1;
}
</style>
border-color css
<style>
span { border-color: #B4CBE1; }
span { border-color: rgb(180,203,225); }
td.TdClassName
{
border-color: #B4CBE1;
}
.TagClassName
{
border-color: #B4CBE1;
}
</style>