Shades of Light Steel Blue #BAC5DD
Tints of Light Steel Blue #BAC5DD
RGB
CMYK
RGB Variations
Color information
#BAC5DD (or 0xBAC5DD) is known color: Light Steel Blue. HEX triplet: BA, C5 and DD. RGB value is (186,197,221). Sum of RGB (Red+Green+Blue) = 186+197+221=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5DD is #453A22. Grayscale: #C4C4C4. Windows color (decimal): -4536867 or 14534074. OLE color: 14534074.
HSL color Cylindrical-coordinate representation of color #BAC5DD: hue angle of 221.14º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAC5DD is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 197 | 221 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.13 |
| HSL | 221.14º | 0.34% | 0.8% | - |
| HSV(B) | 221.14º | 0.16% | 0.87% | - |
| XYZ | 53.27 | 55.59 | 76.33 | - |
| YUV | 196.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 221 | 0.16 | 0.11 | 0 | 0.13 | 221.14 | 0.34 | 0.8 |
| Hex | BA | C5 | DD | 10 | B | 0 | D | DD | 22 | 50 |
| Octal | 272 | 305 | 335 | 20 | 13 | 0 | 15 | 335 | 42 | 120 |
| Binary | 10111010 | 11000101 | 11011101 | 10000 | 1011 | 0 | 1101 | 11011101 | 100010 | 1010000 |
Color Harmonies of #BAC5DD
Complementary color
Monochromatic Colors of #BAC5DD
Black with #BAC5DD
Text Example
Text Example
White with #BAC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5DD; }
p { color: rgb(186,197,221); }
H1.HeaderClassName
{
color: #BAC5DD;
}
.AnyTagClassName
{
color: #BAC5DD;
}
</style>
background-color css
<style>
a { background-color: #BAC5DD; }
a { background-color: rgb(186,197,221); }
div.DivClassName
{
background-color: #BAC5DD;
}
.BgClassName
{
background-color: #BAC5DD;
}
</style>
border-color css
<style>
span { border-color: #BAC5DD; }
span { border-color: rgb(186,197,221); }
td.TdClassName
{
border-color: #BAC5DD;
}
.TagClassName
{
border-color: #BAC5DD;
}
</style>