Shades of Light Steel Blue #BACAE3
Tints of Light Steel Blue #BACAE3
RGB
CMYK
RGB Variations
Color information
#BACAE3 (or 0xBACAE3) is known color: Light Steel Blue. HEX triplet: BA, CA and E3. RGB value is (186,202,227). Sum of RGB (Red+Green+Blue) = 186+202+227=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 227 - color contains mainly: blue. Hex color #BACAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAE3 is #45351C. Grayscale: #C7C7C7. Windows color (decimal): -4535581 or 14928570. OLE color: 14928570.
HSL color Cylindrical-coordinate representation of color #BACAE3: hue angle of 216.59º 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 #BACAE3 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 202 | 227 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.11 |
| HSL | 216.59º | 0.42% | 0.81% | - |
| HSV(B) | 216.59º | 0.18% | 0.89% | - |
| XYZ | 55.24 | 58.23 | 81 | - |
| YUV | 200.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 227 | 0.18 | 0.11 | 0 | 0.11 | 216.59 | 0.42 | 0.81 |
| Hex | BA | CA | E3 | 12 | B | 0 | B | D9 | 2A | 51 |
| Octal | 272 | 312 | 343 | 22 | 13 | 0 | 13 | 331 | 52 | 121 |
| Binary | 10111010 | 11001010 | 11100011 | 10010 | 1011 | 0 | 1011 | 11011001 | 101010 | 1010001 |
Color Harmonies of #BACAE3
Complementary color
Monochromatic Colors of #BACAE3
Black with #BACAE3
Text Example
Text Example
White with #BACAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAE3; }
p { color: rgb(186,202,227); }
H1.HeaderClassName
{
color: #BACAE3;
}
.AnyTagClassName
{
color: #BACAE3;
}
</style>
background-color css
<style>
a { background-color: #BACAE3; }
a { background-color: rgb(186,202,227); }
div.DivClassName
{
background-color: #BACAE3;
}
.BgClassName
{
background-color: #BACAE3;
}
</style>
border-color css
<style>
span { border-color: #BACAE3; }
span { border-color: rgb(186,202,227); }
td.TdClassName
{
border-color: #BACAE3;
}
.TagClassName
{
border-color: #BACAE3;
}
</style>