Shades of Spindle #BAC8D6
Tints of Spindle #BAC8D6
RGB
CMYK
RGB Variations
Color information
#BAC8D6 (or 0xBAC8D6) is known color: Spindle. HEX triplet: BA, C8 and D6. RGB value is (186,200,214). Sum of RGB (Red+Green+Blue) = 186+200+214=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAC8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8D6 is #453729. Grayscale: #C5C5C5. Windows color (decimal): -4536106 or 14076090. OLE color: 14076090.
HSL color Cylindrical-coordinate representation of color #BAC8D6: hue angle of 210º 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 #BAC8D6 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 200 | 214 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.16 |
| HSL | 210º | 0.25% | 0.78% | - |
| HSV(B) | 210º | 0.13% | 0.84% | - |
| XYZ | 53.04 | 56.6 | 71.75 | - |
| YUV | 197.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 214 | 0.13 | 0.07 | 0 | 0.16 | 210 | 0.25 | 0.78 |
| Hex | BA | C8 | D6 | D | 7 | 0 | 10 | D2 | 19 | 4E |
| Octal | 272 | 310 | 326 | 15 | 7 | 0 | 20 | 322 | 31 | 116 |
| Binary | 10111010 | 11001000 | 11010110 | 1101 | 111 | 0 | 10000 | 11010010 | 11001 | 1001110 |
Color Harmonies of #BAC8D6
Complementary color
Monochromatic Colors of #BAC8D6
Black with #BAC8D6
Text Example
Text Example
White with #BAC8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8D6; }
p { color: rgb(186,200,214); }
H1.HeaderClassName
{
color: #BAC8D6;
}
.AnyTagClassName
{
color: #BAC8D6;
}
</style>
background-color css
<style>
a { background-color: #BAC8D6; }
a { background-color: rgb(186,200,214); }
div.DivClassName
{
background-color: #BAC8D6;
}
.BgClassName
{
background-color: #BAC8D6;
}
</style>
border-color css
<style>
span { border-color: #BAC8D6; }
span { border-color: rgb(186,200,214); }
td.TdClassName
{
border-color: #BAC8D6;
}
.TagClassName
{
border-color: #BAC8D6;
}
</style>