Shades of Opal #ADC2BD
Tints of Opal #ADC2BD
RGB
CMYK
RGB Variations
Color information
#ADC2BD (or 0xADC2BD) is known color: Opal. HEX triplet: AD, C2 and BD. RGB value is (173,194,189). Sum of RGB (Red+Green+Blue) = 173+194+189=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2BD is #523D42. Grayscale: #BBBBBB. Windows color (decimal): -5389635 or 12436141. OLE color: 12436141.
HSL color Cylindrical-coordinate representation of color #ADC2BD: hue angle of 165.71º 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 #ADC2BD is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 189 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.24 |
| HSL | 165.71º | 0.15% | 0.72% | - |
| HSV(B) | 165.71º | 0.11% | 0.76% | - |
| XYZ | 45.71 | 51.14 | 55.61 | - |
| YUV | 187.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 189 | 0.11 | 0 | 0.03 | 0.24 | 165.71 | 0.15 | 0.72 |
| Hex | AD | C2 | BD | B | 0 | 3 | 18 | A6 | F | 48 |
| Octal | 255 | 302 | 275 | 13 | 0 | 3 | 30 | 246 | 17 | 110 |
| Binary | 10101101 | 11000010 | 10111101 | 1011 | 0 | 11 | 11000 | 10100110 | 1111 | 1001000 |
Color Harmonies of #ADC2BD
Complementary color
Monochromatic Colors of #ADC2BD
Black with #ADC2BD
Text Example
Text Example
White with #ADC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2BD; }
p { color: rgb(173,194,189); }
H1.HeaderClassName
{
color: #ADC2BD;
}
.AnyTagClassName
{
color: #ADC2BD;
}
</style>
background-color css
<style>
a { background-color: #ADC2BD; }
a { background-color: rgb(173,194,189); }
div.DivClassName
{
background-color: #ADC2BD;
}
.BgClassName
{
background-color: #ADC2BD;
}
</style>
border-color css
<style>
span { border-color: #ADC2BD; }
span { border-color: rgb(173,194,189); }
td.TdClassName
{
border-color: #ADC2BD;
}
.TagClassName
{
border-color: #ADC2BD;
}
</style>