Shades of Tiara #ADC7BB
Tints of Tiara #ADC7BB
RGB
CMYK
RGB Variations
Color information
#ADC7BB (or 0xADC7BB) is known color: Tiara. HEX triplet: AD, C7 and BB. RGB value is (173,199,187). Sum of RGB (Red+Green+Blue) = 173+199+187=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7BB is #523844. Grayscale: #BDBDBD. Windows color (decimal): -5388357 or 12306349. OLE color: 12306349.
HSL color Cylindrical-coordinate representation of color #ADC7BB: hue angle of 152.31º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC7BB is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 187 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.22 |
| HSL | 152.31º | 0.19% | 0.73% | - |
| HSV(B) | 152.31º | 0.13% | 0.78% | - |
| XYZ | 46.63 | 53.32 | 54.85 | - |
| YUV | 189.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 187 | 0.13 | 0 | 0.06 | 0.22 | 152.31 | 0.19 | 0.73 |
| Hex | AD | C7 | BB | D | 0 | 6 | 16 | 98 | 13 | 49 |
| Octal | 255 | 307 | 273 | 15 | 0 | 6 | 26 | 230 | 23 | 111 |
| Binary | 10101101 | 11000111 | 10111011 | 1101 | 0 | 110 | 10110 | 10011000 | 10011 | 1001001 |
Color Harmonies of #ADC7BB
Complementary color
Monochromatic Colors of #ADC7BB
Black with #ADC7BB
Text Example
Text Example
White with #ADC7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7BB; }
p { color: rgb(173,199,187); }
H1.HeaderClassName
{
color: #ADC7BB;
}
.AnyTagClassName
{
color: #ADC7BB;
}
</style>
background-color css
<style>
a { background-color: #ADC7BB; }
a { background-color: rgb(173,199,187); }
div.DivClassName
{
background-color: #ADC7BB;
}
.BgClassName
{
background-color: #ADC7BB;
}
</style>
border-color css
<style>
span { border-color: #ADC7BB; }
span { border-color: rgb(173,199,187); }
td.TdClassName
{
border-color: #ADC7BB;
}
.TagClassName
{
border-color: #ADC7BB;
}
</style>