Shades of Light Steel Blue #BAC4DB
Tints of Light Steel Blue #BAC4DB
RGB
CMYK
RGB Variations
Color information
#BAC4DB (or 0xBAC4DB) is known color: Light Steel Blue. HEX triplet: BA, C4 and DB. RGB value is (186,196,219). Sum of RGB (Red+Green+Blue) = 186+196+219=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAC4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4DB is #453B24. Grayscale: #C3C3C3. Windows color (decimal): -4537125 or 14402746. OLE color: 14402746.
HSL color Cylindrical-coordinate representation of color #BAC4DB: hue angle of 221.82º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAC4DB is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 196 | 219 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.14 |
| HSL | 221.82º | 0.31% | 0.79% | - |
| HSV(B) | 221.82º | 0.15% | 0.86% | - |
| XYZ | 52.78 | 55.03 | 74.86 | - |
| YUV | 195.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 219 | 0.15 | 0.11 | 0 | 0.14 | 221.82 | 0.31 | 0.79 |
| Hex | BA | C4 | DB | F | B | 0 | E | DE | 1F | 4F |
| Octal | 272 | 304 | 333 | 17 | 13 | 0 | 16 | 336 | 37 | 117 |
| Binary | 10111010 | 11000100 | 11011011 | 1111 | 1011 | 0 | 1110 | 11011110 | 11111 | 1001111 |
Color Harmonies of #BAC4DB
Complementary color
Monochromatic Colors of #BAC4DB
Black with #BAC4DB
Text Example
Text Example
White with #BAC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC4DB; }
p { color: rgb(186,196,219); }
H1.HeaderClassName
{
color: #BAC4DB;
}
.AnyTagClassName
{
color: #BAC4DB;
}
</style>
background-color css
<style>
a { background-color: #BAC4DB; }
a { background-color: rgb(186,196,219); }
div.DivClassName
{
background-color: #BAC4DB;
}
.BgClassName
{
background-color: #BAC4DB;
}
</style>
border-color css
<style>
span { border-color: #BAC4DB; }
span { border-color: rgb(186,196,219); }
td.TdClassName
{
border-color: #BAC4DB;
}
.TagClassName
{
border-color: #BAC4DB;
}
</style>