Shades of Heather #AFB8BD
Tints of Heather #AFB8BD
RGB
CMYK
RGB Variations
Color information
#AFB8BD (or 0xAFB8BD) is known color: Heather. HEX triplet: AF, B8 and BD. RGB value is (175,184,189). Sum of RGB (Red+Green+Blue) = 175+184+189=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFB8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8BD is #504742. Grayscale: #B5B5B5. Windows color (decimal): -5261123 or 12433583. OLE color: 12433583.
HSL color Cylindrical-coordinate representation of color #AFB8BD: hue angle of 201.43º 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 #AFB8BD is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 184 | 189 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.26 |
| HSL | 201.43º | 0.1% | 0.71% | - |
| HSV(B) | 201.43º | 0.07% | 0.74% | - |
| XYZ | 44 | 47.07 | 54.91 | - |
| YUV | 181.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 189 | 0.07 | 0.03 | 0 | 0.26 | 201.43 | 0.1 | 0.71 |
| Hex | AF | B8 | BD | 7 | 3 | 0 | 1A | C9 | A | 47 |
| Octal | 257 | 270 | 275 | 7 | 3 | 0 | 32 | 311 | 12 | 107 |
| Binary | 10101111 | 10111000 | 10111101 | 111 | 11 | 0 | 11010 | 11001001 | 1010 | 1000111 |
Color Harmonies of #AFB8BD
Complementary color
Monochromatic Colors of #AFB8BD
Black with #AFB8BD
Text Example
Text Example
White with #AFB8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB8BD; }
p { color: rgb(175,184,189); }
H1.HeaderClassName
{
color: #AFB8BD;
}
.AnyTagClassName
{
color: #AFB8BD;
}
</style>
background-color css
<style>
a { background-color: #AFB8BD; }
a { background-color: rgb(175,184,189); }
div.DivClassName
{
background-color: #AFB8BD;
}
.BgClassName
{
background-color: #AFB8BD;
}
</style>
border-color css
<style>
span { border-color: #AFB8BD; }
span { border-color: rgb(175,184,189); }
td.TdClassName
{
border-color: #AFB8BD;
}
.TagClassName
{
border-color: #AFB8BD;
}
</style>