Shades of Heather #AFBBC4
Tints of Heather #AFBBC4
RGB
CMYK
RGB Variations
Color information
#AFBBC4 (or 0xAFBBC4) is known color: Heather. HEX triplet: AF, BB and C4. RGB value is (175,187,196). Sum of RGB (Red+Green+Blue) = 175+187+196=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 196 - color contains mainly: blue. Hex color #AFBBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBC4 is #50443B. Grayscale: #B8B8B8. Windows color (decimal): -5260348 or 12893103. OLE color: 12893103.
HSL color Cylindrical-coordinate representation of color #AFBBC4: hue angle of 205.71º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFBBC4 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 187 | 196 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.23 |
| HSL | 205.71º | 0.15% | 0.73% | - |
| HSV(B) | 205.71º | 0.11% | 0.77% | - |
| XYZ | 45.41 | 48.64 | 59.22 | - |
| YUV | 184.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 187 | 196 | 0.11 | 0.05 | 0 | 0.23 | 205.71 | 0.15 | 0.73 |
| Hex | AF | BB | C4 | B | 5 | 0 | 17 | CE | F | 49 |
| Octal | 257 | 273 | 304 | 13 | 5 | 0 | 27 | 316 | 17 | 111 |
| Binary | 10101111 | 10111011 | 11000100 | 1011 | 101 | 0 | 10111 | 11001110 | 1111 | 1001001 |
Color Harmonies of #AFBBC4
Complementary color
Monochromatic Colors of #AFBBC4
Black with #AFBBC4
Text Example
Text Example
White with #AFBBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBBC4; }
p { color: rgb(175,187,196); }
H1.HeaderClassName
{
color: #AFBBC4;
}
.AnyTagClassName
{
color: #AFBBC4;
}
</style>
background-color css
<style>
a { background-color: #AFBBC4; }
a { background-color: rgb(175,187,196); }
div.DivClassName
{
background-color: #AFBBC4;
}
.BgClassName
{
background-color: #AFBBC4;
}
</style>
border-color css
<style>
span { border-color: #AFBBC4; }
span { border-color: rgb(175,187,196); }
td.TdClassName
{
border-color: #AFBBC4;
}
.TagClassName
{
border-color: #AFBBC4;
}
</style>