Shades of Heather #ADBDC9
Tints of Heather #ADBDC9
RGB
CMYK
RGB Variations
Color information
#ADBDC9 (or 0xADBDC9) is known color: Heather. HEX triplet: AD, BD and C9. RGB value is (173,189,201). Sum of RGB (Red+Green+Blue) = 173+189+201=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 201 - color contains mainly: blue. Hex color #ADBDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDC9 is #524236. Grayscale: #B9B9B9. Windows color (decimal): -5390903 or 13221293. OLE color: 13221293.
HSL color Cylindrical-coordinate representation of color #ADBDC9: hue angle of 205.71º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADBDC9 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 173 | 189 | 201 | - |
CMYK | 0.14 | 0.06 | 0 | 0.21 |
HSL | 205.71º | 0.21% | 0.73% | - |
HSV(B) | 205.71º | 0.14% | 0.79% | - |
XYZ | 45.97 | 49.5 | 62.39 | - |
YUV | 185.58 | 136.7 | 119.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 189 | 201 | 0.14 | 0.06 | 0 | 0.21 | 205.71 | 0.21 | 0.73 |
Hex | AD | BD | C9 | E | 6 | 0 | 15 | CE | 15 | 49 |
Octal | 255 | 275 | 311 | 16 | 6 | 0 | 25 | 316 | 25 | 111 |
Binary | 10101101 | 10111101 | 11001001 | 1110 | 110 | 0 | 10101 | 11001110 | 10101 | 1001001 |
Color Harmonies of #ADBDC9
Complementary color
Monochromatic Colors of #ADBDC9
Black with #ADBDC9
Text Example
Text Example
White with #ADBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDC9; }
p { color: rgb(173,189,201); }
H1.HeaderClassName
{
color: #ADBDC9;
}
.AnyTagClassName
{
color: #ADBDC9;
}
</style>
background-color css
<style>
a { background-color: #ADBDC9; }
a { background-color: rgb(173,189,201); }
div.DivClassName
{
background-color: #ADBDC9;
}
.BgClassName
{
background-color: #ADBDC9;
}
</style>
border-color css
<style>
span { border-color: #ADBDC9; }
span { border-color: rgb(173,189,201); }
td.TdClassName
{
border-color: #ADBDC9;
}
.TagClassName
{
border-color: #ADBDC9;
}
</style>