Shades of Heather #AFB7BC
Tints of Heather #AFB7BC
RGB
CMYK
RGB Variations
Color information
#AFB7BC (or 0xAFB7BC) is known color: Heather. HEX triplet: AF, B7 and BC. RGB value is (175,183,188). Sum of RGB (Red+Green+Blue) = 175+183+188=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFB7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7BC is #504843. Grayscale: #B5B5B5. Windows color (decimal): -5261380 or 12367791. OLE color: 12367791.
HSL color Cylindrical-coordinate representation of color #AFB7BC: hue angle of 203.08º degrees, saturation: 0.09, 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 #AFB7BC is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 183 | 188 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.26 |
| HSL | 203.08º | 0.09% | 0.71% | - |
| HSV(B) | 203.08º | 0.07% | 0.74% | - |
| XYZ | 43.69 | 46.61 | 54.27 | - |
| YUV | 181.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 188 | 0.07 | 0.03 | 0 | 0.26 | 203.08 | 0.09 | 0.71 |
| Hex | AF | B7 | BC | 7 | 3 | 0 | 1A | CB | 9 | 47 |
| Octal | 257 | 267 | 274 | 7 | 3 | 0 | 32 | 313 | 11 | 107 |
| Binary | 10101111 | 10110111 | 10111100 | 111 | 11 | 0 | 11010 | 11001011 | 1001 | 1000111 |
Color Harmonies of #AFB7BC
Complementary color
Monochromatic Colors of #AFB7BC
Black with #AFB7BC
Text Example
Text Example
White with #AFB7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB7BC; }
p { color: rgb(175,183,188); }
H1.HeaderClassName
{
color: #AFB7BC;
}
.AnyTagClassName
{
color: #AFB7BC;
}
</style>
background-color css
<style>
a { background-color: #AFB7BC; }
a { background-color: rgb(175,183,188); }
div.DivClassName
{
background-color: #AFB7BC;
}
.BgClassName
{
background-color: #AFB7BC;
}
</style>
border-color css
<style>
span { border-color: #AFB7BC; }
span { border-color: rgb(175,183,188); }
td.TdClassName
{
border-color: #AFB7BC;
}
.TagClassName
{
border-color: #AFB7BC;
}
</style>