Shades of Spindle #BAC4D0
Tints of Spindle #BAC4D0
RGB
CMYK
RGB Variations
Color information
#BAC4D0 (or 0xBAC4D0) is known color: Spindle. HEX triplet: BA, C4 and D0. RGB value is (186,196,208). Sum of RGB (Red+Green+Blue) = 186+196+208=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAC4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4D0 is #453B2F. Grayscale: #C2C2C2. Windows color (decimal): -4537136 or 13681850. OLE color: 13681850.
HSL color Cylindrical-coordinate representation of color #BAC4D0: hue angle of 212.73º 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 #BAC4D0 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 196 | 208 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.18 |
| HSL | 212.73º | 0.19% | 0.77% | - |
| HSV(B) | 212.73º | 0.11% | 0.82% | - |
| XYZ | 51.37 | 54.47 | 67.48 | - |
| YUV | 194.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 208 | 0.11 | 0.06 | 0 | 0.18 | 212.73 | 0.19 | 0.77 |
| Hex | BA | C4 | D0 | B | 6 | 0 | 12 | D5 | 13 | 4D |
| Octal | 272 | 304 | 320 | 13 | 6 | 0 | 22 | 325 | 23 | 115 |
| Binary | 10111010 | 11000100 | 11010000 | 1011 | 110 | 0 | 10010 | 11010101 | 10011 | 1001101 |
Color Harmonies of #BAC4D0
Complementary color
Monochromatic Colors of #BAC4D0
Black with #BAC4D0
Text Example
Text Example
White with #BAC4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC4D0; }
p { color: rgb(186,196,208); }
H1.HeaderClassName
{
color: #BAC4D0;
}
.AnyTagClassName
{
color: #BAC4D0;
}
</style>
background-color css
<style>
a { background-color: #BAC4D0; }
a { background-color: rgb(186,196,208); }
div.DivClassName
{
background-color: #BAC4D0;
}
.BgClassName
{
background-color: #BAC4D0;
}
</style>
border-color css
<style>
span { border-color: #BAC4D0; }
span { border-color: rgb(186,196,208); }
td.TdClassName
{
border-color: #BAC4D0;
}
.TagClassName
{
border-color: #BAC4D0;
}
</style>