Shades of Spindle #BAC7D8
Tints of Spindle #BAC7D8
RGB
CMYK
RGB Variations
Color information
#BAC7D8 (or 0xBAC7D8) is known color: Spindle. HEX triplet: BA, C7 and D8. RGB value is (186,199,216). Sum of RGB (Red+Green+Blue) = 186+199+216=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAC7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7D8 is #453827. Grayscale: #C4C4C4. Windows color (decimal): -4536360 or 14206906. OLE color: 14206906.
HSL color Cylindrical-coordinate representation of color #BAC7D8: hue angle of 214º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAC7D8 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 199 | 216 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.15 |
| HSL | 214º | 0.28% | 0.79% | - |
| HSV(B) | 214º | 0.14% | 0.85% | - |
| XYZ | 53.07 | 56.24 | 73.02 | - |
| YUV | 197.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 216 | 0.14 | 0.08 | 0 | 0.15 | 214 | 0.28 | 0.79 |
| Hex | BA | C7 | D8 | E | 8 | 0 | F | D6 | 1C | 4F |
| Octal | 272 | 307 | 330 | 16 | 10 | 0 | 17 | 326 | 34 | 117 |
| Binary | 10111010 | 11000111 | 11011000 | 1110 | 1000 | 0 | 1111 | 11010110 | 11100 | 1001111 |
Color Harmonies of #BAC7D8
Complementary color
Monochromatic Colors of #BAC7D8
Black with #BAC7D8
Text Example
Text Example
White with #BAC7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7D8; }
p { color: rgb(186,199,216); }
H1.HeaderClassName
{
color: #BAC7D8;
}
.AnyTagClassName
{
color: #BAC7D8;
}
</style>
background-color css
<style>
a { background-color: #BAC7D8; }
a { background-color: rgb(186,199,216); }
div.DivClassName
{
background-color: #BAC7D8;
}
.BgClassName
{
background-color: #BAC7D8;
}
</style>
border-color css
<style>
span { border-color: #BAC7D8; }
span { border-color: rgb(186,199,216); }
td.TdClassName
{
border-color: #BAC7D8;
}
.TagClassName
{
border-color: #BAC7D8;
}
</style>