Shades of Spindle #BAC8D1
Tints of Spindle #BAC8D1
RGB
CMYK
RGB Variations
Color information
#BAC8D1 (or 0xBAC8D1) is known color: Spindle. HEX triplet: BA, C8 and D1. RGB value is (186,200,209). Sum of RGB (Red+Green+Blue) = 186+200+209=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAC8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8D1 is #45372E. Grayscale: #C4C4C4. Windows color (decimal): -4536111 or 13748410. OLE color: 13748410.
HSL color Cylindrical-coordinate representation of color #BAC8D1: hue angle of 203.48º degrees, saturation: 0.2, 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 #BAC8D1 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 200 | 209 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.18 |
| HSL | 203.48º | 0.2% | 0.77% | - |
| HSV(B) | 203.48º | 0.11% | 0.82% | - |
| XYZ | 52.41 | 56.35 | 68.44 | - |
| YUV | 196.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 209 | 0.11 | 0.04 | 0 | 0.18 | 203.48 | 0.2 | 0.77 |
| Hex | BA | C8 | D1 | B | 4 | 0 | 12 | CB | 14 | 4D |
| Octal | 272 | 310 | 321 | 13 | 4 | 0 | 22 | 313 | 24 | 115 |
| Binary | 10111010 | 11001000 | 11010001 | 1011 | 100 | 0 | 10010 | 11001011 | 10100 | 1001101 |
Color Harmonies of #BAC8D1
Complementary color
Monochromatic Colors of #BAC8D1
Black with #BAC8D1
Text Example
Text Example
White with #BAC8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8D1; }
p { color: rgb(186,200,209); }
H1.HeaderClassName
{
color: #BAC8D1;
}
.AnyTagClassName
{
color: #BAC8D1;
}
</style>
background-color css
<style>
a { background-color: #BAC8D1; }
a { background-color: rgb(186,200,209); }
div.DivClassName
{
background-color: #BAC8D1;
}
.BgClassName
{
background-color: #BAC8D1;
}
</style>
border-color css
<style>
span { border-color: #BAC8D1; }
span { border-color: rgb(186,200,209); }
td.TdClassName
{
border-color: #BAC8D1;
}
.TagClassName
{
border-color: #BAC8D1;
}
</style>