Shades of Opal #ADC6BE
Tints of Opal #ADC6BE
RGB
CMYK
RGB Variations
Color information
#ADC6BE (or 0xADC6BE) is known color: Opal. HEX triplet: AD, C6 and BE. RGB value is (173,198,190). Sum of RGB (Red+Green+Blue) = 173+198+190=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6BE is #523941. Grayscale: #BDBDBD. Windows color (decimal): -5388610 or 12502701. OLE color: 12502701.
HSL color Cylindrical-coordinate representation of color #ADC6BE: hue angle of 160.8º degrees, saturation: 0.18, 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 #ADC6BE is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 190 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.22 |
| HSL | 160.8º | 0.18% | 0.73% | - |
| HSV(B) | 160.8º | 0.13% | 0.78% | - |
| XYZ | 46.72 | 52.99 | 56.48 | - |
| YUV | 189.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 190 | 0.13 | 0 | 0.04 | 0.22 | 160.8 | 0.18 | 0.73 |
| Hex | AD | C6 | BE | D | 0 | 4 | 16 | A1 | 12 | 49 |
| Octal | 255 | 306 | 276 | 15 | 0 | 4 | 26 | 241 | 22 | 111 |
| Binary | 10101101 | 11000110 | 10111110 | 1101 | 0 | 100 | 10110 | 10100001 | 10010 | 1001001 |
Color Harmonies of #ADC6BE
Complementary color
Monochromatic Colors of #ADC6BE
Black with #ADC6BE
Text Example
Text Example
White with #ADC6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC6BE; }
p { color: rgb(173,198,190); }
H1.HeaderClassName
{
color: #ADC6BE;
}
.AnyTagClassName
{
color: #ADC6BE;
}
</style>
background-color css
<style>
a { background-color: #ADC6BE; }
a { background-color: rgb(173,198,190); }
div.DivClassName
{
background-color: #ADC6BE;
}
.BgClassName
{
background-color: #ADC6BE;
}
</style>
border-color css
<style>
span { border-color: #ADC6BE; }
span { border-color: rgb(173,198,190); }
td.TdClassName
{
border-color: #ADC6BE;
}
.TagClassName
{
border-color: #ADC6BE;
}
</style>