Shades of Opal #ADC9BE
Tints of Opal #ADC9BE
RGB
CMYK
RGB Variations
Color information
#ADC9BE (or 0xADC9BE) is known color: Opal. HEX triplet: AD, C9 and BE. RGB value is (173,201,190). Sum of RGB (Red+Green+Blue) = 173+201+190=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9BE is #523641. Grayscale: #BFBFBF. Windows color (decimal): -5387842 or 12503469. OLE color: 12503469.
HSL color Cylindrical-coordinate representation of color #ADC9BE: hue angle of 156.43º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC9BE is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 190 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.21 |
| HSL | 156.43º | 0.21% | 0.73% | - |
| HSV(B) | 156.43º | 0.14% | 0.79% | - |
| XYZ | 47.41 | 54.38 | 56.71 | - |
| YUV | 191.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 190 | 0.14 | 0 | 0.05 | 0.21 | 156.43 | 0.21 | 0.73 |
| Hex | AD | C9 | BE | E | 0 | 5 | 15 | 9C | 15 | 49 |
| Octal | 255 | 311 | 276 | 16 | 0 | 5 | 25 | 234 | 25 | 111 |
| Binary | 10101101 | 11001001 | 10111110 | 1110 | 0 | 101 | 10101 | 10011100 | 10101 | 1001001 |
Color Harmonies of #ADC9BE
Complementary color
Monochromatic Colors of #ADC9BE
Black with #ADC9BE
Text Example
Text Example
White with #ADC9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9BE; }
p { color: rgb(173,201,190); }
H1.HeaderClassName
{
color: #ADC9BE;
}
.AnyTagClassName
{
color: #ADC9BE;
}
</style>
background-color css
<style>
a { background-color: #ADC9BE; }
a { background-color: rgb(173,201,190); }
div.DivClassName
{
background-color: #ADC9BE;
}
.BgClassName
{
background-color: #ADC9BE;
}
</style>
border-color css
<style>
span { border-color: #ADC9BE; }
span { border-color: rgb(173,201,190); }
td.TdClassName
{
border-color: #ADC9BE;
}
.TagClassName
{
border-color: #ADC9BE;
}
</style>