Shades of Light Steel Blue #B7CAE1
Tints of Light Steel Blue #B7CAE1
RGB
CMYK
RGB Variations
Color information
#B7CAE1 (or 0xB7CAE1) is known color: Light Steel Blue. HEX triplet: B7, CA and E1. RGB value is (183,202,225). Sum of RGB (Red+Green+Blue) = 183+202+225=610 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 225 - color contains mainly: blue. Hex color #B7CAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CAE1 is #48351E. Grayscale: #C6C6C6. Windows color (decimal): -4732191 or 14797495. OLE color: 14797495.
HSL color Cylindrical-coordinate representation of color #B7CAE1: hue angle of 212.86º 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 #B7CAE1 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 202 | 225 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.12 |
| HSL | 212.86º | 0.41% | 0.8% | - |
| HSV(B) | 212.86º | 0.19% | 0.88% | - |
| XYZ | 54.24 | 57.74 | 79.52 | - |
| YUV | 198.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 225 | 0.19 | 0.10 | 0 | 0.12 | 212.86 | 0.41 | 0.8 |
| Hex | B7 | CA | E1 | 13 | A | 0 | C | D5 | 29 | 50 |
| Octal | 267 | 312 | 341 | 23 | 12 | 0 | 14 | 325 | 51 | 120 |
| Binary | 10110111 | 11001010 | 11100001 | 10011 | 1010 | 0 | 1100 | 11010101 | 101001 | 1010000 |
Color Harmonies of #B7CAE1
Complementary color
Monochromatic Colors of #B7CAE1
Black with #B7CAE1
Text Example
Text Example
White with #B7CAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CAE1; }
p { color: rgb(183,202,225); }
H1.HeaderClassName
{
color: #B7CAE1;
}
.AnyTagClassName
{
color: #B7CAE1;
}
</style>
background-color css
<style>
a { background-color: #B7CAE1; }
a { background-color: rgb(183,202,225); }
div.DivClassName
{
background-color: #B7CAE1;
}
.BgClassName
{
background-color: #B7CAE1;
}
</style>
border-color css
<style>
span { border-color: #B7CAE1; }
span { border-color: rgb(183,202,225); }
td.TdClassName
{
border-color: #B7CAE1;
}
.TagClassName
{
border-color: #B7CAE1;
}
</style>