Shades of Heather #ADBCC0
Tints of Heather #ADBCC0
RGB
CMYK
RGB Variations
Color information
#ADBCC0 (or 0xADBCC0) is known color: Heather. HEX triplet: AD, BC and C0. RGB value is (173,188,192). Sum of RGB (Red+Green+Blue) = 173+188+192=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADBCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCC0 is #52433F. Grayscale: #B7B7B7. Windows color (decimal): -5391168 or 12631213. OLE color: 12631213.
HSL color Cylindrical-coordinate representation of color #ADBCC0: hue angle of 192.63º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADBCC0 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 188 | 192 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.25 |
| HSL | 192.63º | 0.13% | 0.72% | - |
| HSV(B) | 192.63º | 0.1% | 0.75% | - |
| XYZ | 44.73 | 48.66 | 56.9 | - |
| YUV | 183.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 192 | 0.10 | 0.02 | 0 | 0.25 | 192.63 | 0.13 | 0.72 |
| Hex | AD | BC | C0 | A | 2 | 0 | 19 | C1 | D | 48 |
| Octal | 255 | 274 | 300 | 12 | 2 | 0 | 31 | 301 | 15 | 110 |
| Binary | 10101101 | 10111100 | 11000000 | 1010 | 10 | 0 | 11001 | 11000001 | 1101 | 1001000 |
Color Harmonies of #ADBCC0
Complementary color
Monochromatic Colors of #ADBCC0
Black with #ADBCC0
Text Example
Text Example
White with #ADBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCC0; }
p { color: rgb(173,188,192); }
H1.HeaderClassName
{
color: #ADBCC0;
}
.AnyTagClassName
{
color: #ADBCC0;
}
</style>
background-color css
<style>
a { background-color: #ADBCC0; }
a { background-color: rgb(173,188,192); }
div.DivClassName
{
background-color: #ADBCC0;
}
.BgClassName
{
background-color: #ADBCC0;
}
</style>
border-color css
<style>
span { border-color: #ADBCC0; }
span { border-color: rgb(173,188,192); }
td.TdClassName
{
border-color: #ADBCC0;
}
.TagClassName
{
border-color: #ADBCC0;
}
</style>