Shades of Heather #ADBDC4
Tints of Heather #ADBDC4
RGB
CMYK
RGB Variations
Color information
#ADBDC4 (or 0xADBDC4) is known color: Heather. HEX triplet: AD, BD and C4. RGB value is (173,189,196). Sum of RGB (Red+Green+Blue) = 173+189+196=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADBDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDC4 is #52423B. Grayscale: #B8B8B8. Windows color (decimal): -5390908 or 12893613. OLE color: 12893613.
HSL color Cylindrical-coordinate representation of color #ADBDC4: hue angle of 198.26º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADBDC4 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 189 | 196 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.23 |
| HSL | 198.26º | 0.16% | 0.72% | - |
| HSV(B) | 198.26º | 0.12% | 0.77% | - |
| XYZ | 45.39 | 49.26 | 59.34 | - |
| YUV | 185.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 196 | 0.12 | 0.04 | 0 | 0.23 | 198.26 | 0.16 | 0.72 |
| Hex | AD | BD | C4 | C | 4 | 0 | 17 | C6 | 10 | 48 |
| Octal | 255 | 275 | 304 | 14 | 4 | 0 | 27 | 306 | 20 | 110 |
| Binary | 10101101 | 10111101 | 11000100 | 1100 | 100 | 0 | 10111 | 11000110 | 10000 | 1001000 |
Color Harmonies of #ADBDC4
Complementary color
Monochromatic Colors of #ADBDC4
Black with #ADBDC4
Text Example
Text Example
White with #ADBDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDC4; }
p { color: rgb(173,189,196); }
H1.HeaderClassName
{
color: #ADBDC4;
}
.AnyTagClassName
{
color: #ADBDC4;
}
</style>
background-color css
<style>
a { background-color: #ADBDC4; }
a { background-color: rgb(173,189,196); }
div.DivClassName
{
background-color: #ADBDC4;
}
.BgClassName
{
background-color: #ADBDC4;
}
</style>
border-color css
<style>
span { border-color: #ADBDC4; }
span { border-color: rgb(173,189,196); }
td.TdClassName
{
border-color: #ADBDC4;
}
.TagClassName
{
border-color: #ADBDC4;
}
</style>