Shades of Heather #AFBBC2
Tints of Heather #AFBBC2
RGB
CMYK
RGB Variations
Color information
#AFBBC2 (or 0xAFBBC2) is known color: Heather. HEX triplet: AF, BB and C2. RGB value is (175,187,194). Sum of RGB (Red+Green+Blue) = 175+187+194=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 194 - color contains mainly: blue. Hex color #AFBBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBC2 is #50443D. Grayscale: #B8B8B8. Windows color (decimal): -5260350 or 12762031. OLE color: 12762031.
HSL color Cylindrical-coordinate representation of color #AFBBC2: hue angle of 202.11º 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 #AFBBC2 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 175 | 187 | 194 | - |
CMYK | 0.10 | 0.04 | 0 | 0.24 |
HSL | 202.11º | 0.13% | 0.72% | - |
HSV(B) | 202.11º | 0.1% | 0.76% | - |
XYZ | 45.19 | 48.55 | 58.03 | - |
YUV | 184.21 | 133.52 | 121.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 187 | 194 | 0.10 | 0.04 | 0 | 0.24 | 202.11 | 0.13 | 0.72 |
Hex | AF | BB | C2 | A | 4 | 0 | 18 | CA | D | 48 |
Octal | 257 | 273 | 302 | 12 | 4 | 0 | 30 | 312 | 15 | 110 |
Binary | 10101111 | 10111011 | 11000010 | 1010 | 100 | 0 | 11000 | 11001010 | 1101 | 1001000 |
Color Harmonies of #AFBBC2
Complementary color
Monochromatic Colors of #AFBBC2
Black with #AFBBC2
Text Example
Text Example
White with #AFBBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBBC2; }
p { color: rgb(175,187,194); }
H1.HeaderClassName
{
color: #AFBBC2;
}
.AnyTagClassName
{
color: #AFBBC2;
}
</style>
background-color css
<style>
a { background-color: #AFBBC2; }
a { background-color: rgb(175,187,194); }
div.DivClassName
{
background-color: #AFBBC2;
}
.BgClassName
{
background-color: #AFBBC2;
}
</style>
border-color css
<style>
span { border-color: #AFBBC2; }
span { border-color: rgb(175,187,194); }
td.TdClassName
{
border-color: #AFBBC2;
}
.TagClassName
{
border-color: #AFBBC2;
}
</style>