Shades of Spindle #BAC8D7
Tints of Spindle #BAC8D7
RGB
CMYK
RGB Variations
Color information
#BAC8D7 (or 0xBAC8D7) is known color: Spindle. HEX triplet: BA, C8 and D7. RGB value is (186,200,215). Sum of RGB (Red+Green+Blue) = 186+200+215=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAC8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8D7 is #453728. Grayscale: #C5C5C5. Windows color (decimal): -4536105 or 14141626. OLE color: 14141626.
HSL color Cylindrical-coordinate representation of color #BAC8D7: hue angle of 211.03º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAC8D7 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 200 | 215 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.16 |
| HSL | 211.03º | 0.27% | 0.79% | - |
| HSV(B) | 211.03º | 0.13% | 0.84% | - |
| XYZ | 53.17 | 56.65 | 72.42 | - |
| YUV | 197.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 215 | 0.13 | 0.07 | 0 | 0.16 | 211.03 | 0.27 | 0.79 |
| Hex | BA | C8 | D7 | D | 7 | 0 | 10 | D3 | 1B | 4F |
| Octal | 272 | 310 | 327 | 15 | 7 | 0 | 20 | 323 | 33 | 117 |
| Binary | 10111010 | 11001000 | 11010111 | 1101 | 111 | 0 | 10000 | 11010011 | 11011 | 1001111 |
Color Harmonies of #BAC8D7
Complementary color
Monochromatic Colors of #BAC8D7
Black with #BAC8D7
Text Example
Text Example
White with #BAC8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8D7; }
p { color: rgb(186,200,215); }
H1.HeaderClassName
{
color: #BAC8D7;
}
.AnyTagClassName
{
color: #BAC8D7;
}
</style>
background-color css
<style>
a { background-color: #BAC8D7; }
a { background-color: rgb(186,200,215); }
div.DivClassName
{
background-color: #BAC8D7;
}
.BgClassName
{
background-color: #BAC8D7;
}
</style>
border-color css
<style>
span { border-color: #BAC8D7; }
span { border-color: rgb(186,200,215); }
td.TdClassName
{
border-color: #BAC8D7;
}
.TagClassName
{
border-color: #BAC8D7;
}
</style>