Shades of Heather #A7B5BE
Tints of Heather #A7B5BE
RGB
CMYK
RGB Variations
Color information
#A7B5BE (or 0xA7B5BE) is known color: Heather. HEX triplet: A7, B5 and BE. RGB value is (167,181,190). Sum of RGB (Red+Green+Blue) = 167+181+190=538 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.04% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #A7B5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B5BE is #584A41. Grayscale: #B1B1B1. Windows color (decimal): -5786178 or 12498343. OLE color: 12498343.
HSL color Cylindrical-coordinate representation of color #A7B5BE: hue angle of 203.48º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7B5BE is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 167 | 181 | 190 | - |
CMYK | 0.12 | 0.05 | 0 | 0.25 |
HSL | 203.48º | 0.15% | 0.7% | - |
HSV(B) | 203.48º | 0.12% | 0.75% | - |
XYZ | 41.75 | 44.98 | 55.2 | - |
YUV | 177.84 | 134.86 | 120.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 167 | 181 | 190 | 0.12 | 0.05 | 0 | 0.25 | 203.48 | 0.15 | 0.7 |
Hex | A7 | B5 | BE | C | 5 | 0 | 19 | CB | F | 46 |
Octal | 247 | 265 | 276 | 14 | 5 | 0 | 31 | 313 | 17 | 106 |
Binary | 10100111 | 10110101 | 10111110 | 1100 | 101 | 0 | 11001 | 11001011 | 1111 | 1000110 |
Color Harmonies of #A7B5BE
Complementary color
Monochromatic Colors of #A7B5BE
Black with #A7B5BE
Text Example
Text Example
White with #A7B5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B5BE; }
p { color: rgb(167,181,190); }
H1.HeaderClassName
{
color: #A7B5BE;
}
.AnyTagClassName
{
color: #A7B5BE;
}
</style>
background-color css
<style>
a { background-color: #A7B5BE; }
a { background-color: rgb(167,181,190); }
div.DivClassName
{
background-color: #A7B5BE;
}
.BgClassName
{
background-color: #A7B5BE;
}
</style>
border-color css
<style>
span { border-color: #A7B5BE; }
span { border-color: rgb(167,181,190); }
td.TdClassName
{
border-color: #A7B5BE;
}
.TagClassName
{
border-color: #A7B5BE;
}
</style>