Shades of Heather #ADBCC5
Tints of Heather #ADBCC5
RGB
CMYK
RGB Variations
Color information
#ADBCC5 (or 0xADBCC5) is known color: Heather. HEX triplet: AD, BC and C5. RGB value is (173,188,197). Sum of RGB (Red+Green+Blue) = 173+188+197=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADBCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCC5 is #52433A. Grayscale: #B8B8B8. Windows color (decimal): -5391163 or 12958893. OLE color: 12958893.
HSL color Cylindrical-coordinate representation of color #ADBCC5: hue angle of 202.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 #ADBCC5 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 188 | 197 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.23 |
| HSL | 202.5º | 0.17% | 0.73% | - |
| HSV(B) | 202.5º | 0.12% | 0.77% | - |
| XYZ | 45.29 | 48.88 | 59.87 | - |
| YUV | 184.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 197 | 0.12 | 0.05 | 0 | 0.23 | 202.5 | 0.17 | 0.73 |
| Hex | AD | BC | C5 | C | 5 | 0 | 17 | CA | 11 | 49 |
| Octal | 255 | 274 | 305 | 14 | 5 | 0 | 27 | 312 | 21 | 111 |
| Binary | 10101101 | 10111100 | 11000101 | 1100 | 101 | 0 | 10111 | 11001010 | 10001 | 1001001 |
Color Harmonies of #ADBCC5
Complementary color
Monochromatic Colors of #ADBCC5
Black with #ADBCC5
Text Example
Text Example
White with #ADBCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCC5; }
p { color: rgb(173,188,197); }
H1.HeaderClassName
{
color: #ADBCC5;
}
.AnyTagClassName
{
color: #ADBCC5;
}
</style>
background-color css
<style>
a { background-color: #ADBCC5; }
a { background-color: rgb(173,188,197); }
div.DivClassName
{
background-color: #ADBCC5;
}
.BgClassName
{
background-color: #ADBCC5;
}
</style>
border-color css
<style>
span { border-color: #ADBCC5; }
span { border-color: rgb(173,188,197); }
td.TdClassName
{
border-color: #ADBCC5;
}
.TagClassName
{
border-color: #ADBCC5;
}
</style>