Shades of Spindle #BAC9D6
Tints of Spindle #BAC9D6
RGB
CMYK
RGB Variations
Color information
#BAC9D6 (or 0xBAC9D6) is known color: Spindle. HEX triplet: BA, C9 and D6. RGB value is (186,201,214). Sum of RGB (Red+Green+Blue) = 186+201+214=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAC9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9D6 is #453629. Grayscale: #C5C5C5. Windows color (decimal): -4535850 or 14076346. OLE color: 14076346.
HSL color Cylindrical-coordinate representation of color #BAC9D6: hue angle of 207.86º degrees, saturation: 0.25, 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 #BAC9D6 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 201 | 214 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.16 |
| HSL | 207.86º | 0.25% | 0.78% | - |
| HSV(B) | 207.86º | 0.13% | 0.84% | - |
| XYZ | 53.27 | 57.07 | 71.83 | - |
| YUV | 198 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 214 | 0.13 | 0.06 | 0 | 0.16 | 207.86 | 0.25 | 0.78 |
| Hex | BA | C9 | D6 | D | 6 | 0 | 10 | D0 | 19 | 4E |
| Octal | 272 | 311 | 326 | 15 | 6 | 0 | 20 | 320 | 31 | 116 |
| Binary | 10111010 | 11001001 | 11010110 | 1101 | 110 | 0 | 10000 | 11010000 | 11001 | 1001110 |
Color Harmonies of #BAC9D6
Complementary color
Monochromatic Colors of #BAC9D6
Black with #BAC9D6
Text Example
Text Example
White with #BAC9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9D6; }
p { color: rgb(186,201,214); }
H1.HeaderClassName
{
color: #BAC9D6;
}
.AnyTagClassName
{
color: #BAC9D6;
}
</style>
background-color css
<style>
a { background-color: #BAC9D6; }
a { background-color: rgb(186,201,214); }
div.DivClassName
{
background-color: #BAC9D6;
}
.BgClassName
{
background-color: #BAC9D6;
}
</style>
border-color css
<style>
span { border-color: #BAC9D6; }
span { border-color: rgb(186,201,214); }
td.TdClassName
{
border-color: #BAC9D6;
}
.TagClassName
{
border-color: #BAC9D6;
}
</style>