Shades of Heather #AFBCC9
Tints of Heather #AFBCC9
RGB
CMYK
RGB Variations
Color information
#AFBCC9 (or 0xAFBCC9) is known color: Heather. HEX triplet: AF, BC and C9. RGB value is (175,188,201). Sum of RGB (Red+Green+Blue) = 175+188+201=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 201 - color contains mainly: blue. Hex color #AFBCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCC9 is #504336. Grayscale: #B9B9B9. Windows color (decimal): -5260087 or 13221039. OLE color: 13221039.
HSL color Cylindrical-coordinate representation of color #AFBCC9: hue angle of 210º 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 #AFBCC9 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 188 | 201 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.21 |
| HSL | 210º | 0.19% | 0.74% | - |
| HSV(B) | 210º | 0.13% | 0.79% | - |
| XYZ | 46.21 | 49.3 | 62.34 | - |
| YUV | 185.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 201 | 0.13 | 0.06 | 0 | 0.21 | 210 | 0.19 | 0.74 |
| Hex | AF | BC | C9 | D | 6 | 0 | 15 | D2 | 13 | 4A |
| Octal | 257 | 274 | 311 | 15 | 6 | 0 | 25 | 322 | 23 | 112 |
| Binary | 10101111 | 10111100 | 11001001 | 1101 | 110 | 0 | 10101 | 11010010 | 10011 | 1001010 |
Color Harmonies of #AFBCC9
Complementary color
Monochromatic Colors of #AFBCC9
Black with #AFBCC9
Text Example
Text Example
White with #AFBCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBCC9; }
p { color: rgb(175,188,201); }
H1.HeaderClassName
{
color: #AFBCC9;
}
.AnyTagClassName
{
color: #AFBCC9;
}
</style>
background-color css
<style>
a { background-color: #AFBCC9; }
a { background-color: rgb(175,188,201); }
div.DivClassName
{
background-color: #AFBCC9;
}
.BgClassName
{
background-color: #AFBCC9;
}
</style>
border-color css
<style>
span { border-color: #AFBCC9; }
span { border-color: rgb(175,188,201); }
td.TdClassName
{
border-color: #AFBCC9;
}
.TagClassName
{
border-color: #AFBCC9;
}
</style>