Shades of Spindle #BAC8D0
Tints of Spindle #BAC8D0
RGB
CMYK
RGB Variations
Color information
#BAC8D0 (or 0xBAC8D0) is known color: Spindle. HEX triplet: BA, C8 and D0. RGB value is (186,200,208). Sum of RGB (Red+Green+Blue) = 186+200+208=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAC8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8D0 is #45372F. Grayscale: #C4C4C4. Windows color (decimal): -4536112 or 13682874. OLE color: 13682874.
HSL color Cylindrical-coordinate representation of color #BAC8D0: hue angle of 201.82º 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 #BAC8D0 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 200 | 208 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.18 |
| HSL | 201.82º | 0.19% | 0.77% | - |
| HSV(B) | 201.82º | 0.11% | 0.82% | - |
| XYZ | 52.29 | 56.3 | 67.79 | - |
| YUV | 196.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 208 | 0.11 | 0.04 | 0 | 0.18 | 201.82 | 0.19 | 0.77 |
| Hex | BA | C8 | D0 | B | 4 | 0 | 12 | CA | 13 | 4D |
| Octal | 272 | 310 | 320 | 13 | 4 | 0 | 22 | 312 | 23 | 115 |
| Binary | 10111010 | 11001000 | 11010000 | 1011 | 100 | 0 | 10010 | 11001010 | 10011 | 1001101 |
Color Harmonies of #BAC8D0
Complementary color
Monochromatic Colors of #BAC8D0
Black with #BAC8D0
Text Example
Text Example
White with #BAC8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8D0; }
p { color: rgb(186,200,208); }
H1.HeaderClassName
{
color: #BAC8D0;
}
.AnyTagClassName
{
color: #BAC8D0;
}
</style>
background-color css
<style>
a { background-color: #BAC8D0; }
a { background-color: rgb(186,200,208); }
div.DivClassName
{
background-color: #BAC8D0;
}
.BgClassName
{
background-color: #BAC8D0;
}
</style>
border-color css
<style>
span { border-color: #BAC8D0; }
span { border-color: rgb(186,200,208); }
td.TdClassName
{
border-color: #BAC8D0;
}
.TagClassName
{
border-color: #BAC8D0;
}
</style>