Shades of Heather #AFBFC4
Tints of Heather #AFBFC4
RGB
CMYK
RGB Variations
Color information
#AFBFC4 (or 0xAFBFC4) is known color: Heather. HEX triplet: AF, BF and C4. RGB value is (175,191,196). Sum of RGB (Red+Green+Blue) = 175+191+196=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 196 - color contains mainly: blue. Hex color #AFBFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFC4 is #50403B. Grayscale: #BABABA. Windows color (decimal): -5259324 or 12894127. OLE color: 12894127.
HSL color Cylindrical-coordinate representation of color #AFBFC4: hue angle of 194.29º degrees, saturation: 0.15, 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 #AFBFC4 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 191 | 196 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.23 |
| HSL | 194.29º | 0.15% | 0.73% | - |
| HSV(B) | 194.29º | 0.11% | 0.77% | - |
| XYZ | 46.27 | 50.36 | 59.51 | - |
| YUV | 186.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 191 | 196 | 0.11 | 0.03 | 0 | 0.23 | 194.29 | 0.15 | 0.73 |
| Hex | AF | BF | C4 | B | 3 | 0 | 17 | C2 | F | 49 |
| Octal | 257 | 277 | 304 | 13 | 3 | 0 | 27 | 302 | 17 | 111 |
| Binary | 10101111 | 10111111 | 11000100 | 1011 | 11 | 0 | 10111 | 11000010 | 1111 | 1001001 |
Color Harmonies of #AFBFC4
Complementary color
Monochromatic Colors of #AFBFC4
Black with #AFBFC4
Text Example
Text Example
White with #AFBFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBFC4; }
p { color: rgb(175,191,196); }
H1.HeaderClassName
{
color: #AFBFC4;
}
.AnyTagClassName
{
color: #AFBFC4;
}
</style>
background-color css
<style>
a { background-color: #AFBFC4; }
a { background-color: rgb(175,191,196); }
div.DivClassName
{
background-color: #AFBFC4;
}
.BgClassName
{
background-color: #AFBFC4;
}
</style>
border-color css
<style>
span { border-color: #AFBFC4; }
span { border-color: rgb(175,191,196); }
td.TdClassName
{
border-color: #AFBFC4;
}
.TagClassName
{
border-color: #AFBFC4;
}
</style>