Shades of Spindle #BAC8D5
Tints of Spindle #BAC8D5
RGB
CMYK
RGB Variations
Color information
#BAC8D5 (or 0xBAC8D5) is known color: Spindle. HEX triplet: BA, C8 and D5. RGB value is (186,200,213). Sum of RGB (Red+Green+Blue) = 186+200+213=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAC8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8D5 is #45372A. Grayscale: #C5C5C5. Windows color (decimal): -4536107 or 14010554. OLE color: 14010554.
HSL color Cylindrical-coordinate representation of color #BAC8D5: hue angle of 208.89º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAC8D5 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 200 | 213 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.16 |
| HSL | 208.89º | 0.24% | 0.78% | - |
| HSV(B) | 208.89º | 0.13% | 0.84% | - |
| XYZ | 52.91 | 56.55 | 71.08 | - |
| YUV | 197.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 213 | 0.13 | 0.06 | 0 | 0.16 | 208.89 | 0.24 | 0.78 |
| Hex | BA | C8 | D5 | D | 6 | 0 | 10 | D1 | 18 | 4E |
| Octal | 272 | 310 | 325 | 15 | 6 | 0 | 20 | 321 | 30 | 116 |
| Binary | 10111010 | 11001000 | 11010101 | 1101 | 110 | 0 | 10000 | 11010001 | 11000 | 1001110 |
Color Harmonies of #BAC8D5
Complementary color
Monochromatic Colors of #BAC8D5
Black with #BAC8D5
Text Example
Text Example
White with #BAC8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8D5; }
p { color: rgb(186,200,213); }
H1.HeaderClassName
{
color: #BAC8D5;
}
.AnyTagClassName
{
color: #BAC8D5;
}
</style>
background-color css
<style>
a { background-color: #BAC8D5; }
a { background-color: rgb(186,200,213); }
div.DivClassName
{
background-color: #BAC8D5;
}
.BgClassName
{
background-color: #BAC8D5;
}
</style>
border-color css
<style>
span { border-color: #BAC8D5; }
span { border-color: rgb(186,200,213); }
td.TdClassName
{
border-color: #BAC8D5;
}
.TagClassName
{
border-color: #BAC8D5;
}
</style>