Shades of Spindle #BAC6DC
Tints of Spindle #BAC6DC
RGB
CMYK
RGB Variations
Color information
#BAC6DC (or 0xBAC6DC) is known color: Spindle. HEX triplet: BA, C6 and DC. RGB value is (186,198,220). Sum of RGB (Red+Green+Blue) = 186+198+220=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAC6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6DC is #453923. Grayscale: #C4C4C4. Windows color (decimal): -4536612 or 14468794. OLE color: 14468794.
HSL color Cylindrical-coordinate representation of color #BAC6DC: hue angle of 218.82º 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 #BAC6DC is Cyan = 0.15, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 198 | 220 | - |
| CMYK | 0.15 | 0.1 | 0 | 0.14 |
| HSL | 218.82º | 0.33% | 0.8% | - |
| HSV(B) | 218.82º | 0.15% | 0.86% | - |
| XYZ | 53.36 | 55.99 | 75.71 | - |
| YUV | 196.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 220 | 0.15 | 0.1 | 0 | 0.14 | 218.82 | 0.33 | 0.8 |
| Hex | BA | C6 | DC | F | A | 0 | E | DB | 21 | 50 |
| Octal | 272 | 306 | 334 | 17 | 12 | 0 | 16 | 333 | 41 | 120 |
| Binary | 10111010 | 11000110 | 11011100 | 1111 | 1010 | 0 | 1110 | 11011011 | 100001 | 1010000 |
Color Harmonies of #BAC6DC
Complementary color
Monochromatic Colors of #BAC6DC
Black with #BAC6DC
Text Example
Text Example
White with #BAC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC6DC; }
p { color: rgb(186,198,220); }
H1.HeaderClassName
{
color: #BAC6DC;
}
.AnyTagClassName
{
color: #BAC6DC;
}
</style>
background-color css
<style>
a { background-color: #BAC6DC; }
a { background-color: rgb(186,198,220); }
div.DivClassName
{
background-color: #BAC6DC;
}
.BgClassName
{
background-color: #BAC6DC;
}
</style>
border-color css
<style>
span { border-color: #BAC6DC; }
span { border-color: rgb(186,198,220); }
td.TdClassName
{
border-color: #BAC6DC;
}
.TagClassName
{
border-color: #BAC6DC;
}
</style>