Shades of Heather #AFBCC2
Tints of Heather #AFBCC2
RGB
CMYK
RGB Variations
Color information
#AFBCC2 (or 0xAFBCC2) is known color: Heather. HEX triplet: AF, BC and C2. RGB value is (175,188,194). Sum of RGB (Red+Green+Blue) = 175+188+194=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 194 - color contains mainly: blue. Hex color #AFBCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCC2 is #50433D. Grayscale: #B8B8B8. Windows color (decimal): -5260094 or 12762287. OLE color: 12762287.
HSL color Cylindrical-coordinate representation of color #AFBCC2: hue angle of 198.95º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFBCC2 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 188 | 194 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.24 |
| HSL | 198.95º | 0.13% | 0.72% | - |
| HSV(B) | 198.95º | 0.1% | 0.76% | - |
| XYZ | 45.4 | 48.98 | 58.1 | - |
| YUV | 184.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 194 | 0.10 | 0.03 | 0 | 0.24 | 198.95 | 0.13 | 0.72 |
| Hex | AF | BC | C2 | A | 3 | 0 | 18 | C7 | D | 48 |
| Octal | 257 | 274 | 302 | 12 | 3 | 0 | 30 | 307 | 15 | 110 |
| Binary | 10101111 | 10111100 | 11000010 | 1010 | 11 | 0 | 11000 | 11000111 | 1101 | 1001000 |
Color Harmonies of #AFBCC2
Complementary color
Monochromatic Colors of #AFBCC2
Black with #AFBCC2
Text Example
Text Example
White with #AFBCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBCC2; }
p { color: rgb(175,188,194); }
H1.HeaderClassName
{
color: #AFBCC2;
}
.AnyTagClassName
{
color: #AFBCC2;
}
</style>
background-color css
<style>
a { background-color: #AFBCC2; }
a { background-color: rgb(175,188,194); }
div.DivClassName
{
background-color: #AFBCC2;
}
.BgClassName
{
background-color: #AFBCC2;
}
</style>
border-color css
<style>
span { border-color: #AFBCC2; }
span { border-color: rgb(175,188,194); }
td.TdClassName
{
border-color: #AFBCC2;
}
.TagClassName
{
border-color: #AFBCC2;
}
</style>