Shades of Opal #ADC0BB
Tints of Opal #ADC0BB
RGB
CMYK
RGB Variations
Color information
#ADC0BB (or 0xADC0BB) is known color: Opal. HEX triplet: AD, C0 and BB. RGB value is (173,192,187). Sum of RGB (Red+Green+Blue) = 173+192+187=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0BB is #523F44. Grayscale: #B9B9B9. Windows color (decimal): -5390149 or 12304557. OLE color: 12304557.
HSL color Cylindrical-coordinate representation of color #ADC0BB: hue angle of 164.21º 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 #ADC0BB is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 187 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.25 |
| HSL | 164.21º | 0.13% | 0.72% | - |
| HSV(B) | 164.21º | 0.1% | 0.75% | - |
| XYZ | 45.05 | 50.17 | 54.32 | - |
| YUV | 185.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 187 | 0.10 | 0 | 0.03 | 0.25 | 164.21 | 0.13 | 0.72 |
| Hex | AD | C0 | BB | A | 0 | 3 | 19 | A4 | D | 48 |
| Octal | 255 | 300 | 273 | 12 | 0 | 3 | 31 | 244 | 15 | 110 |
| Binary | 10101101 | 11000000 | 10111011 | 1010 | 0 | 11 | 11001 | 10100100 | 1101 | 1001000 |
Color Harmonies of #ADC0BB
Complementary color
Monochromatic Colors of #ADC0BB
Black with #ADC0BB
Text Example
Text Example
White with #ADC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0BB; }
p { color: rgb(173,192,187); }
H1.HeaderClassName
{
color: #ADC0BB;
}
.AnyTagClassName
{
color: #ADC0BB;
}
</style>
background-color css
<style>
a { background-color: #ADC0BB; }
a { background-color: rgb(173,192,187); }
div.DivClassName
{
background-color: #ADC0BB;
}
.BgClassName
{
background-color: #ADC0BB;
}
</style>
border-color css
<style>
span { border-color: #ADC0BB; }
span { border-color: rgb(173,192,187); }
td.TdClassName
{
border-color: #ADC0BB;
}
.TagClassName
{
border-color: #ADC0BB;
}
</style>