Shades of Light Steel Blue #BACAE0
Tints of Light Steel Blue #BACAE0
RGB
CMYK
RGB Variations
Color information
#BACAE0 (or 0xBACAE0) is known color: Light Steel Blue. HEX triplet: BA, CA and E0. RGB value is (186,202,224). Sum of RGB (Red+Green+Blue) = 186+202+224=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #BACAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAE0 is #45351F. Grayscale: #C7C7C7. Windows color (decimal): -4535584 or 14731962. OLE color: 14731962.
HSL color Cylindrical-coordinate representation of color #BACAE0: hue angle of 214.74º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BACAE0 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 202 | 224 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.12 |
| HSL | 214.74º | 0.38% | 0.8% | - |
| HSV(B) | 214.74º | 0.17% | 0.88% | - |
| XYZ | 54.82 | 58.06 | 78.84 | - |
| YUV | 199.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 224 | 0.17 | 0.10 | 0 | 0.12 | 214.74 | 0.38 | 0.8 |
| Hex | BA | CA | E0 | 11 | A | 0 | C | D7 | 26 | 50 |
| Octal | 272 | 312 | 340 | 21 | 12 | 0 | 14 | 327 | 46 | 120 |
| Binary | 10111010 | 11001010 | 11100000 | 10001 | 1010 | 0 | 1100 | 11010111 | 100110 | 1010000 |
Color Harmonies of #BACAE0
Complementary color
Monochromatic Colors of #BACAE0
Black with #BACAE0
Text Example
Text Example
White with #BACAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAE0; }
p { color: rgb(186,202,224); }
H1.HeaderClassName
{
color: #BACAE0;
}
.AnyTagClassName
{
color: #BACAE0;
}
</style>
background-color css
<style>
a { background-color: #BACAE0; }
a { background-color: rgb(186,202,224); }
div.DivClassName
{
background-color: #BACAE0;
}
.BgClassName
{
background-color: #BACAE0;
}
</style>
border-color css
<style>
span { border-color: #BACAE0; }
span { border-color: rgb(186,202,224); }
td.TdClassName
{
border-color: #BACAE0;
}
.TagClassName
{
border-color: #BACAE0;
}
</style>