Shades of Heather #AFB9C4
Tints of Heather #AFB9C4
RGB
CMYK
RGB Variations
Color information
#AFB9C4 (or 0xAFB9C4) is known color: Heather. HEX triplet: AF, B9 and C4. RGB value is (175,185,196). Sum of RGB (Red+Green+Blue) = 175+185+196=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 196 - color contains mainly: blue. Hex color #AFB9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9C4 is #50463B. Grayscale: #B7B7B7. Windows color (decimal): -5260860 or 12892591. OLE color: 12892591.
HSL color Cylindrical-coordinate representation of color #AFB9C4: hue angle of 211.43º 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 #AFB9C4 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 185 | 196 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.23 |
| HSL | 211.43º | 0.15% | 0.73% | - |
| HSV(B) | 211.43º | 0.11% | 0.77% | - |
| XYZ | 44.99 | 47.8 | 59.08 | - |
| YUV | 183.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 196 | 0.11 | 0.06 | 0 | 0.23 | 211.43 | 0.15 | 0.73 |
| Hex | AF | B9 | C4 | B | 6 | 0 | 17 | D3 | F | 49 |
| Octal | 257 | 271 | 304 | 13 | 6 | 0 | 27 | 323 | 17 | 111 |
| Binary | 10101111 | 10111001 | 11000100 | 1011 | 110 | 0 | 10111 | 11010011 | 1111 | 1001001 |
Color Harmonies of #AFB9C4
Complementary color
Monochromatic Colors of #AFB9C4
Black with #AFB9C4
Text Example
Text Example
White with #AFB9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB9C4; }
p { color: rgb(175,185,196); }
H1.HeaderClassName
{
color: #AFB9C4;
}
.AnyTagClassName
{
color: #AFB9C4;
}
</style>
background-color css
<style>
a { background-color: #AFB9C4; }
a { background-color: rgb(175,185,196); }
div.DivClassName
{
background-color: #AFB9C4;
}
.BgClassName
{
background-color: #AFB9C4;
}
</style>
border-color css
<style>
span { border-color: #AFB9C4; }
span { border-color: rgb(175,185,196); }
td.TdClassName
{
border-color: #AFB9C4;
}
.TagClassName
{
border-color: #AFB9C4;
}
</style>