Shades of Heather #ADBEC5
Tints of Heather #ADBEC5
RGB
CMYK
RGB Variations
Color information
#ADBEC5 (or 0xADBEC5) is known color: Heather. HEX triplet: AD, BE and C5. RGB value is (173,190,197). Sum of RGB (Red+Green+Blue) = 173+190+197=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADBEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEC5 is #52413A. Grayscale: #B9B9B9. Windows color (decimal): -5390651 or 12959405. OLE color: 12959405.
HSL color Cylindrical-coordinate representation of color #ADBEC5: hue angle of 197.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADBEC5 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 190 | 197 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.23 |
| HSL | 197.5º | 0.17% | 0.73% | - |
| HSV(B) | 197.5º | 0.12% | 0.77% | - |
| XYZ | 45.73 | 49.74 | 60.01 | - |
| YUV | 185.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 197 | 0.12 | 0.04 | 0 | 0.23 | 197.5 | 0.17 | 0.73 |
| Hex | AD | BE | C5 | C | 4 | 0 | 17 | C6 | 11 | 49 |
| Octal | 255 | 276 | 305 | 14 | 4 | 0 | 27 | 306 | 21 | 111 |
| Binary | 10101101 | 10111110 | 11000101 | 1100 | 100 | 0 | 10111 | 11000110 | 10001 | 1001001 |
Color Harmonies of #ADBEC5
Complementary color
Monochromatic Colors of #ADBEC5
Black with #ADBEC5
Text Example
Text Example
White with #ADBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBEC5; }
p { color: rgb(173,190,197); }
H1.HeaderClassName
{
color: #ADBEC5;
}
.AnyTagClassName
{
color: #ADBEC5;
}
</style>
background-color css
<style>
a { background-color: #ADBEC5; }
a { background-color: rgb(173,190,197); }
div.DivClassName
{
background-color: #ADBEC5;
}
.BgClassName
{
background-color: #ADBEC5;
}
</style>
border-color css
<style>
span { border-color: #ADBEC5; }
span { border-color: rgb(173,190,197); }
td.TdClassName
{
border-color: #ADBEC5;
}
.TagClassName
{
border-color: #ADBEC5;
}
</style>