Shades of Spindle #BAC1D0
Tints of Spindle #BAC1D0
RGB
CMYK
RGB Variations
Color information
#BAC1D0 (or 0xBAC1D0) is known color: Spindle. HEX triplet: BA, C1 and D0. RGB value is (186,193,208). Sum of RGB (Red+Green+Blue) = 186+193+208=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAC1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1D0 is #453E2F. Grayscale: #C0C0C0. Windows color (decimal): -4537904 or 13681082. OLE color: 13681082.
HSL color Cylindrical-coordinate representation of color #BAC1D0: hue angle of 220.91º 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 #BAC1D0 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 193 | 208 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.18 |
| HSL | 220.91º | 0.19% | 0.77% | - |
| HSV(B) | 220.91º | 0.11% | 0.82% | - |
| XYZ | 50.7 | 53.13 | 67.26 | - |
| YUV | 192.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 208 | 0.11 | 0.07 | 0 | 0.18 | 220.91 | 0.19 | 0.77 |
| Hex | BA | C1 | D0 | B | 7 | 0 | 12 | DD | 13 | 4D |
| Octal | 272 | 301 | 320 | 13 | 7 | 0 | 22 | 335 | 23 | 115 |
| Binary | 10111010 | 11000001 | 11010000 | 1011 | 111 | 0 | 10010 | 11011101 | 10011 | 1001101 |
Color Harmonies of #BAC1D0
Complementary color
Monochromatic Colors of #BAC1D0
Black with #BAC1D0
Text Example
Text Example
White with #BAC1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC1D0; }
p { color: rgb(186,193,208); }
H1.HeaderClassName
{
color: #BAC1D0;
}
.AnyTagClassName
{
color: #BAC1D0;
}
</style>
background-color css
<style>
a { background-color: #BAC1D0; }
a { background-color: rgb(186,193,208); }
div.DivClassName
{
background-color: #BAC1D0;
}
.BgClassName
{
background-color: #BAC1D0;
}
</style>
border-color css
<style>
span { border-color: #BAC1D0; }
span { border-color: rgb(186,193,208); }
td.TdClassName
{
border-color: #BAC1D0;
}
.TagClassName
{
border-color: #BAC1D0;
}
</style>