Shades of Heather #ABB7BD
Tints of Heather #ABB7BD
RGB
CMYK
RGB Variations
Color information
#ABB7BD (or 0xABB7BD) is known color: Heather. HEX triplet: AB, B7 and BD. RGB value is (171,183,189). Sum of RGB (Red+Green+Blue) = 171+183+189=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABB7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB7BD is #544842. Grayscale: #B4B4B4. Windows color (decimal): -5523523 or 12433323. OLE color: 12433323.
HSL color Cylindrical-coordinate representation of color #ABB7BD: hue angle of 200º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABB7BD is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 183 | 189 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.26 |
| HSL | 200º | 0.12% | 0.71% | - |
| HSV(B) | 200º | 0.1% | 0.74% | - |
| XYZ | 42.91 | 46.2 | 54.8 | - |
| YUV | 180.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 189 | 0.10 | 0.03 | 0 | 0.26 | 200 | 0.12 | 0.71 |
| Hex | AB | B7 | BD | A | 3 | 0 | 1A | C8 | C | 47 |
| Octal | 253 | 267 | 275 | 12 | 3 | 0 | 32 | 310 | 14 | 107 |
| Binary | 10101011 | 10110111 | 10111101 | 1010 | 11 | 0 | 11010 | 11001000 | 1100 | 1000111 |
Color Harmonies of #ABB7BD
Complementary color
Monochromatic Colors of #ABB7BD
Black with #ABB7BD
Text Example
Text Example
White with #ABB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB7BD; }
p { color: rgb(171,183,189); }
H1.HeaderClassName
{
color: #ABB7BD;
}
.AnyTagClassName
{
color: #ABB7BD;
}
</style>
background-color css
<style>
a { background-color: #ABB7BD; }
a { background-color: rgb(171,183,189); }
div.DivClassName
{
background-color: #ABB7BD;
}
.BgClassName
{
background-color: #ABB7BD;
}
</style>
border-color css
<style>
span { border-color: #ABB7BD; }
span { border-color: rgb(171,183,189); }
td.TdClassName
{
border-color: #ABB7BD;
}
.TagClassName
{
border-color: #ABB7BD;
}
</style>