Shades of Heather #AFBBC5
Tints of Heather #AFBBC5
RGB
CMYK
RGB Variations
Color information
#AFBBC5 (or 0xAFBBC5) is known color: Heather. HEX triplet: AF, BB and C5. RGB value is (175,187,197). Sum of RGB (Red+Green+Blue) = 175+187+197=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 197 - color contains mainly: blue. Hex color #AFBBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBC5 is #50443A. Grayscale: #B8B8B8. Windows color (decimal): -5260347 or 12958639. OLE color: 12958639.
HSL color Cylindrical-coordinate representation of color #AFBBC5: hue angle of 207.27º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFBBC5 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 187 | 197 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.23 |
| HSL | 207.27º | 0.16% | 0.73% | - |
| HSV(B) | 207.27º | 0.11% | 0.77% | - |
| XYZ | 45.53 | 48.69 | 59.82 | - |
| YUV | 184.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 187 | 197 | 0.11 | 0.05 | 0 | 0.23 | 207.27 | 0.16 | 0.73 |
| Hex | AF | BB | C5 | B | 5 | 0 | 17 | CF | 10 | 49 |
| Octal | 257 | 273 | 305 | 13 | 5 | 0 | 27 | 317 | 20 | 111 |
| Binary | 10101111 | 10111011 | 11000101 | 1011 | 101 | 0 | 10111 | 11001111 | 10000 | 1001001 |
Color Harmonies of #AFBBC5
Complementary color
Monochromatic Colors of #AFBBC5
Black with #AFBBC5
Text Example
Text Example
White with #AFBBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBBC5; }
p { color: rgb(175,187,197); }
H1.HeaderClassName
{
color: #AFBBC5;
}
.AnyTagClassName
{
color: #AFBBC5;
}
</style>
background-color css
<style>
a { background-color: #AFBBC5; }
a { background-color: rgb(175,187,197); }
div.DivClassName
{
background-color: #AFBBC5;
}
.BgClassName
{
background-color: #AFBBC5;
}
</style>
border-color css
<style>
span { border-color: #AFBBC5; }
span { border-color: rgb(175,187,197); }
td.TdClassName
{
border-color: #AFBBC5;
}
.TagClassName
{
border-color: #AFBBC5;
}
</style>