Shades of Opal #ADC2BB
Tints of Opal #ADC2BB
RGB
CMYK
RGB Variations
Color information
#ADC2BB (or 0xADC2BB) is known color: Opal. HEX triplet: AD, C2 and BB. RGB value is (173,194,187). Sum of RGB (Red+Green+Blue) = 173+194+187=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2BB is #523D44. Grayscale: #BABABA. Windows color (decimal): -5389637 or 12305069. OLE color: 12305069.
HSL color Cylindrical-coordinate representation of color #ADC2BB: hue angle of 160º 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 #ADC2BB is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 187 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.24 |
| HSL | 160º | 0.15% | 0.72% | - |
| HSV(B) | 160º | 0.11% | 0.76% | - |
| XYZ | 45.5 | 51.06 | 54.47 | - |
| YUV | 186.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 187 | 0.11 | 0 | 0.04 | 0.24 | 160 | 0.15 | 0.72 |
| Hex | AD | C2 | BB | B | 0 | 4 | 18 | A0 | F | 48 |
| Octal | 255 | 302 | 273 | 13 | 0 | 4 | 30 | 240 | 17 | 110 |
| Binary | 10101101 | 11000010 | 10111011 | 1011 | 0 | 100 | 11000 | 10100000 | 1111 | 1001000 |
Color Harmonies of #ADC2BB
Complementary color
Monochromatic Colors of #ADC2BB
Black with #ADC2BB
Text Example
Text Example
White with #ADC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2BB; }
p { color: rgb(173,194,187); }
H1.HeaderClassName
{
color: #ADC2BB;
}
.AnyTagClassName
{
color: #ADC2BB;
}
</style>
background-color css
<style>
a { background-color: #ADC2BB; }
a { background-color: rgb(173,194,187); }
div.DivClassName
{
background-color: #ADC2BB;
}
.BgClassName
{
background-color: #ADC2BB;
}
</style>
border-color css
<style>
span { border-color: #ADC2BB; }
span { border-color: rgb(173,194,187); }
td.TdClassName
{
border-color: #ADC2BB;
}
.TagClassName
{
border-color: #ADC2BB;
}
</style>