Shades of Heather #AFBFCB
Tints of Heather #AFBFCB
RGB
CMYK
RGB Variations
Color information
#AFBFCB (or 0xAFBFCB) is known color: Heather. HEX triplet: AF, BF and CB. RGB value is (175,191,203). Sum of RGB (Red+Green+Blue) = 175+191+203=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFBFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFCB is #504034. Grayscale: #BBBBBB. Windows color (decimal): -5259317 or 13352879. OLE color: 13352879.
HSL color Cylindrical-coordinate representation of color #AFBFCB: hue angle of 205.71º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFBFCB is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 191 | 203 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.20 |
| HSL | 205.71º | 0.21% | 0.74% | - |
| HSV(B) | 205.71º | 0.14% | 0.8% | - |
| XYZ | 47.09 | 50.69 | 63.8 | - |
| YUV | 187.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 191 | 203 | 0.14 | 0.06 | 0 | 0.20 | 205.71 | 0.21 | 0.74 |
| Hex | AF | BF | CB | E | 6 | 0 | 14 | CE | 15 | 4A |
| Octal | 257 | 277 | 313 | 16 | 6 | 0 | 24 | 316 | 25 | 112 |
| Binary | 10101111 | 10111111 | 11001011 | 1110 | 110 | 0 | 10100 | 11001110 | 10101 | 1001010 |
Color Harmonies of #AFBFCB
Complementary color
Monochromatic Colors of #AFBFCB
Black with #AFBFCB
Text Example
Text Example
White with #AFBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBFCB; }
p { color: rgb(175,191,203); }
H1.HeaderClassName
{
color: #AFBFCB;
}
.AnyTagClassName
{
color: #AFBFCB;
}
</style>
background-color css
<style>
a { background-color: #AFBFCB; }
a { background-color: rgb(175,191,203); }
div.DivClassName
{
background-color: #AFBFCB;
}
.BgClassName
{
background-color: #AFBFCB;
}
</style>
border-color css
<style>
span { border-color: #AFBFCB; }
span { border-color: rgb(175,191,203); }
td.TdClassName
{
border-color: #AFBFCB;
}
.TagClassName
{
border-color: #AFBFCB;
}
</style>