Shades of Opal #ADC5BD
Tints of Opal #ADC5BD
RGB
CMYK
RGB Variations
Color information
#ADC5BD (or 0xADC5BD) is known color: Opal. HEX triplet: AD, C5 and BD. RGB value is (173,197,189). Sum of RGB (Red+Green+Blue) = 173+197+189=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5BD is #523A42. Grayscale: #BCBCBC. Windows color (decimal): -5388867 or 12436909. OLE color: 12436909.
HSL color Cylindrical-coordinate representation of color #ADC5BD: hue angle of 160º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC5BD is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 189 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.23 |
| HSL | 160º | 0.17% | 0.73% | - |
| HSV(B) | 160º | 0.12% | 0.77% | - |
| XYZ | 46.39 | 52.49 | 55.83 | - |
| YUV | 188.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 189 | 0.12 | 0 | 0.04 | 0.23 | 160 | 0.17 | 0.73 |
| Hex | AD | C5 | BD | C | 0 | 4 | 17 | A0 | 11 | 49 |
| Octal | 255 | 305 | 275 | 14 | 0 | 4 | 27 | 240 | 21 | 111 |
| Binary | 10101101 | 11000101 | 10111101 | 1100 | 0 | 100 | 10111 | 10100000 | 10001 | 1001001 |
Color Harmonies of #ADC5BD
Complementary color
Monochromatic Colors of #ADC5BD
Black with #ADC5BD
Text Example
Text Example
White with #ADC5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5BD; }
p { color: rgb(173,197,189); }
H1.HeaderClassName
{
color: #ADC5BD;
}
.AnyTagClassName
{
color: #ADC5BD;
}
</style>
background-color css
<style>
a { background-color: #ADC5BD; }
a { background-color: rgb(173,197,189); }
div.DivClassName
{
background-color: #ADC5BD;
}
.BgClassName
{
background-color: #ADC5BD;
}
</style>
border-color css
<style>
span { border-color: #ADC5BD; }
span { border-color: rgb(173,197,189); }
td.TdClassName
{
border-color: #ADC5BD;
}
.TagClassName
{
border-color: #ADC5BD;
}
</style>