Shades of Heather #AFB8C2
Tints of Heather #AFB8C2
RGB
CMYK
RGB Variations
Color information
#AFB8C2 (or 0xAFB8C2) is known color: Heather. HEX triplet: AF, B8 and C2. RGB value is (175,184,194). Sum of RGB (Red+Green+Blue) = 175+184+194=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 194 - color contains mainly: blue. Hex color #AFB8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8C2 is #50473D. Grayscale: #B6B6B6. Windows color (decimal): -5261118 or 12761263. OLE color: 12761263.
HSL color Cylindrical-coordinate representation of color #AFB8C2: hue angle of 211.58º 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 #AFB8C2 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 175 | 184 | 194 | - |
CMYK | 0.10 | 0.05 | 0 | 0.24 |
HSL | 211.58º | 0.13% | 0.72% | - |
HSV(B) | 211.58º | 0.1% | 0.76% | - |
XYZ | 44.56 | 47.29 | 57.82 | - |
YUV | 182.45 | 134.52 | 122.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 184 | 194 | 0.10 | 0.05 | 0 | 0.24 | 211.58 | 0.13 | 0.72 |
Hex | AF | B8 | C2 | A | 5 | 0 | 18 | D4 | D | 48 |
Octal | 257 | 270 | 302 | 12 | 5 | 0 | 30 | 324 | 15 | 110 |
Binary | 10101111 | 10111000 | 11000010 | 1010 | 101 | 0 | 11000 | 11010100 | 1101 | 1001000 |
Color Harmonies of #AFB8C2
Complementary color
Monochromatic Colors of #AFB8C2
Black with #AFB8C2
Text Example
Text Example
White with #AFB8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB8C2; }
p { color: rgb(175,184,194); }
H1.HeaderClassName
{
color: #AFB8C2;
}
.AnyTagClassName
{
color: #AFB8C2;
}
</style>
background-color css
<style>
a { background-color: #AFB8C2; }
a { background-color: rgb(175,184,194); }
div.DivClassName
{
background-color: #AFB8C2;
}
.BgClassName
{
background-color: #AFB8C2;
}
</style>
border-color css
<style>
span { border-color: #AFB8C2; }
span { border-color: rgb(175,184,194); }
td.TdClassName
{
border-color: #AFB8C2;
}
.TagClassName
{
border-color: #AFB8C2;
}
</style>