Shades of Heather #ADC0C9
Tints of Heather #ADC0C9
RGB
CMYK
RGB Variations
Color information
#ADC0C9 (or 0xADC0C9) is known color: Heather. HEX triplet: AD, C0 and C9. RGB value is (173,192,201). Sum of RGB (Red+Green+Blue) = 173+192+201=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 201 - color contains mainly: blue. Hex color #ADC0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0C9 is #523F36. Grayscale: #BBBBBB. Windows color (decimal): -5390135 or 13222061. OLE color: 13222061.
HSL color Cylindrical-coordinate representation of color #ADC0C9: hue angle of 199.29º 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 #ADC0C9 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 192 | 201 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.21 |
| HSL | 199.29º | 0.21% | 0.73% | - |
| HSV(B) | 199.29º | 0.14% | 0.79% | - |
| XYZ | 46.63 | 50.8 | 62.61 | - |
| YUV | 187.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 201 | 0.14 | 0.04 | 0 | 0.21 | 199.29 | 0.21 | 0.73 |
| Hex | AD | C0 | C9 | E | 4 | 0 | 15 | C7 | 15 | 49 |
| Octal | 255 | 300 | 311 | 16 | 4 | 0 | 25 | 307 | 25 | 111 |
| Binary | 10101101 | 11000000 | 11001001 | 1110 | 100 | 0 | 10101 | 11000111 | 10101 | 1001001 |
Color Harmonies of #ADC0C9
Complementary color
Monochromatic Colors of #ADC0C9
Black with #ADC0C9
Text Example
Text Example
White with #ADC0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0C9; }
p { color: rgb(173,192,201); }
H1.HeaderClassName
{
color: #ADC0C9;
}
.AnyTagClassName
{
color: #ADC0C9;
}
</style>
background-color css
<style>
a { background-color: #ADC0C9; }
a { background-color: rgb(173,192,201); }
div.DivClassName
{
background-color: #ADC0C9;
}
.BgClassName
{
background-color: #ADC0C9;
}
</style>
border-color css
<style>
span { border-color: #ADC0C9; }
span { border-color: rgb(173,192,201); }
td.TdClassName
{
border-color: #ADC0C9;
}
.TagClassName
{
border-color: #ADC0C9;
}
</style>