Shades of Spindle #BAC7D0
Tints of Spindle #BAC7D0
RGB
CMYK
RGB Variations
Color information
#BAC7D0 (or 0xBAC7D0) is known color: Spindle. HEX triplet: BA, C7 and D0. RGB value is (186,199,208). Sum of RGB (Red+Green+Blue) = 186+199+208=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAC7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7D0 is #45382F. Grayscale: #C4C4C4. Windows color (decimal): -4536368 or 13682618. OLE color: 13682618.
HSL color Cylindrical-coordinate representation of color #BAC7D0: hue angle of 204.55º 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 #BAC7D0 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 199 | 208 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.18 |
| HSL | 204.55º | 0.19% | 0.77% | - |
| HSV(B) | 204.55º | 0.11% | 0.82% | - |
| XYZ | 52.06 | 55.84 | 67.71 | - |
| YUV | 196.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 208 | 0.11 | 0.04 | 0 | 0.18 | 204.55 | 0.19 | 0.77 |
| Hex | BA | C7 | D0 | B | 4 | 0 | 12 | CD | 13 | 4D |
| Octal | 272 | 307 | 320 | 13 | 4 | 0 | 22 | 315 | 23 | 115 |
| Binary | 10111010 | 11000111 | 11010000 | 1011 | 100 | 0 | 10010 | 11001101 | 10011 | 1001101 |
Color Harmonies of #BAC7D0
Complementary color
Monochromatic Colors of #BAC7D0
Black with #BAC7D0
Text Example
Text Example
White with #BAC7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7D0; }
p { color: rgb(186,199,208); }
H1.HeaderClassName
{
color: #BAC7D0;
}
.AnyTagClassName
{
color: #BAC7D0;
}
</style>
background-color css
<style>
a { background-color: #BAC7D0; }
a { background-color: rgb(186,199,208); }
div.DivClassName
{
background-color: #BAC7D0;
}
.BgClassName
{
background-color: #BAC7D0;
}
</style>
border-color css
<style>
span { border-color: #BAC7D0; }
span { border-color: rgb(186,199,208); }
td.TdClassName
{
border-color: #BAC7D0;
}
.TagClassName
{
border-color: #BAC7D0;
}
</style>