Shades of Spindle #BAC7D9
Tints of Spindle #BAC7D9
RGB
CMYK
RGB Variations
Color information
#BAC7D9 (or 0xBAC7D9) is known color: Spindle. HEX triplet: BA, C7 and D9. RGB value is (186,199,217). Sum of RGB (Red+Green+Blue) = 186+199+217=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAC7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7D9 is #453826. Grayscale: #C5C5C5. Windows color (decimal): -4536359 or 14272442. OLE color: 14272442.
HSL color Cylindrical-coordinate representation of color #BAC7D9: hue angle of 214.84º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAC7D9 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 199 | 217 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.15 |
| HSL | 214.84º | 0.29% | 0.79% | - |
| HSV(B) | 214.84º | 0.14% | 0.85% | - |
| XYZ | 53.2 | 56.3 | 73.71 | - |
| YUV | 197.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 217 | 0.14 | 0.08 | 0 | 0.15 | 214.84 | 0.29 | 0.79 |
| Hex | BA | C7 | D9 | E | 8 | 0 | F | D7 | 1D | 4F |
| Octal | 272 | 307 | 331 | 16 | 10 | 0 | 17 | 327 | 35 | 117 |
| Binary | 10111010 | 11000111 | 11011001 | 1110 | 1000 | 0 | 1111 | 11010111 | 11101 | 1001111 |
Color Harmonies of #BAC7D9
Complementary color
Monochromatic Colors of #BAC7D9
Black with #BAC7D9
Text Example
Text Example
White with #BAC7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7D9; }
p { color: rgb(186,199,217); }
H1.HeaderClassName
{
color: #BAC7D9;
}
.AnyTagClassName
{
color: #BAC7D9;
}
</style>
background-color css
<style>
a { background-color: #BAC7D9; }
a { background-color: rgb(186,199,217); }
div.DivClassName
{
background-color: #BAC7D9;
}
.BgClassName
{
background-color: #BAC7D9;
}
</style>
border-color css
<style>
span { border-color: #BAC7D9; }
span { border-color: rgb(186,199,217); }
td.TdClassName
{
border-color: #BAC7D9;
}
.TagClassName
{
border-color: #BAC7D9;
}
</style>