Shades of Spindle #BAC7D1
Tints of Spindle #BAC7D1
RGB
CMYK
RGB Variations
Color information
#BAC7D1 (or 0xBAC7D1) is known color: Spindle. HEX triplet: BA, C7 and D1. RGB value is (186,199,209). Sum of RGB (Red+Green+Blue) = 186+199+209=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAC7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7D1 is #45382E. Grayscale: #C4C4C4. Windows color (decimal): -4536367 or 13748154. OLE color: 13748154.
HSL color Cylindrical-coordinate representation of color #BAC7D1: hue angle of 206.09º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAC7D1 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 199 | 209 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.18 |
| HSL | 206.09º | 0.2% | 0.77% | - |
| HSV(B) | 206.09º | 0.11% | 0.82% | - |
| XYZ | 52.18 | 55.89 | 68.36 | - |
| YUV | 196.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 209 | 0.11 | 0.05 | 0 | 0.18 | 206.09 | 0.2 | 0.77 |
| Hex | BA | C7 | D1 | B | 5 | 0 | 12 | CE | 14 | 4D |
| Octal | 272 | 307 | 321 | 13 | 5 | 0 | 22 | 316 | 24 | 115 |
| Binary | 10111010 | 11000111 | 11010001 | 1011 | 101 | 0 | 10010 | 11001110 | 10100 | 1001101 |
Color Harmonies of #BAC7D1
Complementary color
Monochromatic Colors of #BAC7D1
Black with #BAC7D1
Text Example
Text Example
White with #BAC7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7D1; }
p { color: rgb(186,199,209); }
H1.HeaderClassName
{
color: #BAC7D1;
}
.AnyTagClassName
{
color: #BAC7D1;
}
</style>
background-color css
<style>
a { background-color: #BAC7D1; }
a { background-color: rgb(186,199,209); }
div.DivClassName
{
background-color: #BAC7D1;
}
.BgClassName
{
background-color: #BAC7D1;
}
</style>
border-color css
<style>
span { border-color: #BAC7D1; }
span { border-color: rgb(186,199,209); }
td.TdClassName
{
border-color: #BAC7D1;
}
.TagClassName
{
border-color: #BAC7D1;
}
</style>