Shades of Light Steel Blue #BAC7E0
Tints of Light Steel Blue #BAC7E0
RGB
CMYK
RGB Variations
Color information
#BAC7E0 (or 0xBAC7E0) is known color: Light Steel Blue. HEX triplet: BA, C7 and E0. RGB value is (186,199,224). Sum of RGB (Red+Green+Blue) = 186+199+224=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 199 (78.12% from 255 or 32.68% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 224 - color contains mainly: blue. Hex color #BAC7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7E0 is #45381F. Grayscale: #C5C5C5. Windows color (decimal): -4536352 or 14731194. OLE color: 14731194.
HSL color Cylindrical-coordinate representation of color #BAC7E0: hue angle of 219.47º 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 #BAC7E0 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 199 | 224 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.12 |
| HSL | 219.47º | 0.38% | 0.8% | - |
| HSV(B) | 219.47º | 0.17% | 0.88% | - |
| XYZ | 54.13 | 56.67 | 78.61 | - |
| YUV | 197.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 224 | 0.17 | 0.11 | 0 | 0.12 | 219.47 | 0.38 | 0.8 |
| Hex | BA | C7 | E0 | 11 | B | 0 | C | DB | 26 | 50 |
| Octal | 272 | 307 | 340 | 21 | 13 | 0 | 14 | 333 | 46 | 120 |
| Binary | 10111010 | 11000111 | 11100000 | 10001 | 1011 | 0 | 1100 | 11011011 | 100110 | 1010000 |
Color Harmonies of #BAC7E0
Complementary color
Monochromatic Colors of #BAC7E0
Black with #BAC7E0
Text Example
Text Example
White with #BAC7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7E0; }
p { color: rgb(186,199,224); }
H1.HeaderClassName
{
color: #BAC7E0;
}
.AnyTagClassName
{
color: #BAC7E0;
}
</style>
background-color css
<style>
a { background-color: #BAC7E0; }
a { background-color: rgb(186,199,224); }
div.DivClassName
{
background-color: #BAC7E0;
}
.BgClassName
{
background-color: #BAC7E0;
}
</style>
border-color css
<style>
span { border-color: #BAC7E0; }
span { border-color: rgb(186,199,224); }
td.TdClassName
{
border-color: #BAC7E0;
}
.TagClassName
{
border-color: #BAC7E0;
}
</style>