Shades of Heather #A6B7BE
Tints of Heather #A6B7BE
RGB
CMYK
RGB Variations
Color information
#A6B7BE (or 0xA6B7BE) is known color: Heather. HEX triplet: A6, B7 and BE. RGB value is (166,183,190). Sum of RGB (Red+Green+Blue) = 166+183+190=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #A6B7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B7BE is #594841. Grayscale: #B2B2B2. Windows color (decimal): -5851202 or 12498854. OLE color: 12498854.
HSL color Cylindrical-coordinate representation of color #A6B7BE: hue angle of 197.5º 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 #A6B7BE is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 166 | 183 | 190 | - |
CMYK | 0.13 | 0.04 | 0 | 0.25 |
HSL | 197.5º | 0.16% | 0.7% | - |
HSV(B) | 197.5º | 0.13% | 0.75% | - |
XYZ | 41.95 | 45.69 | 55.32 | - |
YUV | 178.72 | 134.37 | 118.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 183 | 190 | 0.13 | 0.04 | 0 | 0.25 | 197.5 | 0.16 | 0.7 |
Hex | A6 | B7 | BE | D | 4 | 0 | 19 | C6 | 10 | 46 |
Octal | 246 | 267 | 276 | 15 | 4 | 0 | 31 | 306 | 20 | 106 |
Binary | 10100110 | 10110111 | 10111110 | 1101 | 100 | 0 | 11001 | 11000110 | 10000 | 1000110 |
Color Harmonies of #A6B7BE
Complementary color
Monochromatic Colors of #A6B7BE
Black with #A6B7BE
Text Example
Text Example
White with #A6B7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B7BE; }
p { color: rgb(166,183,190); }
H1.HeaderClassName
{
color: #A6B7BE;
}
.AnyTagClassName
{
color: #A6B7BE;
}
</style>
background-color css
<style>
a { background-color: #A6B7BE; }
a { background-color: rgb(166,183,190); }
div.DivClassName
{
background-color: #A6B7BE;
}
.BgClassName
{
background-color: #A6B7BE;
}
</style>
border-color css
<style>
span { border-color: #A6B7BE; }
span { border-color: rgb(166,183,190); }
td.TdClassName
{
border-color: #A6B7BE;
}
.TagClassName
{
border-color: #A6B7BE;
}
</style>