Shades of Heather #A7B2BD
Tints of Heather #A7B2BD
RGB
CMYK
RGB Variations
Color information
#A7B2BD (or 0xA7B2BD) is known color: Heather. HEX triplet: A7, B2 and BD. RGB value is (167,178,189). Sum of RGB (Red+Green+Blue) = 167+178+189=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 189 - color contains mainly: blue. Hex color #A7B2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7B2BD is #584D42. Grayscale: #AFAFAF. Windows color (decimal): -5786947 or 12432039. OLE color: 12432039.
HSL color Cylindrical-coordinate representation of color #A7B2BD: hue angle of 210º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7B2BD is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 178 | 189 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.26 |
| HSL | 210º | 0.14% | 0.7% | - |
| HSV(B) | 210º | 0.12% | 0.74% | - |
| XYZ | 41.04 | 43.73 | 54.42 | - |
| YUV | 175.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 189 | 0.12 | 0.06 | 0 | 0.26 | 210 | 0.14 | 0.7 |
| Hex | A7 | B2 | BD | C | 6 | 0 | 1A | D2 | E | 46 |
| Octal | 247 | 262 | 275 | 14 | 6 | 0 | 32 | 322 | 16 | 106 |
| Binary | 10100111 | 10110010 | 10111101 | 1100 | 110 | 0 | 11010 | 11010010 | 1110 | 1000110 |
Color Harmonies of #A7B2BD
Complementary color
Monochromatic Colors of #A7B2BD
Black with #A7B2BD
Text Example
Text Example
White with #A7B2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B2BD; }
p { color: rgb(167,178,189); }
H1.HeaderClassName
{
color: #A7B2BD;
}
.AnyTagClassName
{
color: #A7B2BD;
}
</style>
background-color css
<style>
a { background-color: #A7B2BD; }
a { background-color: rgb(167,178,189); }
div.DivClassName
{
background-color: #A7B2BD;
}
.BgClassName
{
background-color: #A7B2BD;
}
</style>
border-color css
<style>
span { border-color: #A7B2BD; }
span { border-color: rgb(167,178,189); }
td.TdClassName
{
border-color: #A7B2BD;
}
.TagClassName
{
border-color: #A7B2BD;
}
</style>