Shades of Light Steel Blue #B7C5E1
Tints of Light Steel Blue #B7C5E1
RGB
CMYK
RGB Variations
Color information
#B7C5E1 (or 0xB7C5E1) is known color: Light Steel Blue. HEX triplet: B7, C5 and E1. RGB value is (183,197,225). Sum of RGB (Red+Green+Blue) = 183+197+225=605 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.25% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #B7C5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C5E1 is #483A1E. Grayscale: #C3C3C3. Windows color (decimal): -4733471 or 14796215. OLE color: 14796215.
HSL color Cylindrical-coordinate representation of color #B7C5E1: hue angle of 220º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7C5E1 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 197 | 225 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.12 |
| HSL | 220º | 0.41% | 0.8% | - |
| HSV(B) | 220º | 0.19% | 0.88% | - |
| XYZ | 53.09 | 55.44 | 79.14 | - |
| YUV | 196.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 197 | 225 | 0.19 | 0.12 | 0 | 0.12 | 220 | 0.41 | 0.8 |
| Hex | B7 | C5 | E1 | 13 | C | 0 | C | DC | 29 | 50 |
| Octal | 267 | 305 | 341 | 23 | 14 | 0 | 14 | 334 | 51 | 120 |
| Binary | 10110111 | 11000101 | 11100001 | 10011 | 1100 | 0 | 1100 | 11011100 | 101001 | 1010000 |
Color Harmonies of #B7C5E1
Complementary color
Monochromatic Colors of #B7C5E1
Black with #B7C5E1
Text Example
Text Example
White with #B7C5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C5E1; }
p { color: rgb(183,197,225); }
H1.HeaderClassName
{
color: #B7C5E1;
}
.AnyTagClassName
{
color: #B7C5E1;
}
</style>
background-color css
<style>
a { background-color: #B7C5E1; }
a { background-color: rgb(183,197,225); }
div.DivClassName
{
background-color: #B7C5E1;
}
.BgClassName
{
background-color: #B7C5E1;
}
</style>
border-color css
<style>
span { border-color: #B7C5E1; }
span { border-color: rgb(183,197,225); }
td.TdClassName
{
border-color: #B7C5E1;
}
.TagClassName
{
border-color: #B7C5E1;
}
</style>