Shades of Heather #AFBFC9
Tints of Heather #AFBFC9
RGB
CMYK
RGB Variations
Color information
#AFBFC9 (or 0xAFBFC9) is known color: Heather. HEX triplet: AF, BF and C9. RGB value is (175,191,201). Sum of RGB (Red+Green+Blue) = 175+191+201=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 201 - color contains mainly: blue. Hex color #AFBFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFC9 is #504036. Grayscale: #BBBBBB. Windows color (decimal): -5259319 or 13221807. OLE color: 13221807.
HSL color Cylindrical-coordinate representation of color #AFBFC9: hue angle of 203.08º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFBFC9 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 191 | 201 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.21 |
| HSL | 203.08º | 0.19% | 0.74% | - |
| HSV(B) | 203.08º | 0.13% | 0.79% | - |
| XYZ | 46.85 | 50.59 | 62.55 | - |
| YUV | 187.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 191 | 201 | 0.13 | 0.05 | 0 | 0.21 | 203.08 | 0.19 | 0.74 |
| Hex | AF | BF | C9 | D | 5 | 0 | 15 | CB | 13 | 4A |
| Octal | 257 | 277 | 311 | 15 | 5 | 0 | 25 | 313 | 23 | 112 |
| Binary | 10101111 | 10111111 | 11001001 | 1101 | 101 | 0 | 10101 | 11001011 | 10011 | 1001010 |
Color Harmonies of #AFBFC9
Complementary color
Monochromatic Colors of #AFBFC9
Black with #AFBFC9
Text Example
Text Example
White with #AFBFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBFC9; }
p { color: rgb(175,191,201); }
H1.HeaderClassName
{
color: #AFBFC9;
}
.AnyTagClassName
{
color: #AFBFC9;
}
</style>
background-color css
<style>
a { background-color: #AFBFC9; }
a { background-color: rgb(175,191,201); }
div.DivClassName
{
background-color: #AFBFC9;
}
.BgClassName
{
background-color: #AFBFC9;
}
</style>
border-color css
<style>
span { border-color: #AFBFC9; }
span { border-color: rgb(175,191,201); }
td.TdClassName
{
border-color: #AFBFC9;
}
.TagClassName
{
border-color: #AFBFC9;
}
</style>