Shades of Opal #ADC0BA
Tints of Opal #ADC0BA
RGB
CMYK
RGB Variations
Color information
#ADC0BA (or 0xADC0BA) is known color: Opal. HEX triplet: AD, C0 and BA. RGB value is (173,192,186). Sum of RGB (Red+Green+Blue) = 173+192+186=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0BA is #523F45. Grayscale: #B9B9B9. Windows color (decimal): -5390150 or 12239021. OLE color: 12239021.
HSL color Cylindrical-coordinate representation of color #ADC0BA: hue angle of 161.05º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADC0BA is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 186 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.25 |
| HSL | 161.05º | 0.13% | 0.72% | - |
| HSV(B) | 161.05º | 0.1% | 0.75% | - |
| XYZ | 44.95 | 50.13 | 53.76 | - |
| YUV | 185.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 186 | 0.10 | 0 | 0.03 | 0.25 | 161.05 | 0.13 | 0.72 |
| Hex | AD | C0 | BA | A | 0 | 3 | 19 | A1 | D | 48 |
| Octal | 255 | 300 | 272 | 12 | 0 | 3 | 31 | 241 | 15 | 110 |
| Binary | 10101101 | 11000000 | 10111010 | 1010 | 0 | 11 | 11001 | 10100001 | 1101 | 1001000 |
Color Harmonies of #ADC0BA
Complementary color
Monochromatic Colors of #ADC0BA
Black with #ADC0BA
Text Example
Text Example
White with #ADC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0BA; }
p { color: rgb(173,192,186); }
H1.HeaderClassName
{
color: #ADC0BA;
}
.AnyTagClassName
{
color: #ADC0BA;
}
</style>
background-color css
<style>
a { background-color: #ADC0BA; }
a { background-color: rgb(173,192,186); }
div.DivClassName
{
background-color: #ADC0BA;
}
.BgClassName
{
background-color: #ADC0BA;
}
</style>
border-color css
<style>
span { border-color: #ADC0BA; }
span { border-color: rgb(173,192,186); }
td.TdClassName
{
border-color: #ADC0BA;
}
.TagClassName
{
border-color: #ADC0BA;
}
</style>