Shades of Light Steel Blue #BAC8DE
Tints of Light Steel Blue #BAC8DE
RGB
CMYK
RGB Variations
Color information
#BAC8DE (or 0xBAC8DE) is known color: Light Steel Blue. HEX triplet: BA, C8 and DE. RGB value is (186,200,222). Sum of RGB (Red+Green+Blue) = 186+200+222=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAC8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8DE is #453721. Grayscale: #C6C6C6. Windows color (decimal): -4536098 or 14600378. OLE color: 14600378.
HSL color Cylindrical-coordinate representation of color #BAC8DE: hue angle of 216.67º degrees, saturation: 0.35, 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 #BAC8DE is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 200 | 222 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.13 |
| HSL | 216.67º | 0.35% | 0.8% | - |
| HSV(B) | 216.67º | 0.16% | 0.87% | - |
| XYZ | 54.09 | 57.02 | 77.26 | - |
| YUV | 198.32 | 141.36 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 222 | 0.16 | 0.10 | 0 | 0.13 | 216.67 | 0.35 | 0.8 |
| Hex | BA | C8 | DE | 10 | A | 0 | D | D9 | 23 | 50 |
| Octal | 272 | 310 | 336 | 20 | 12 | 0 | 15 | 331 | 43 | 120 |
| Binary | 10111010 | 11001000 | 11011110 | 10000 | 1010 | 0 | 1101 | 11011001 | 100011 | 1010000 |
Color Harmonies of #BAC8DE
Complementary color
Monochromatic Colors of #BAC8DE
Black with #BAC8DE
Text Example
Text Example
White with #BAC8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8DE; }
p { color: rgb(186,200,222); }
H1.HeaderClassName
{
color: #BAC8DE;
}
.AnyTagClassName
{
color: #BAC8DE;
}
</style>
background-color css
<style>
a { background-color: #BAC8DE; }
a { background-color: rgb(186,200,222); }
div.DivClassName
{
background-color: #BAC8DE;
}
.BgClassName
{
background-color: #BAC8DE;
}
</style>
border-color css
<style>
span { border-color: #BAC8DE; }
span { border-color: rgb(186,200,222); }
td.TdClassName
{
border-color: #BAC8DE;
}
.TagClassName
{
border-color: #BAC8DE;
}
</style>