Shades of Spindle #BAC2D9
Tints of Spindle #BAC2D9
RGB
CMYK
RGB Variations
Color information
#BAC2D9 (or 0xBAC2D9) is known color: Spindle. HEX triplet: BA, C2 and D9. RGB value is (186,194,217). Sum of RGB (Red+Green+Blue) = 186+194+217=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAC2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2D9 is #453D26. Grayscale: #C2C2C2. Windows color (decimal): -4537639 or 14271162. OLE color: 14271162.
HSL color Cylindrical-coordinate representation of color #BAC2D9: hue angle of 224.52º 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 #BAC2D9 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 194 | 217 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.15 |
| HSL | 224.52º | 0.29% | 0.79% | - |
| HSV(B) | 224.52º | 0.14% | 0.85% | - |
| XYZ | 52.07 | 54.03 | 73.33 | - |
| YUV | 194.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 217 | 0.14 | 0.11 | 0 | 0.15 | 224.52 | 0.29 | 0.79 |
| Hex | BA | C2 | D9 | E | B | 0 | F | E1 | 1D | 4F |
| Octal | 272 | 302 | 331 | 16 | 13 | 0 | 17 | 341 | 35 | 117 |
| Binary | 10111010 | 11000010 | 11011001 | 1110 | 1011 | 0 | 1111 | 11100001 | 11101 | 1001111 |
Color Harmonies of #BAC2D9
Complementary color
Monochromatic Colors of #BAC2D9
Black with #BAC2D9
Text Example
Text Example
White with #BAC2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2D9; }
p { color: rgb(186,194,217); }
H1.HeaderClassName
{
color: #BAC2D9;
}
.AnyTagClassName
{
color: #BAC2D9;
}
</style>
background-color css
<style>
a { background-color: #BAC2D9; }
a { background-color: rgb(186,194,217); }
div.DivClassName
{
background-color: #BAC2D9;
}
.BgClassName
{
background-color: #BAC2D9;
}
</style>
border-color css
<style>
span { border-color: #BAC2D9; }
span { border-color: rgb(186,194,217); }
td.TdClassName
{
border-color: #BAC2D9;
}
.TagClassName
{
border-color: #BAC2D9;
}
</style>