Shades of Opal #ADC1BB
Tints of Opal #ADC1BB
RGB
CMYK
RGB Variations
Color information
#ADC1BB (or 0xADC1BB) is known color: Opal. HEX triplet: AD, C1 and BB. RGB value is (173,193,187). Sum of RGB (Red+Green+Blue) = 173+193+187=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1BB is #523E44. Grayscale: #BABABA. Windows color (decimal): -5389893 or 12304813. OLE color: 12304813.
HSL color Cylindrical-coordinate representation of color #ADC1BB: hue angle of 162º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADC1BB is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 187 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.24 |
| HSL | 162º | 0.14% | 0.72% | - |
| HSV(B) | 162º | 0.1% | 0.76% | - |
| XYZ | 45.27 | 50.61 | 54.4 | - |
| YUV | 186.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 187 | 0.10 | 0 | 0.03 | 0.24 | 162 | 0.14 | 0.72 |
| Hex | AD | C1 | BB | A | 0 | 3 | 18 | A2 | E | 48 |
| Octal | 255 | 301 | 273 | 12 | 0 | 3 | 30 | 242 | 16 | 110 |
| Binary | 10101101 | 11000001 | 10111011 | 1010 | 0 | 11 | 11000 | 10100010 | 1110 | 1001000 |
Color Harmonies of #ADC1BB
Complementary color
Monochromatic Colors of #ADC1BB
Black with #ADC1BB
Text Example
Text Example
White with #ADC1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1BB; }
p { color: rgb(173,193,187); }
H1.HeaderClassName
{
color: #ADC1BB;
}
.AnyTagClassName
{
color: #ADC1BB;
}
</style>
background-color css
<style>
a { background-color: #ADC1BB; }
a { background-color: rgb(173,193,187); }
div.DivClassName
{
background-color: #ADC1BB;
}
.BgClassName
{
background-color: #ADC1BB;
}
</style>
border-color css
<style>
span { border-color: #ADC1BB; }
span { border-color: rgb(173,193,187); }
td.TdClassName
{
border-color: #ADC1BB;
}
.TagClassName
{
border-color: #ADC1BB;
}
</style>