Shades of Opal #ADC7BE
Tints of Opal #ADC7BE
RGB
CMYK
RGB Variations
Color information
#ADC7BE (or 0xADC7BE) is known color: Opal. HEX triplet: AD, C7 and BE. RGB value is (173,199,190). Sum of RGB (Red+Green+Blue) = 173+199+190=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7BE is #523841. Grayscale: #BEBEBE. Windows color (decimal): -5388354 or 12502957. OLE color: 12502957.
HSL color Cylindrical-coordinate representation of color #ADC7BE: hue angle of 159.23º 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 #ADC7BE is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 190 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.22 |
| HSL | 159.23º | 0.19% | 0.73% | - |
| HSV(B) | 159.23º | 0.13% | 0.78% | - |
| XYZ | 46.95 | 53.45 | 56.56 | - |
| YUV | 190.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 190 | 0.13 | 0 | 0.05 | 0.22 | 159.23 | 0.19 | 0.73 |
| Hex | AD | C7 | BE | D | 0 | 5 | 16 | 9F | 13 | 49 |
| Octal | 255 | 307 | 276 | 15 | 0 | 5 | 26 | 237 | 23 | 111 |
| Binary | 10101101 | 11000111 | 10111110 | 1101 | 0 | 101 | 10110 | 10011111 | 10011 | 1001001 |
Color Harmonies of #ADC7BE
Complementary color
Monochromatic Colors of #ADC7BE
Black with #ADC7BE
Text Example
Text Example
White with #ADC7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7BE; }
p { color: rgb(173,199,190); }
H1.HeaderClassName
{
color: #ADC7BE;
}
.AnyTagClassName
{
color: #ADC7BE;
}
</style>
background-color css
<style>
a { background-color: #ADC7BE; }
a { background-color: rgb(173,199,190); }
div.DivClassName
{
background-color: #ADC7BE;
}
.BgClassName
{
background-color: #ADC7BE;
}
</style>
border-color css
<style>
span { border-color: #ADC7BE; }
span { border-color: rgb(173,199,190); }
td.TdClassName
{
border-color: #ADC7BE;
}
.TagClassName
{
border-color: #ADC7BE;
}
</style>