Shades of Heather #ADBEC8
Tints of Heather #ADBEC8
RGB
CMYK
RGB Variations
Color information
#ADBEC8 (or 0xADBEC8) is known color: Heather. HEX triplet: AD, BE and C8. RGB value is (173,190,200). Sum of RGB (Red+Green+Blue) = 173+190+200=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 200 - color contains mainly: blue. Hex color #ADBEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEC8 is #524137. Grayscale: #BABABA. Windows color (decimal): -5390648 or 13156013. OLE color: 13156013.
HSL color Cylindrical-coordinate representation of color #ADBEC8: hue angle of 202.22º degrees, saturation: 0.2, 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 #ADBEC8 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 173 | 190 | 200 | - |
CMYK | 0.14 | 0.05 | 0 | 0.22 |
HSL | 202.22º | 0.2% | 0.73% | - |
HSV(B) | 202.22º | 0.14% | 0.78% | - |
XYZ | 46.07 | 49.88 | 61.84 | - |
YUV | 186.06 | 135.87 | 118.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 190 | 200 | 0.14 | 0.05 | 0 | 0.22 | 202.22 | 0.2 | 0.73 |
Hex | AD | BE | C8 | E | 5 | 0 | 16 | CA | 14 | 49 |
Octal | 255 | 276 | 310 | 16 | 5 | 0 | 26 | 312 | 24 | 111 |
Binary | 10101101 | 10111110 | 11001000 | 1110 | 101 | 0 | 10110 | 11001010 | 10100 | 1001001 |
Color Harmonies of #ADBEC8
Complementary color
Monochromatic Colors of #ADBEC8
Black with #ADBEC8
Text Example
Text Example
White with #ADBEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBEC8; }
p { color: rgb(173,190,200); }
H1.HeaderClassName
{
color: #ADBEC8;
}
.AnyTagClassName
{
color: #ADBEC8;
}
</style>
background-color css
<style>
a { background-color: #ADBEC8; }
a { background-color: rgb(173,190,200); }
div.DivClassName
{
background-color: #ADBEC8;
}
.BgClassName
{
background-color: #ADBEC8;
}
</style>
border-color css
<style>
span { border-color: #ADBEC8; }
span { border-color: rgb(173,190,200); }
td.TdClassName
{
border-color: #ADBEC8;
}
.TagClassName
{
border-color: #ADBEC8;
}
</style>