Shades of Heather #AFBDC5
Tints of Heather #AFBDC5
RGB
CMYK
RGB Variations
Color information
#AFBDC5 (or 0xAFBDC5) is known color: Heather. HEX triplet: AF, BD and C5. RGB value is (175,189,197). Sum of RGB (Red+Green+Blue) = 175+189+197=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #AFBDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDC5 is #50423A. Grayscale: #B9B9B9. Windows color (decimal): -5259835 or 12959151. OLE color: 12959151.
HSL color Cylindrical-coordinate representation of color #AFBDC5: hue angle of 201.82º degrees, saturation: 0.16, 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 #AFBDC5 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 189 | 197 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.23 |
| HSL | 201.82º | 0.16% | 0.73% | - |
| HSV(B) | 201.82º | 0.11% | 0.77% | - |
| XYZ | 45.95 | 49.54 | 59.96 | - |
| YUV | 185.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 197 | 0.11 | 0.04 | 0 | 0.23 | 201.82 | 0.16 | 0.73 |
| Hex | AF | BD | C5 | B | 4 | 0 | 17 | CA | 10 | 49 |
| Octal | 257 | 275 | 305 | 13 | 4 | 0 | 27 | 312 | 20 | 111 |
| Binary | 10101111 | 10111101 | 11000101 | 1011 | 100 | 0 | 10111 | 11001010 | 10000 | 1001001 |
Color Harmonies of #AFBDC5
Complementary color
Monochromatic Colors of #AFBDC5
Black with #AFBDC5
Text Example
Text Example
White with #AFBDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBDC5; }
p { color: rgb(175,189,197); }
H1.HeaderClassName
{
color: #AFBDC5;
}
.AnyTagClassName
{
color: #AFBDC5;
}
</style>
background-color css
<style>
a { background-color: #AFBDC5; }
a { background-color: rgb(175,189,197); }
div.DivClassName
{
background-color: #AFBDC5;
}
.BgClassName
{
background-color: #AFBDC5;
}
</style>
border-color css
<style>
span { border-color: #AFBDC5; }
span { border-color: rgb(175,189,197); }
td.TdClassName
{
border-color: #AFBDC5;
}
.TagClassName
{
border-color: #AFBDC5;
}
</style>