Shades of Heather #ADBDCB
Tints of Heather #ADBDCB
RGB
CMYK
RGB Variations
Color information
#ADBDCB (or 0xADBDCB) is known color: Heather. HEX triplet: AD, BD and CB. RGB value is (173,189,203). Sum of RGB (Red+Green+Blue) = 173+189+203=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADBDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDCB is #524234. Grayscale: #B9B9B9. Windows color (decimal): -5390901 or 13352365. OLE color: 13352365.
HSL color Cylindrical-coordinate representation of color #ADBDCB: hue angle of 208º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADBDCB is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 189 | 203 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.20 |
| HSL | 208º | 0.22% | 0.74% | - |
| HSV(B) | 208º | 0.15% | 0.8% | - |
| XYZ | 46.21 | 49.59 | 63.64 | - |
| YUV | 185.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 203 | 0.15 | 0.07 | 0 | 0.20 | 208 | 0.22 | 0.74 |
| Hex | AD | BD | CB | F | 7 | 0 | 14 | D0 | 16 | 4A |
| Octal | 255 | 275 | 313 | 17 | 7 | 0 | 24 | 320 | 26 | 112 |
| Binary | 10101101 | 10111101 | 11001011 | 1111 | 111 | 0 | 10100 | 11010000 | 10110 | 1001010 |
Color Harmonies of #ADBDCB
Complementary color
Monochromatic Colors of #ADBDCB
Black with #ADBDCB
Text Example
Text Example
White with #ADBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDCB; }
p { color: rgb(173,189,203); }
H1.HeaderClassName
{
color: #ADBDCB;
}
.AnyTagClassName
{
color: #ADBDCB;
}
</style>
background-color css
<style>
a { background-color: #ADBDCB; }
a { background-color: rgb(173,189,203); }
div.DivClassName
{
background-color: #ADBDCB;
}
.BgClassName
{
background-color: #ADBDCB;
}
</style>
border-color css
<style>
span { border-color: #ADBDCB; }
span { border-color: rgb(173,189,203); }
td.TdClassName
{
border-color: #ADBDCB;
}
.TagClassName
{
border-color: #ADBDCB;
}
</style>