Shades of Heather #ADBECB
Tints of Heather #ADBECB
RGB
CMYK
RGB Variations
Color information
#ADBECB (or 0xADBECB) is known color: Heather. HEX triplet: AD, BE and CB. RGB value is (173,190,203). Sum of RGB (Red+Green+Blue) = 173+190+203=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADBECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBECB is #524134. Grayscale: #BABABA. Windows color (decimal): -5390645 or 13352621. OLE color: 13352621.
HSL color Cylindrical-coordinate representation of color #ADBECB: hue angle of 206º 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 #ADBECB is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 190 | 203 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.20 |
| HSL | 206º | 0.22% | 0.74% | - |
| HSV(B) | 206º | 0.15% | 0.8% | - |
| XYZ | 46.43 | 50.02 | 63.71 | - |
| YUV | 186.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 203 | 0.15 | 0.06 | 0 | 0.20 | 206 | 0.22 | 0.74 |
| Hex | AD | BE | CB | F | 6 | 0 | 14 | CE | 16 | 4A |
| Octal | 255 | 276 | 313 | 17 | 6 | 0 | 24 | 316 | 26 | 112 |
| Binary | 10101101 | 10111110 | 11001011 | 1111 | 110 | 0 | 10100 | 11001110 | 10110 | 1001010 |
Color Harmonies of #ADBECB
Complementary color
Monochromatic Colors of #ADBECB
Black with #ADBECB
Text Example
Text Example
White with #ADBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBECB; }
p { color: rgb(173,190,203); }
H1.HeaderClassName
{
color: #ADBECB;
}
.AnyTagClassName
{
color: #ADBECB;
}
</style>
background-color css
<style>
a { background-color: #ADBECB; }
a { background-color: rgb(173,190,203); }
div.DivClassName
{
background-color: #ADBECB;
}
.BgClassName
{
background-color: #ADBECB;
}
</style>
border-color css
<style>
span { border-color: #ADBECB; }
span { border-color: rgb(173,190,203); }
td.TdClassName
{
border-color: #ADBECB;
}
.TagClassName
{
border-color: #ADBECB;
}
</style>