Shades of Spindle #BAC2D0
Tints of Spindle #BAC2D0
RGB
CMYK
RGB Variations
Color information
#BAC2D0 (or 0xBAC2D0) is known color: Spindle. HEX triplet: BA, C2 and D0. RGB value is (186,194,208). Sum of RGB (Red+Green+Blue) = 186+194+208=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAC2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2D0 is #453D2F. Grayscale: #C1C1C1. Windows color (decimal): -4537648 or 13681338. OLE color: 13681338.
HSL color Cylindrical-coordinate representation of color #BAC2D0: hue angle of 218.18º degrees, saturation: 0.19, 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 #BAC2D0 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 194 | 208 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.18 |
| HSL | 218.18º | 0.19% | 0.77% | - |
| HSV(B) | 218.18º | 0.11% | 0.82% | - |
| XYZ | 50.93 | 53.58 | 67.33 | - |
| YUV | 193.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 208 | 0.11 | 0.07 | 0 | 0.18 | 218.18 | 0.19 | 0.77 |
| Hex | BA | C2 | D0 | B | 7 | 0 | 12 | DA | 13 | 4D |
| Octal | 272 | 302 | 320 | 13 | 7 | 0 | 22 | 332 | 23 | 115 |
| Binary | 10111010 | 11000010 | 11010000 | 1011 | 111 | 0 | 10010 | 11011010 | 10011 | 1001101 |
Color Harmonies of #BAC2D0
Complementary color
Monochromatic Colors of #BAC2D0
Black with #BAC2D0
Text Example
Text Example
White with #BAC2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2D0; }
p { color: rgb(186,194,208); }
H1.HeaderClassName
{
color: #BAC2D0;
}
.AnyTagClassName
{
color: #BAC2D0;
}
</style>
background-color css
<style>
a { background-color: #BAC2D0; }
a { background-color: rgb(186,194,208); }
div.DivClassName
{
background-color: #BAC2D0;
}
.BgClassName
{
background-color: #BAC2D0;
}
</style>
border-color css
<style>
span { border-color: #BAC2D0; }
span { border-color: rgb(186,194,208); }
td.TdClassName
{
border-color: #BAC2D0;
}
.TagClassName
{
border-color: #BAC2D0;
}
</style>