Shades of Heather #ADBBC1
Tints of Heather #ADBBC1
RGB
CMYK
RGB Variations
Color information
#ADBBC1 (or 0xADBBC1) is known color: Heather. HEX triplet: AD, BB and C1. RGB value is (173,187,193). Sum of RGB (Red+Green+Blue) = 173+187+193=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADBBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBC1 is #52443E. Grayscale: #B7B7B7. Windows color (decimal): -5391423 or 12696493. OLE color: 12696493.
HSL color Cylindrical-coordinate representation of color #ADBBC1: hue angle of 198º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADBBC1 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 187 | 193 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.24 |
| HSL | 198º | 0.14% | 0.72% | - |
| HSV(B) | 198º | 0.1% | 0.76% | - |
| XYZ | 44.63 | 48.28 | 57.42 | - |
| YUV | 183.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 193 | 0.10 | 0.03 | 0 | 0.24 | 198 | 0.14 | 0.72 |
| Hex | AD | BB | C1 | A | 3 | 0 | 18 | C6 | E | 48 |
| Octal | 255 | 273 | 301 | 12 | 3 | 0 | 30 | 306 | 16 | 110 |
| Binary | 10101101 | 10111011 | 11000001 | 1010 | 11 | 0 | 11000 | 11000110 | 1110 | 1001000 |
Color Harmonies of #ADBBC1
Complementary color
Monochromatic Colors of #ADBBC1
Black with #ADBBC1
Text Example
Text Example
White with #ADBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBC1; }
p { color: rgb(173,187,193); }
H1.HeaderClassName
{
color: #ADBBC1;
}
.AnyTagClassName
{
color: #ADBBC1;
}
</style>
background-color css
<style>
a { background-color: #ADBBC1; }
a { background-color: rgb(173,187,193); }
div.DivClassName
{
background-color: #ADBBC1;
}
.BgClassName
{
background-color: #ADBBC1;
}
</style>
border-color css
<style>
span { border-color: #ADBBC1; }
span { border-color: rgb(173,187,193); }
td.TdClassName
{
border-color: #ADBBC1;
}
.TagClassName
{
border-color: #ADBBC1;
}
</style>