Shades of Light Steel Blue #B2C5E1
Tints of Light Steel Blue #B2C5E1
RGB
CMYK
RGB Variations
Color information
#B2C5E1 (or 0xB2C5E1) is known color: Light Steel Blue. HEX triplet: B2, C5 and E1. RGB value is (178,197,225). Sum of RGB (Red+Green+Blue) = 178+197+225=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #B2C5E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C5E1 is #4D3A1E. Grayscale: #C2C2C2. Windows color (decimal): -5061151 or 14796210. OLE color: 14796210.
HSL color Cylindrical-coordinate representation of color #B2C5E1: hue angle of 215.74º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2C5E1 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 197 | 225 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.12 |
| HSL | 215.74º | 0.44% | 0.79% | - |
| HSV(B) | 215.74º | 0.21% | 0.88% | - |
| XYZ | 51.92 | 54.83 | 79.08 | - |
| YUV | 194.51 | 145.21 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 225 | 0.21 | 0.12 | 0 | 0.12 | 215.74 | 0.44 | 0.79 |
| Hex | B2 | C5 | E1 | 15 | C | 0 | C | D8 | 2C | 4F |
| Octal | 262 | 305 | 341 | 25 | 14 | 0 | 14 | 330 | 54 | 117 |
| Binary | 10110010 | 11000101 | 11100001 | 10101 | 1100 | 0 | 1100 | 11011000 | 101100 | 1001111 |
Color Harmonies of #B2C5E1
Complementary color
Monochromatic Colors of #B2C5E1
Black with #B2C5E1
Text Example
Text Example
White with #B2C5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C5E1; }
p { color: rgb(178,197,225); }
H1.HeaderClassName
{
color: #B2C5E1;
}
.AnyTagClassName
{
color: #B2C5E1;
}
</style>
background-color css
<style>
a { background-color: #B2C5E1; }
a { background-color: rgb(178,197,225); }
div.DivClassName
{
background-color: #B2C5E1;
}
.BgClassName
{
background-color: #B2C5E1;
}
</style>
border-color css
<style>
span { border-color: #B2C5E1; }
span { border-color: rgb(178,197,225); }
td.TdClassName
{
border-color: #B2C5E1;
}
.TagClassName
{
border-color: #B2C5E1;
}
</style>