Shades of Heather #A2B2BD
Tints of Heather #A2B2BD
RGB
CMYK
RGB Variations
Color information
#A2B2BD (or 0xA2B2BD) is known color: Heather. HEX triplet: A2, B2 and BD. RGB value is (162,178,189). Sum of RGB (Red+Green+Blue) = 162+178+189=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 189 - color contains mainly: blue. Hex color #A2B2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B2BD is #5D4D42. Grayscale: #AEAEAE. Windows color (decimal): -6114627 or 12432034. OLE color: 12432034.
HSL color Cylindrical-coordinate representation of color #A2B2BD: hue angle of 204.44º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2B2BD is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 178 | 189 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.26 |
| HSL | 204.44º | 0.17% | 0.69% | - |
| HSV(B) | 204.44º | 0.14% | 0.74% | - |
| XYZ | 40.01 | 43.2 | 54.37 | - |
| YUV | 174.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 189 | 0.14 | 0.06 | 0 | 0.26 | 204.44 | 0.17 | 0.69 |
| Hex | A2 | B2 | BD | E | 6 | 0 | 1A | CC | 11 | 45 |
| Octal | 242 | 262 | 275 | 16 | 6 | 0 | 32 | 314 | 21 | 105 |
| Binary | 10100010 | 10110010 | 10111101 | 1110 | 110 | 0 | 11010 | 11001100 | 10001 | 1000101 |
Color Harmonies of #A2B2BD
Complementary color
Monochromatic Colors of #A2B2BD
Black with #A2B2BD
Text Example
Text Example
White with #A2B2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B2BD; }
p { color: rgb(162,178,189); }
H1.HeaderClassName
{
color: #A2B2BD;
}
.AnyTagClassName
{
color: #A2B2BD;
}
</style>
background-color css
<style>
a { background-color: #A2B2BD; }
a { background-color: rgb(162,178,189); }
div.DivClassName
{
background-color: #A2B2BD;
}
.BgClassName
{
background-color: #A2B2BD;
}
</style>
border-color css
<style>
span { border-color: #A2B2BD; }
span { border-color: rgb(162,178,189); }
td.TdClassName
{
border-color: #A2B2BD;
}
.TagClassName
{
border-color: #A2B2BD;
}
</style>