Shades of Opal #ADC4BD
Tints of Opal #ADC4BD
RGB
CMYK
RGB Variations
Color information
#ADC4BD (or 0xADC4BD) is known color: Opal. HEX triplet: AD, C4 and BD. RGB value is (173,196,189). Sum of RGB (Red+Green+Blue) = 173+196+189=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4BD is #523B42. Grayscale: #BCBCBC. Windows color (decimal): -5389123 or 12436653. OLE color: 12436653.
HSL color Cylindrical-coordinate representation of color #ADC4BD: hue angle of 161.74º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC4BD is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 189 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.23 |
| HSL | 161.74º | 0.16% | 0.72% | - |
| HSV(B) | 161.74º | 0.12% | 0.77% | - |
| XYZ | 46.16 | 52.04 | 55.76 | - |
| YUV | 188.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 189 | 0.12 | 0 | 0.04 | 0.23 | 161.74 | 0.16 | 0.72 |
| Hex | AD | C4 | BD | C | 0 | 4 | 17 | A2 | 10 | 48 |
| Octal | 255 | 304 | 275 | 14 | 0 | 4 | 27 | 242 | 20 | 110 |
| Binary | 10101101 | 11000100 | 10111101 | 1100 | 0 | 100 | 10111 | 10100010 | 10000 | 1001000 |
Color Harmonies of #ADC4BD
Complementary color
Monochromatic Colors of #ADC4BD
Black with #ADC4BD
Text Example
Text Example
White with #ADC4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4BD; }
p { color: rgb(173,196,189); }
H1.HeaderClassName
{
color: #ADC4BD;
}
.AnyTagClassName
{
color: #ADC4BD;
}
</style>
background-color css
<style>
a { background-color: #ADC4BD; }
a { background-color: rgb(173,196,189); }
div.DivClassName
{
background-color: #ADC4BD;
}
.BgClassName
{
background-color: #ADC4BD;
}
</style>
border-color css
<style>
span { border-color: #ADC4BD; }
span { border-color: rgb(173,196,189); }
td.TdClassName
{
border-color: #ADC4BD;
}
.TagClassName
{
border-color: #ADC4BD;
}
</style>