Shades of Spindle #BAC8DC
Tints of Spindle #BAC8DC
RGB
CMYK
RGB Variations
Color information
#BAC8DC (or 0xBAC8DC) is known color: Spindle. HEX triplet: BA, C8 and DC. RGB value is (186,200,220). Sum of RGB (Red+Green+Blue) = 186+200+220=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAC8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8DC is #453723. Grayscale: #C6C6C6. Windows color (decimal): -4536100 or 14469306. OLE color: 14469306.
HSL color Cylindrical-coordinate representation of color #BAC8DC: hue angle of 215.29º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAC8DC is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 200 | 220 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.14 |
| HSL | 215.29º | 0.33% | 0.8% | - |
| HSV(B) | 215.29º | 0.15% | 0.86% | - |
| XYZ | 53.82 | 56.91 | 75.86 | - |
| YUV | 198.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 220 | 0.15 | 0.09 | 0 | 0.14 | 215.29 | 0.33 | 0.8 |
| Hex | BA | C8 | DC | F | 9 | 0 | E | D7 | 21 | 50 |
| Octal | 272 | 310 | 334 | 17 | 11 | 0 | 16 | 327 | 41 | 120 |
| Binary | 10111010 | 11001000 | 11011100 | 1111 | 1001 | 0 | 1110 | 11010111 | 100001 | 1010000 |
Color Harmonies of #BAC8DC
Complementary color
Monochromatic Colors of #BAC8DC
Black with #BAC8DC
Text Example
Text Example
White with #BAC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8DC; }
p { color: rgb(186,200,220); }
H1.HeaderClassName
{
color: #BAC8DC;
}
.AnyTagClassName
{
color: #BAC8DC;
}
</style>
background-color css
<style>
a { background-color: #BAC8DC; }
a { background-color: rgb(186,200,220); }
div.DivClassName
{
background-color: #BAC8DC;
}
.BgClassName
{
background-color: #BAC8DC;
}
</style>
border-color css
<style>
span { border-color: #BAC8DC; }
span { border-color: rgb(186,200,220); }
td.TdClassName
{
border-color: #BAC8DC;
}
.TagClassName
{
border-color: #BAC8DC;
}
</style>