Shades of Spindle #BAC7D5
Tints of Spindle #BAC7D5
RGB
CMYK
RGB Variations
Color information
#BAC7D5 (or 0xBAC7D5) is known color: Spindle. HEX triplet: BA, C7 and D5. RGB value is (186,199,213). Sum of RGB (Red+Green+Blue) = 186+199+213=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAC7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7D5 is #45382A. Grayscale: #C4C4C4. Windows color (decimal): -4536363 or 14010298. OLE color: 14010298.
HSL color Cylindrical-coordinate representation of color #BAC7D5: hue angle of 211.11º 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 #BAC7D5 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 199 | 213 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.16 |
| HSL | 211.11º | 0.24% | 0.78% | - |
| HSV(B) | 211.11º | 0.13% | 0.84% | - |
| XYZ | 52.68 | 56.09 | 71 | - |
| YUV | 196.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 213 | 0.13 | 0.07 | 0 | 0.16 | 211.11 | 0.24 | 0.78 |
| Hex | BA | C7 | D5 | D | 7 | 0 | 10 | D3 | 18 | 4E |
| Octal | 272 | 307 | 325 | 15 | 7 | 0 | 20 | 323 | 30 | 116 |
| Binary | 10111010 | 11000111 | 11010101 | 1101 | 111 | 0 | 10000 | 11010011 | 11000 | 1001110 |
Color Harmonies of #BAC7D5
Complementary color
Monochromatic Colors of #BAC7D5
Black with #BAC7D5
Text Example
Text Example
White with #BAC7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7D5; }
p { color: rgb(186,199,213); }
H1.HeaderClassName
{
color: #BAC7D5;
}
.AnyTagClassName
{
color: #BAC7D5;
}
</style>
background-color css
<style>
a { background-color: #BAC7D5; }
a { background-color: rgb(186,199,213); }
div.DivClassName
{
background-color: #BAC7D5;
}
.BgClassName
{
background-color: #BAC7D5;
}
</style>
border-color css
<style>
span { border-color: #BAC7D5; }
span { border-color: rgb(186,199,213); }
td.TdClassName
{
border-color: #BAC7D5;
}
.TagClassName
{
border-color: #BAC7D5;
}
</style>