Shades of Heather #ADBBC0
Tints of Heather #ADBBC0
RGB
CMYK
RGB Variations
Color information
#ADBBC0 (or 0xADBBC0) is known color: Heather. HEX triplet: AD, BB and C0. RGB value is (173,187,192). Sum of RGB (Red+Green+Blue) = 173+187+192=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADBBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBC0 is #52443F. Grayscale: #B7B7B7. Windows color (decimal): -5391424 or 12630957. OLE color: 12630957.
HSL color Cylindrical-coordinate representation of color #ADBBC0: hue angle of 195.79º 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 #ADBBC0 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 187 | 192 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.25 |
| HSL | 195.79º | 0.13% | 0.72% | - |
| HSV(B) | 195.79º | 0.1% | 0.75% | - |
| XYZ | 44.52 | 48.23 | 56.83 | - |
| YUV | 183.38 | 132.86 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 192 | 0.10 | 0.03 | 0 | 0.25 | 195.79 | 0.13 | 0.72 |
| Hex | AD | BB | C0 | A | 3 | 0 | 19 | C4 | D | 48 |
| Octal | 255 | 273 | 300 | 12 | 3 | 0 | 31 | 304 | 15 | 110 |
| Binary | 10101101 | 10111011 | 11000000 | 1010 | 11 | 0 | 11001 | 11000100 | 1101 | 1001000 |
Color Harmonies of #ADBBC0
Complementary color
Monochromatic Colors of #ADBBC0
Black with #ADBBC0
Text Example
Text Example
White with #ADBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBC0; }
p { color: rgb(173,187,192); }
H1.HeaderClassName
{
color: #ADBBC0;
}
.AnyTagClassName
{
color: #ADBBC0;
}
</style>
background-color css
<style>
a { background-color: #ADBBC0; }
a { background-color: rgb(173,187,192); }
div.DivClassName
{
background-color: #ADBBC0;
}
.BgClassName
{
background-color: #ADBBC0;
}
</style>
border-color css
<style>
span { border-color: #ADBBC0; }
span { border-color: rgb(173,187,192); }
td.TdClassName
{
border-color: #ADBBC0;
}
.TagClassName
{
border-color: #ADBBC0;
}
</style>