Shades of Heather #A6B2BF
Tints of Heather #A6B2BF
RGB
CMYK
RGB Variations
Color information
#A6B2BF (or 0xA6B2BF) is known color: Heather. HEX triplet: A6, B2 and BF. RGB value is (166,178,191). Sum of RGB (Red+Green+Blue) = 166+178+191=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #A6B2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B2BF is #594D40. Grayscale: #AFAFAF. Windows color (decimal): -5852481 or 12563110. OLE color: 12563110.
HSL color Cylindrical-coordinate representation of color #A6B2BF: hue angle of 211.2º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6B2BF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 178 | 191 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.25 |
| HSL | 211.2º | 0.16% | 0.7% | - |
| HSV(B) | 211.2º | 0.13% | 0.75% | - |
| XYZ | 41.05 | 43.71 | 55.56 | - |
| YUV | 175.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 191 | 0.13 | 0.07 | 0 | 0.25 | 211.2 | 0.16 | 0.7 |
| Hex | A6 | B2 | BF | D | 7 | 0 | 19 | D3 | 10 | 46 |
| Octal | 246 | 262 | 277 | 15 | 7 | 0 | 31 | 323 | 20 | 106 |
| Binary | 10100110 | 10110010 | 10111111 | 1101 | 111 | 0 | 11001 | 11010011 | 10000 | 1000110 |
Color Harmonies of #A6B2BF
Complementary color
Monochromatic Colors of #A6B2BF
Black with #A6B2BF
Text Example
Text Example
White with #A6B2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B2BF; }
p { color: rgb(166,178,191); }
H1.HeaderClassName
{
color: #A6B2BF;
}
.AnyTagClassName
{
color: #A6B2BF;
}
</style>
background-color css
<style>
a { background-color: #A6B2BF; }
a { background-color: rgb(166,178,191); }
div.DivClassName
{
background-color: #A6B2BF;
}
.BgClassName
{
background-color: #A6B2BF;
}
</style>
border-color css
<style>
span { border-color: #A6B2BF; }
span { border-color: rgb(166,178,191); }
td.TdClassName
{
border-color: #A6B2BF;
}
.TagClassName
{
border-color: #A6B2BF;
}
</style>