Shades of Light Steel Blue #BACEE3
Tints of Light Steel Blue #BACEE3
RGB
CMYK
RGB Variations
Color information
#BACEE3 (or 0xBACEE3) is known color: Light Steel Blue. HEX triplet: BA, CE and E3. RGB value is (186,206,227). Sum of RGB (Red+Green+Blue) = 186+206+227=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #BACEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEE3 is #45311C. Grayscale: #CACACA. Windows color (decimal): -4534557 or 14929594. OLE color: 14929594.
HSL color Cylindrical-coordinate representation of color #BACEE3: hue angle of 210.73º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BACEE3 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 206 | 227 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.11 |
| HSL | 210.73º | 0.42% | 0.81% | - |
| HSV(B) | 210.73º | 0.18% | 0.89% | - |
| XYZ | 56.19 | 60.13 | 81.32 | - |
| YUV | 202.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 227 | 0.18 | 0.09 | 0 | 0.11 | 210.73 | 0.42 | 0.81 |
| Hex | BA | CE | E3 | 12 | 9 | 0 | B | D3 | 2A | 51 |
| Octal | 272 | 316 | 343 | 22 | 11 | 0 | 13 | 323 | 52 | 121 |
| Binary | 10111010 | 11001110 | 11100011 | 10010 | 1001 | 0 | 1011 | 11010011 | 101010 | 1010001 |
Color Harmonies of #BACEE3
Complementary color
Monochromatic Colors of #BACEE3
Black with #BACEE3
Text Example
Text Example
White with #BACEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEE3; }
p { color: rgb(186,206,227); }
H1.HeaderClassName
{
color: #BACEE3;
}
.AnyTagClassName
{
color: #BACEE3;
}
</style>
background-color css
<style>
a { background-color: #BACEE3; }
a { background-color: rgb(186,206,227); }
div.DivClassName
{
background-color: #BACEE3;
}
.BgClassName
{
background-color: #BACEE3;
}
</style>
border-color css
<style>
span { border-color: #BACEE3; }
span { border-color: rgb(186,206,227); }
td.TdClassName
{
border-color: #BACEE3;
}
.TagClassName
{
border-color: #BACEE3;
}
</style>