Shades of Light Steel Blue #B7C9E4
Tints of Light Steel Blue #B7C9E4
RGB
CMYK
RGB Variations
Color information
#B7C9E4 (or 0xB7C9E4) is known color: Light Steel Blue. HEX triplet: B7, C9 and E4. RGB value is (183,201,228). Sum of RGB (Red+Green+Blue) = 183+201+228=612 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.90% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #B7C9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C9E4 is #48361B. Grayscale: #C6C6C6. Windows color (decimal): -4732444 or 14993847. OLE color: 14993847.
HSL color Cylindrical-coordinate representation of color #B7C9E4: hue angle of 216º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7C9E4 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 201 | 228 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.11 |
| HSL | 216º | 0.45% | 0.81% | - |
| HSV(B) | 216º | 0.2% | 0.89% | - |
| XYZ | 54.42 | 57.44 | 81.62 | - |
| YUV | 198.7 | 144.54 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 201 | 228 | 0.20 | 0.12 | 0 | 0.11 | 216 | 0.45 | 0.81 |
| Hex | B7 | C9 | E4 | 14 | C | 0 | B | D8 | 2D | 51 |
| Octal | 267 | 311 | 344 | 24 | 14 | 0 | 13 | 330 | 55 | 121 |
| Binary | 10110111 | 11001001 | 11100100 | 10100 | 1100 | 0 | 1011 | 11011000 | 101101 | 1010001 |
Color Harmonies of #B7C9E4
Complementary color
Monochromatic Colors of #B7C9E4
Black with #B7C9E4
Text Example
Text Example
White with #B7C9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C9E4; }
p { color: rgb(183,201,228); }
H1.HeaderClassName
{
color: #B7C9E4;
}
.AnyTagClassName
{
color: #B7C9E4;
}
</style>
background-color css
<style>
a { background-color: #B7C9E4; }
a { background-color: rgb(183,201,228); }
div.DivClassName
{
background-color: #B7C9E4;
}
.BgClassName
{
background-color: #B7C9E4;
}
</style>
border-color css
<style>
span { border-color: #B7C9E4; }
span { border-color: rgb(183,201,228); }
td.TdClassName
{
border-color: #B7C9E4;
}
.TagClassName
{
border-color: #B7C9E4;
}
</style>