Shades of Opal #ADC0BD
Tints of Opal #ADC0BD
RGB
CMYK
RGB Variations
Color information
#ADC0BD (or 0xADC0BD) is known color: Opal. HEX triplet: AD, C0 and BD. RGB value is (173,192,189). Sum of RGB (Red+Green+Blue) = 173+192+189=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0BD is #523F42. Grayscale: #B9B9B9. Windows color (decimal): -5390147 or 12435629. OLE color: 12435629.
HSL color Cylindrical-coordinate representation of color #ADC0BD: hue angle of 170.53º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADC0BD is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 189 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.25 |
| HSL | 170.53º | 0.13% | 0.72% | - |
| HSV(B) | 170.53º | 0.1% | 0.75% | - |
| XYZ | 45.27 | 50.26 | 55.46 | - |
| YUV | 185.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 189 | 0.10 | 0 | 0.02 | 0.25 | 170.53 | 0.13 | 0.72 |
| Hex | AD | C0 | BD | A | 0 | 2 | 19 | AB | D | 48 |
| Octal | 255 | 300 | 275 | 12 | 0 | 2 | 31 | 253 | 15 | 110 |
| Binary | 10101101 | 11000000 | 10111101 | 1010 | 0 | 10 | 11001 | 10101011 | 1101 | 1001000 |
Color Harmonies of #ADC0BD
Complementary color
Monochromatic Colors of #ADC0BD
Black with #ADC0BD
Text Example
Text Example
White with #ADC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0BD; }
p { color: rgb(173,192,189); }
H1.HeaderClassName
{
color: #ADC0BD;
}
.AnyTagClassName
{
color: #ADC0BD;
}
</style>
background-color css
<style>
a { background-color: #ADC0BD; }
a { background-color: rgb(173,192,189); }
div.DivClassName
{
background-color: #ADC0BD;
}
.BgClassName
{
background-color: #ADC0BD;
}
</style>
border-color css
<style>
span { border-color: #ADC0BD; }
span { border-color: rgb(173,192,189); }
td.TdClassName
{
border-color: #ADC0BD;
}
.TagClassName
{
border-color: #ADC0BD;
}
</style>