Shades of Opal #ADC2BE
Tints of Opal #ADC2BE
RGB
CMYK
RGB Variations
Color information
#ADC2BE (or 0xADC2BE) is known color: Opal. HEX triplet: AD, C2 and BE. RGB value is (173,194,190). Sum of RGB (Red+Green+Blue) = 173+194+190=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2BE is #523D41. Grayscale: #BBBBBB. Windows color (decimal): -5389634 or 12501677. OLE color: 12501677.
HSL color Cylindrical-coordinate representation of color #ADC2BE: hue angle of 168.57º 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 #ADC2BE is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 173 | 194 | 190 | - |
CMYK | 0.11 | 0 | 0.02 | 0.24 |
HSL | 168.57º | 0.15% | 0.72% | - |
HSV(B) | 168.57º | 0.11% | 0.76% | - |
XYZ | 45.82 | 51.19 | 56.18 | - |
YUV | 187.27 | 129.54 | 117.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 194 | 190 | 0.11 | 0 | 0.02 | 0.24 | 168.57 | 0.15 | 0.72 |
Hex | AD | C2 | BE | B | 0 | 2 | 18 | A9 | F | 48 |
Octal | 255 | 302 | 276 | 13 | 0 | 2 | 30 | 251 | 17 | 110 |
Binary | 10101101 | 11000010 | 10111110 | 1011 | 0 | 10 | 11000 | 10101001 | 1111 | 1001000 |
Color Harmonies of #ADC2BE
Complementary color
Monochromatic Colors of #ADC2BE
Black with #ADC2BE
Text Example
Text Example
White with #ADC2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2BE; }
p { color: rgb(173,194,190); }
H1.HeaderClassName
{
color: #ADC2BE;
}
.AnyTagClassName
{
color: #ADC2BE;
}
</style>
background-color css
<style>
a { background-color: #ADC2BE; }
a { background-color: rgb(173,194,190); }
div.DivClassName
{
background-color: #ADC2BE;
}
.BgClassName
{
background-color: #ADC2BE;
}
</style>
border-color css
<style>
span { border-color: #ADC2BE; }
span { border-color: rgb(173,194,190); }
td.TdClassName
{
border-color: #ADC2BE;
}
.TagClassName
{
border-color: #ADC2BE;
}
</style>