Shades of Spindle #BAC7DC
Tints of Spindle #BAC7DC
RGB
CMYK
RGB Variations
Color information
#BAC7DC (or 0xBAC7DC) is known color: Spindle. HEX triplet: BA, C7 and DC. RGB value is (186,199,220). Sum of RGB (Red+Green+Blue) = 186+199+220=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7DC is #453823. Grayscale: #C5C5C5. Windows color (decimal): -4536356 or 14469050. OLE color: 14469050.
HSL color Cylindrical-coordinate representation of color #BAC7DC: hue angle of 217.06º 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 #BAC7DC is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 199 | 220 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.14 |
| HSL | 217.06º | 0.33% | 0.8% | - |
| HSV(B) | 217.06º | 0.15% | 0.86% | - |
| XYZ | 53.59 | 56.45 | 75.78 | - |
| YUV | 197.51 | 140.69 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 220 | 0.15 | 0.10 | 0 | 0.14 | 217.06 | 0.33 | 0.8 |
| Hex | BA | C7 | DC | F | A | 0 | E | D9 | 21 | 50 |
| Octal | 272 | 307 | 334 | 17 | 12 | 0 | 16 | 331 | 41 | 120 |
| Binary | 10111010 | 11000111 | 11011100 | 1111 | 1010 | 0 | 1110 | 11011001 | 100001 | 1010000 |
Color Harmonies of #BAC7DC
Complementary color
Monochromatic Colors of #BAC7DC
Black with #BAC7DC
Text Example
Text Example
White with #BAC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7DC; }
p { color: rgb(186,199,220); }
H1.HeaderClassName
{
color: #BAC7DC;
}
.AnyTagClassName
{
color: #BAC7DC;
}
</style>
background-color css
<style>
a { background-color: #BAC7DC; }
a { background-color: rgb(186,199,220); }
div.DivClassName
{
background-color: #BAC7DC;
}
.BgClassName
{
background-color: #BAC7DC;
}
</style>
border-color css
<style>
span { border-color: #BAC7DC; }
span { border-color: rgb(186,199,220); }
td.TdClassName
{
border-color: #BAC7DC;
}
.TagClassName
{
border-color: #BAC7DC;
}
</style>