Shades of Opal #ADC6BD
Tints of Opal #ADC6BD
RGB
CMYK
RGB Variations
Color information
#ADC6BD (or 0xADC6BD) is known color: Opal. HEX triplet: AD, C6 and BD. RGB value is (173,198,189). Sum of RGB (Red+Green+Blue) = 173+198+189=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6BD is #523942. Grayscale: #BDBDBD. Windows color (decimal): -5388611 or 12437165. OLE color: 12437165.
HSL color Cylindrical-coordinate representation of color #ADC6BD: hue angle of 158.4º 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 #ADC6BD is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 189 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.22 |
| HSL | 158.4º | 0.18% | 0.73% | - |
| HSV(B) | 158.4º | 0.13% | 0.78% | - |
| XYZ | 46.61 | 52.95 | 55.91 | - |
| YUV | 189.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 189 | 0.13 | 0 | 0.05 | 0.22 | 158.4 | 0.18 | 0.73 |
| Hex | AD | C6 | BD | D | 0 | 5 | 16 | 9E | 12 | 49 |
| Octal | 255 | 306 | 275 | 15 | 0 | 5 | 26 | 236 | 22 | 111 |
| Binary | 10101101 | 11000110 | 10111101 | 1101 | 0 | 101 | 10110 | 10011110 | 10010 | 1001001 |
Color Harmonies of #ADC6BD
Complementary color
Monochromatic Colors of #ADC6BD
Black with #ADC6BD
Text Example
Text Example
White with #ADC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC6BD; }
p { color: rgb(173,198,189); }
H1.HeaderClassName
{
color: #ADC6BD;
}
.AnyTagClassName
{
color: #ADC6BD;
}
</style>
background-color css
<style>
a { background-color: #ADC6BD; }
a { background-color: rgb(173,198,189); }
div.DivClassName
{
background-color: #ADC6BD;
}
.BgClassName
{
background-color: #ADC6BD;
}
</style>
border-color css
<style>
span { border-color: #ADC6BD; }
span { border-color: rgb(173,198,189); }
td.TdClassName
{
border-color: #ADC6BD;
}
.TagClassName
{
border-color: #ADC6BD;
}
</style>