Shades of Heather #ADBEC6
Tints of Heather #ADBEC6
RGB
CMYK
RGB Variations
Color information
#ADBEC6 (or 0xADBEC6) is known color: Heather. HEX triplet: AD, BE and C6. RGB value is (173,190,198). Sum of RGB (Red+Green+Blue) = 173+190+198=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 198 - color contains mainly: blue. Hex color #ADBEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEC6 is #524139. Grayscale: #B9B9B9. Windows color (decimal): -5390650 or 13024941. OLE color: 13024941.
HSL color Cylindrical-coordinate representation of color #ADBEC6: hue angle of 199.2º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADBEC6 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 173 | 190 | 198 | - |
CMYK | 0.13 | 0.04 | 0 | 0.22 |
HSL | 199.2º | 0.18% | 0.73% | - |
HSV(B) | 199.2º | 0.13% | 0.78% | - |
XYZ | 45.84 | 49.79 | 60.62 | - |
YUV | 185.83 | 134.87 | 118.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 190 | 198 | 0.13 | 0.04 | 0 | 0.22 | 199.2 | 0.18 | 0.73 |
Hex | AD | BE | C6 | D | 4 | 0 | 16 | C7 | 12 | 49 |
Octal | 255 | 276 | 306 | 15 | 4 | 0 | 26 | 307 | 22 | 111 |
Binary | 10101101 | 10111110 | 11000110 | 1101 | 100 | 0 | 10110 | 11000111 | 10010 | 1001001 |
Color Harmonies of #ADBEC6
Complementary color
Monochromatic Colors of #ADBEC6
Black with #ADBEC6
Text Example
Text Example
White with #ADBEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBEC6; }
p { color: rgb(173,190,198); }
H1.HeaderClassName
{
color: #ADBEC6;
}
.AnyTagClassName
{
color: #ADBEC6;
}
</style>
background-color css
<style>
a { background-color: #ADBEC6; }
a { background-color: rgb(173,190,198); }
div.DivClassName
{
background-color: #ADBEC6;
}
.BgClassName
{
background-color: #ADBEC6;
}
</style>
border-color css
<style>
span { border-color: #ADBEC6; }
span { border-color: rgb(173,190,198); }
td.TdClassName
{
border-color: #ADBEC6;
}
.TagClassName
{
border-color: #ADBEC6;
}
</style>