Shades of Light Steel Blue #B4C4E5
Tints of Light Steel Blue #B4C4E5
RGB
CMYK
RGB Variations
Color information
#B4C4E5 (or 0xB4C4E5) is known color: Light Steel Blue. HEX triplet: B4, C4 and E5. RGB value is (180,196,229). Sum of RGB (Red+Green+Blue) = 180+196+229=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #B4C4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C4E5 is #4B3B1A. Grayscale: #C2C2C2. Windows color (decimal): -4930331 or 15058100. OLE color: 15058100.
HSL color Cylindrical-coordinate representation of color #B4C4E5: hue angle of 220.41º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4C4E5 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 196 | 229 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.10 |
| HSL | 220.41º | 0.49% | 0.8% | - |
| HSV(B) | 220.41º | 0.21% | 0.9% | - |
| XYZ | 52.71 | 54.84 | 81.94 | - |
| YUV | 194.98 | 147.2 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 196 | 229 | 0.21 | 0.14 | 0 | 0.10 | 220.41 | 0.49 | 0.8 |
| Hex | B4 | C4 | E5 | 15 | E | 0 | A | DC | 31 | 50 |
| Octal | 264 | 304 | 345 | 25 | 16 | 0 | 12 | 334 | 61 | 120 |
| Binary | 10110100 | 11000100 | 11100101 | 10101 | 1110 | 0 | 1010 | 11011100 | 110001 | 1010000 |
Color Harmonies of #B4C4E5
Complementary color
Monochromatic Colors of #B4C4E5
Black with #B4C4E5
Text Example
Text Example
White with #B4C4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C4E5; }
p { color: rgb(180,196,229); }
H1.HeaderClassName
{
color: #B4C4E5;
}
.AnyTagClassName
{
color: #B4C4E5;
}
</style>
background-color css
<style>
a { background-color: #B4C4E5; }
a { background-color: rgb(180,196,229); }
div.DivClassName
{
background-color: #B4C4E5;
}
.BgClassName
{
background-color: #B4C4E5;
}
</style>
border-color css
<style>
span { border-color: #B4C4E5; }
span { border-color: rgb(180,196,229); }
td.TdClassName
{
border-color: #B4C4E5;
}
.TagClassName
{
border-color: #B4C4E5;
}
</style>