Shades of Spindle #A6BACE
Tints of Spindle #A6BACE
RGB
CMYK
RGB Variations
Color information
#A6BACE (or 0xA6BACE) is known color: Spindle. HEX triplet: A6, BA and CE. RGB value is (166,186,206). Sum of RGB (Red+Green+Blue) = 166+186+206=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #A6BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BACE is #594531. Grayscale: #B6B6B6. Windows color (decimal): -5850418 or 13548198. OLE color: 13548198.
HSL color Cylindrical-coordinate representation of color #A6BACE: hue angle of 210º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6BACE is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 186 | 206 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.19 |
| HSL | 210º | 0.29% | 0.73% | - |
| HSV(B) | 210º | 0.19% | 0.81% | - |
| XYZ | 44.43 | 47.68 | 65.25 | - |
| YUV | 182.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 206 | 0.19 | 0.10 | 0 | 0.19 | 210 | 0.29 | 0.73 |
| Hex | A6 | BA | CE | 13 | A | 0 | 13 | D2 | 1D | 49 |
| Octal | 246 | 272 | 316 | 23 | 12 | 0 | 23 | 322 | 35 | 111 |
| Binary | 10100110 | 10111010 | 11001110 | 10011 | 1010 | 0 | 10011 | 11010010 | 11101 | 1001001 |
Color Harmonies of #A6BACE
Complementary color
Monochromatic Colors of #A6BACE
Black with #A6BACE
Text Example
Text Example
White with #A6BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BACE; }
p { color: rgb(166,186,206); }
H1.HeaderClassName
{
color: #A6BACE;
}
.AnyTagClassName
{
color: #A6BACE;
}
</style>
background-color css
<style>
a { background-color: #A6BACE; }
a { background-color: rgb(166,186,206); }
div.DivClassName
{
background-color: #A6BACE;
}
.BgClassName
{
background-color: #A6BACE;
}
</style>
border-color css
<style>
span { border-color: #A6BACE; }
span { border-color: rgb(166,186,206); }
td.TdClassName
{
border-color: #A6BACE;
}
.TagClassName
{
border-color: #A6BACE;
}
</style>