Shades of Opal #ADC3BE
Tints of Opal #ADC3BE
RGB
CMYK
RGB Variations
Color information
#ADC3BE (or 0xADC3BE) is known color: Opal. HEX triplet: AD, C3 and BE. RGB value is (173,195,190). Sum of RGB (Red+Green+Blue) = 173+195+190=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3BE is #523C41. Grayscale: #BBBBBB. Windows color (decimal): -5389378 or 12501933. OLE color: 12501933.
HSL color Cylindrical-coordinate representation of color #ADC3BE: hue angle of 166.36º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC3BE is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 190 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.24 |
| HSL | 166.36º | 0.15% | 0.72% | - |
| HSV(B) | 166.36º | 0.11% | 0.76% | - |
| XYZ | 46.04 | 51.63 | 56.25 | - |
| YUV | 187.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 190 | 0.11 | 0 | 0.03 | 0.24 | 166.36 | 0.15 | 0.72 |
| Hex | AD | C3 | BE | B | 0 | 3 | 18 | A6 | F | 48 |
| Octal | 255 | 303 | 276 | 13 | 0 | 3 | 30 | 246 | 17 | 110 |
| Binary | 10101101 | 11000011 | 10111110 | 1011 | 0 | 11 | 11000 | 10100110 | 1111 | 1001000 |
Color Harmonies of #ADC3BE
Complementary color
Monochromatic Colors of #ADC3BE
Black with #ADC3BE
Text Example
Text Example
White with #ADC3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC3BE; }
p { color: rgb(173,195,190); }
H1.HeaderClassName
{
color: #ADC3BE;
}
.AnyTagClassName
{
color: #ADC3BE;
}
</style>
background-color css
<style>
a { background-color: #ADC3BE; }
a { background-color: rgb(173,195,190); }
div.DivClassName
{
background-color: #ADC3BE;
}
.BgClassName
{
background-color: #ADC3BE;
}
</style>
border-color css
<style>
span { border-color: #ADC3BE; }
span { border-color: rgb(173,195,190); }
td.TdClassName
{
border-color: #ADC3BE;
}
.TagClassName
{
border-color: #ADC3BE;
}
</style>