Shades of Heather #ADC5CB
Tints of Heather #ADC5CB
RGB
CMYK
RGB Variations
Color information
#ADC5CB (or 0xADC5CB) is known color: Heather. HEX triplet: AD, C5 and CB. RGB value is (173,197,203). Sum of RGB (Red+Green+Blue) = 173+197+203=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADC5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5CB is #523A34. Grayscale: #BEBEBE. Windows color (decimal): -5388853 or 13354413. OLE color: 13354413.
HSL color Cylindrical-coordinate representation of color #ADC5CB: hue angle of 192º 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 #ADC5CB is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 197 | 203 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.20 |
| HSL | 192º | 0.22% | 0.74% | - |
| HSV(B) | 192º | 0.15% | 0.8% | - |
| XYZ | 47.98 | 53.13 | 64.23 | - |
| YUV | 190.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 203 | 0.15 | 0.03 | 0 | 0.20 | 192 | 0.22 | 0.74 |
| Hex | AD | C5 | CB | F | 3 | 0 | 14 | C0 | 16 | 4A |
| Octal | 255 | 305 | 313 | 17 | 3 | 0 | 24 | 300 | 26 | 112 |
| Binary | 10101101 | 11000101 | 11001011 | 1111 | 11 | 0 | 10100 | 11000000 | 10110 | 1001010 |
Color Harmonies of #ADC5CB
Complementary color
Monochromatic Colors of #ADC5CB
Black with #ADC5CB
Text Example
Text Example
White with #ADC5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5CB; }
p { color: rgb(173,197,203); }
H1.HeaderClassName
{
color: #ADC5CB;
}
.AnyTagClassName
{
color: #ADC5CB;
}
</style>
background-color css
<style>
a { background-color: #ADC5CB; }
a { background-color: rgb(173,197,203); }
div.DivClassName
{
background-color: #ADC5CB;
}
.BgClassName
{
background-color: #ADC5CB;
}
</style>
border-color css
<style>
span { border-color: #ADC5CB; }
span { border-color: rgb(173,197,203); }
td.TdClassName
{
border-color: #ADC5CB;
}
.TagClassName
{
border-color: #ADC5CB;
}
</style>