Shades of Heather #AFB9BD
Tints of Heather #AFB9BD
RGB
CMYK
RGB Variations
Color information
#AFB9BD (or 0xAFB9BD) is known color: Heather. HEX triplet: AF, B9 and BD. RGB value is (175,185,189). Sum of RGB (Red+Green+Blue) = 175+185+189=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFB9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9BD is #504642. Grayscale: #B6B6B6. Windows color (decimal): -5260867 or 12433839. OLE color: 12433839.
HSL color Cylindrical-coordinate representation of color #AFB9BD: hue angle of 197.14º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFB9BD is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 185 | 189 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.26 |
| HSL | 197.14º | 0.1% | 0.71% | - |
| HSV(B) | 197.14º | 0.07% | 0.74% | - |
| XYZ | 44.21 | 47.49 | 54.98 | - |
| YUV | 182.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 189 | 0.07 | 0.02 | 0 | 0.26 | 197.14 | 0.1 | 0.71 |
| Hex | AF | B9 | BD | 7 | 2 | 0 | 1A | C5 | A | 47 |
| Octal | 257 | 271 | 275 | 7 | 2 | 0 | 32 | 305 | 12 | 107 |
| Binary | 10101111 | 10111001 | 10111101 | 111 | 10 | 0 | 11010 | 11000101 | 1010 | 1000111 |
Color Harmonies of #AFB9BD
Complementary color
Monochromatic Colors of #AFB9BD
Black with #AFB9BD
Text Example
Text Example
White with #AFB9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB9BD; }
p { color: rgb(175,185,189); }
H1.HeaderClassName
{
color: #AFB9BD;
}
.AnyTagClassName
{
color: #AFB9BD;
}
</style>
background-color css
<style>
a { background-color: #AFB9BD; }
a { background-color: rgb(175,185,189); }
div.DivClassName
{
background-color: #AFB9BD;
}
.BgClassName
{
background-color: #AFB9BD;
}
</style>
border-color css
<style>
span { border-color: #AFB9BD; }
span { border-color: rgb(175,185,189); }
td.TdClassName
{
border-color: #AFB9BD;
}
.TagClassName
{
border-color: #AFB9BD;
}
</style>