Shades of Heather #A6B2BC
Tints of Heather #A6B2BC
RGB
CMYK
RGB Variations
Color information
#A6B2BC (or 0xA6B2BC) is known color: Heather. HEX triplet: A6, B2 and BC. RGB value is (166,178,188). Sum of RGB (Red+Green+Blue) = 166+178+188=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B2BC is #594D43. Grayscale: #AFAFAF. Windows color (decimal): -5852484 or 12366502. OLE color: 12366502.
HSL color Cylindrical-coordinate representation of color #A6B2BC: hue angle of 207.27º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6B2BC is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 178 | 188 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.26 |
| HSL | 207.27º | 0.14% | 0.69% | - |
| HSV(B) | 207.27º | 0.12% | 0.74% | - |
| XYZ | 40.72 | 43.58 | 53.84 | - |
| YUV | 175.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 188 | 0.12 | 0.05 | 0 | 0.26 | 207.27 | 0.14 | 0.69 |
| Hex | A6 | B2 | BC | C | 5 | 0 | 1A | CF | E | 45 |
| Octal | 246 | 262 | 274 | 14 | 5 | 0 | 32 | 317 | 16 | 105 |
| Binary | 10100110 | 10110010 | 10111100 | 1100 | 101 | 0 | 11010 | 11001111 | 1110 | 1000101 |
Color Harmonies of #A6B2BC
Complementary color
Monochromatic Colors of #A6B2BC
Black with #A6B2BC
Text Example
Text Example
White with #A6B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B2BC; }
p { color: rgb(166,178,188); }
H1.HeaderClassName
{
color: #A6B2BC;
}
.AnyTagClassName
{
color: #A6B2BC;
}
</style>
background-color css
<style>
a { background-color: #A6B2BC; }
a { background-color: rgb(166,178,188); }
div.DivClassName
{
background-color: #A6B2BC;
}
.BgClassName
{
background-color: #A6B2BC;
}
</style>
border-color css
<style>
span { border-color: #A6B2BC; }
span { border-color: rgb(166,178,188); }
td.TdClassName
{
border-color: #A6B2BC;
}
.TagClassName
{
border-color: #A6B2BC;
}
</style>