Shades of Heather #ADBECC
Tints of Heather #ADBECC
RGB
CMYK
RGB Variations
Color information
#ADBECC (or 0xADBECC) is known color: Heather. HEX triplet: AD, BE and CC. RGB value is (173,190,204). Sum of RGB (Red+Green+Blue) = 173+190+204=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADBECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBECC is #524133. Grayscale: #BABABA. Windows color (decimal): -5390644 or 13418157. OLE color: 13418157.
HSL color Cylindrical-coordinate representation of color #ADBECC: hue angle of 207.1º degrees, saturation: 0.23, 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 #ADBECC is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 190 | 204 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.2 |
| HSL | 207.1º | 0.23% | 0.74% | - |
| HSV(B) | 207.1º | 0.15% | 0.8% | - |
| XYZ | 46.55 | 50.07 | 64.34 | - |
| YUV | 186.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 204 | 0.15 | 0.07 | 0 | 0.2 | 207.1 | 0.23 | 0.74 |
| Hex | AD | BE | CC | F | 7 | 0 | 14 | CF | 17 | 4A |
| Octal | 255 | 276 | 314 | 17 | 7 | 0 | 24 | 317 | 27 | 112 |
| Binary | 10101101 | 10111110 | 11001100 | 1111 | 111 | 0 | 10100 | 11001111 | 10111 | 1001010 |
Color Harmonies of #ADBECC
Complementary color
Monochromatic Colors of #ADBECC
Black with #ADBECC
Text Example
Text Example
White with #ADBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBECC; }
p { color: rgb(173,190,204); }
H1.HeaderClassName
{
color: #ADBECC;
}
.AnyTagClassName
{
color: #ADBECC;
}
</style>
background-color css
<style>
a { background-color: #ADBECC; }
a { background-color: rgb(173,190,204); }
div.DivClassName
{
background-color: #ADBECC;
}
.BgClassName
{
background-color: #ADBECC;
}
</style>
border-color css
<style>
span { border-color: #ADBECC; }
span { border-color: rgb(173,190,204); }
td.TdClassName
{
border-color: #ADBECC;
}
.TagClassName
{
border-color: #ADBECC;
}
</style>