Shades of Heather #AFBFC3
Tints of Heather #AFBFC3
RGB
CMYK
RGB Variations
Color information
#AFBFC3 (or 0xAFBFC3) is known color: Heather. HEX triplet: AF, BF and C3. RGB value is (175,191,195). Sum of RGB (Red+Green+Blue) = 175+191+195=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 195 - color contains mainly: blue. Hex color #AFBFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFC3 is #50403C. Grayscale: #BABABA. Windows color (decimal): -5259325 or 12828591. OLE color: 12828591.
HSL color Cylindrical-coordinate representation of color #AFBFC3: hue angle of 192º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFBFC3 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 191 | 195 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.24 |
| HSL | 192º | 0.14% | 0.73% | - |
| HSV(B) | 192º | 0.1% | 0.76% | - |
| XYZ | 46.16 | 50.32 | 58.91 | - |
| YUV | 186.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 191 | 195 | 0.10 | 0.02 | 0 | 0.24 | 192 | 0.14 | 0.73 |
| Hex | AF | BF | C3 | A | 2 | 0 | 18 | C0 | E | 49 |
| Octal | 257 | 277 | 303 | 12 | 2 | 0 | 30 | 300 | 16 | 111 |
| Binary | 10101111 | 10111111 | 11000011 | 1010 | 10 | 0 | 11000 | 11000000 | 1110 | 1001001 |
Color Harmonies of #AFBFC3
Complementary color
Monochromatic Colors of #AFBFC3
Black with #AFBFC3
Text Example
Text Example
White with #AFBFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBFC3; }
p { color: rgb(175,191,195); }
H1.HeaderClassName
{
color: #AFBFC3;
}
.AnyTagClassName
{
color: #AFBFC3;
}
</style>
background-color css
<style>
a { background-color: #AFBFC3; }
a { background-color: rgb(175,191,195); }
div.DivClassName
{
background-color: #AFBFC3;
}
.BgClassName
{
background-color: #AFBFC3;
}
</style>
border-color css
<style>
span { border-color: #AFBFC3; }
span { border-color: rgb(175,191,195); }
td.TdClassName
{
border-color: #AFBFC3;
}
.TagClassName
{
border-color: #AFBFC3;
}
</style>