Shades of Heather #AFBEC2
Tints of Heather #AFBEC2
RGB
CMYK
RGB Variations
Color information
#AFBEC2 (or 0xAFBEC2) is known color: Heather. HEX triplet: AF, BE and C2. RGB value is (175,190,194). Sum of RGB (Red+Green+Blue) = 175+190+194=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 194 - color contains mainly: blue. Hex color #AFBEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEC2 is #50413D. Grayscale: #B9B9B9. Windows color (decimal): -5259582 or 12762799. OLE color: 12762799.
HSL color Cylindrical-coordinate representation of color #AFBEC2: hue angle of 192.63º 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 #AFBEC2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 190 | 194 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.24 |
| HSL | 192.63º | 0.13% | 0.72% | - |
| HSV(B) | 192.63º | 0.1% | 0.76% | - |
| XYZ | 45.83 | 49.84 | 58.24 | - |
| YUV | 185.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 194 | 0.10 | 0.02 | 0 | 0.24 | 192.63 | 0.13 | 0.72 |
| Hex | AF | BE | C2 | A | 2 | 0 | 18 | C1 | D | 48 |
| Octal | 257 | 276 | 302 | 12 | 2 | 0 | 30 | 301 | 15 | 110 |
| Binary | 10101111 | 10111110 | 11000010 | 1010 | 10 | 0 | 11000 | 11000001 | 1101 | 1001000 |
Color Harmonies of #AFBEC2
Complementary color
Monochromatic Colors of #AFBEC2
Black with #AFBEC2
Text Example
Text Example
White with #AFBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBEC2; }
p { color: rgb(175,190,194); }
H1.HeaderClassName
{
color: #AFBEC2;
}
.AnyTagClassName
{
color: #AFBEC2;
}
</style>
background-color css
<style>
a { background-color: #AFBEC2; }
a { background-color: rgb(175,190,194); }
div.DivClassName
{
background-color: #AFBEC2;
}
.BgClassName
{
background-color: #AFBEC2;
}
</style>
border-color css
<style>
span { border-color: #AFBEC2; }
span { border-color: rgb(175,190,194); }
td.TdClassName
{
border-color: #AFBEC2;
}
.TagClassName
{
border-color: #AFBEC2;
}
</style>