Shades of Heather #AFB7BE
Tints of Heather #AFB7BE
RGB
CMYK
RGB Variations
Color information
#AFB7BE (or 0xAFB7BE) is known color: Heather. HEX triplet: AF, B7 and BE. RGB value is (175,183,190). Sum of RGB (Red+Green+Blue) = 175+183+190=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFB7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7BE is #504841. Grayscale: #B5B5B5. Windows color (decimal): -5261378 or 12498863. OLE color: 12498863.
HSL color Cylindrical-coordinate representation of color #AFB7BE: hue angle of 208º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFB7BE is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 175 | 183 | 190 | - |
CMYK | 0.08 | 0.04 | 0 | 0.25 |
HSL | 208º | 0.1% | 0.72% | - |
HSV(B) | 208º | 0.08% | 0.75% | - |
XYZ | 43.91 | 46.7 | 55.41 | - |
YUV | 181.41 | 132.85 | 123.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 183 | 190 | 0.08 | 0.04 | 0 | 0.25 | 208 | 0.1 | 0.72 |
Hex | AF | B7 | BE | 8 | 4 | 0 | 19 | D0 | A | 48 |
Octal | 257 | 267 | 276 | 10 | 4 | 0 | 31 | 320 | 12 | 110 |
Binary | 10101111 | 10110111 | 10111110 | 1000 | 100 | 0 | 11001 | 11010000 | 1010 | 1001000 |
Color Harmonies of #AFB7BE
Complementary color
Monochromatic Colors of #AFB7BE
Black with #AFB7BE
Text Example
Text Example
White with #AFB7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB7BE; }
p { color: rgb(175,183,190); }
H1.HeaderClassName
{
color: #AFB7BE;
}
.AnyTagClassName
{
color: #AFB7BE;
}
</style>
background-color css
<style>
a { background-color: #AFB7BE; }
a { background-color: rgb(175,183,190); }
div.DivClassName
{
background-color: #AFB7BE;
}
.BgClassName
{
background-color: #AFB7BE;
}
</style>
border-color css
<style>
span { border-color: #AFB7BE; }
span { border-color: rgb(175,183,190); }
td.TdClassName
{
border-color: #AFB7BE;
}
.TagClassName
{
border-color: #AFB7BE;
}
</style>