Shades of Spindle #BAC0D0
Tints of Spindle #BAC0D0
RGB
CMYK
RGB Variations
Color information
#BAC0D0 (or 0xBAC0D0) is known color: Spindle. HEX triplet: BA, C0 and D0. RGB value is (186,192,208). Sum of RGB (Red+Green+Blue) = 186+192+208=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAC0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0D0 is #453F2F. Grayscale: #BFBFBF. Windows color (decimal): -4538160 or 13680826. OLE color: 13680826.
HSL color Cylindrical-coordinate representation of color #BAC0D0: hue angle of 223.64º 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 #BAC0D0 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 192 | 208 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.18 |
| HSL | 223.64º | 0.19% | 0.77% | - |
| HSV(B) | 223.64º | 0.11% | 0.82% | - |
| XYZ | 50.48 | 52.69 | 67.18 | - |
| YUV | 192.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 208 | 0.11 | 0.08 | 0 | 0.18 | 223.64 | 0.19 | 0.77 |
| Hex | BA | C0 | D0 | B | 8 | 0 | 12 | E0 | 13 | 4D |
| Octal | 272 | 300 | 320 | 13 | 10 | 0 | 22 | 340 | 23 | 115 |
| Binary | 10111010 | 11000000 | 11010000 | 1011 | 1000 | 0 | 10010 | 11100000 | 10011 | 1001101 |
Color Harmonies of #BAC0D0
Complementary color
Monochromatic Colors of #BAC0D0
Black with #BAC0D0
Text Example
Text Example
White with #BAC0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0D0; }
p { color: rgb(186,192,208); }
H1.HeaderClassName
{
color: #BAC0D0;
}
.AnyTagClassName
{
color: #BAC0D0;
}
</style>
background-color css
<style>
a { background-color: #BAC0D0; }
a { background-color: rgb(186,192,208); }
div.DivClassName
{
background-color: #BAC0D0;
}
.BgClassName
{
background-color: #BAC0D0;
}
</style>
border-color css
<style>
span { border-color: #BAC0D0; }
span { border-color: rgb(186,192,208); }
td.TdClassName
{
border-color: #BAC0D0;
}
.TagClassName
{
border-color: #BAC0D0;
}
</style>