Shades of Opal #ADC5BE
Tints of Opal #ADC5BE
RGB
CMYK
RGB Variations
Color information
#ADC5BE (or 0xADC5BE) is known color: Opal. HEX triplet: AD, C5 and BE. RGB value is (173,197,190). Sum of RGB (Red+Green+Blue) = 173+197+190=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5BE is #523A41. Grayscale: #BDBDBD. Windows color (decimal): -5388866 or 12502445. OLE color: 12502445.
HSL color Cylindrical-coordinate representation of color #ADC5BE: hue angle of 162.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC5BE is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
RGB | 173 | 197 | 190 | - |
CMYK | 0.12 | 0 | 0.04 | 0.23 |
HSL | 162.5º | 0.17% | 0.73% | - |
HSV(B) | 162.5º | 0.12% | 0.77% | - |
XYZ | 46.49 | 52.53 | 56.4 | - |
YUV | 189.03 | 128.55 | 116.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 197 | 190 | 0.12 | 0 | 0.04 | 0.23 | 162.5 | 0.17 | 0.73 |
Hex | AD | C5 | BE | C | 0 | 4 | 17 | A2 | 11 | 49 |
Octal | 255 | 305 | 276 | 14 | 0 | 4 | 27 | 242 | 21 | 111 |
Binary | 10101101 | 11000101 | 10111110 | 1100 | 0 | 100 | 10111 | 10100010 | 10001 | 1001001 |
Color Harmonies of #ADC5BE
Complementary color
Monochromatic Colors of #ADC5BE
Black with #ADC5BE
Text Example
Text Example
White with #ADC5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5BE; }
p { color: rgb(173,197,190); }
H1.HeaderClassName
{
color: #ADC5BE;
}
.AnyTagClassName
{
color: #ADC5BE;
}
</style>
background-color css
<style>
a { background-color: #ADC5BE; }
a { background-color: rgb(173,197,190); }
div.DivClassName
{
background-color: #ADC5BE;
}
.BgClassName
{
background-color: #ADC5BE;
}
</style>
border-color css
<style>
span { border-color: #ADC5BE; }
span { border-color: rgb(173,197,190); }
td.TdClassName
{
border-color: #ADC5BE;
}
.TagClassName
{
border-color: #ADC5BE;
}
</style>