Shades of Tiara #ADC9BD
Tints of Tiara #ADC9BD
RGB
CMYK
RGB Variations
Color information
#ADC9BD (or 0xADC9BD) is known color: Tiara. HEX triplet: AD, C9 and BD. RGB value is (173,201,189). Sum of RGB (Red+Green+Blue) = 173+201+189=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9BD is #523642. Grayscale: #BFBFBF. Windows color (decimal): -5387843 or 12437933. OLE color: 12437933.
HSL color Cylindrical-coordinate representation of color #ADC9BD: hue angle of 154.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 #ADC9BD is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 189 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.21 |
| HSL | 154.29º | 0.21% | 0.73% | - |
| HSV(B) | 154.29º | 0.14% | 0.79% | - |
| XYZ | 47.31 | 54.33 | 56.14 | - |
| YUV | 191.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 189 | 0.14 | 0 | 0.06 | 0.21 | 154.29 | 0.21 | 0.73 |
| Hex | AD | C9 | BD | E | 0 | 6 | 15 | 9A | 15 | 49 |
| Octal | 255 | 311 | 275 | 16 | 0 | 6 | 25 | 232 | 25 | 111 |
| Binary | 10101101 | 11001001 | 10111101 | 1110 | 0 | 110 | 10101 | 10011010 | 10101 | 1001001 |
Color Harmonies of #ADC9BD
Complementary color
Monochromatic Colors of #ADC9BD
Black with #ADC9BD
Text Example
Text Example
White with #ADC9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9BD; }
p { color: rgb(173,201,189); }
H1.HeaderClassName
{
color: #ADC9BD;
}
.AnyTagClassName
{
color: #ADC9BD;
}
</style>
background-color css
<style>
a { background-color: #ADC9BD; }
a { background-color: rgb(173,201,189); }
div.DivClassName
{
background-color: #ADC9BD;
}
.BgClassName
{
background-color: #ADC9BD;
}
</style>
border-color css
<style>
span { border-color: #ADC9BD; }
span { border-color: rgb(173,201,189); }
td.TdClassName
{
border-color: #ADC9BD;
}
.TagClassName
{
border-color: #ADC9BD;
}
</style>