Shades of Opal #ADC3BD
Tints of Opal #ADC3BD
RGB
CMYK
RGB Variations
Color information
#ADC3BD (or 0xADC3BD) is known color: Opal. HEX triplet: AD, C3 and BD. RGB value is (173,195,189). Sum of RGB (Red+Green+Blue) = 173+195+189=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3BD is #523C42. Grayscale: #BBBBBB. Windows color (decimal): -5389379 or 12436397. OLE color: 12436397.
HSL color Cylindrical-coordinate representation of color #ADC3BD: hue angle of 163.64º 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 #ADC3BD is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 189 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.24 |
| HSL | 163.64º | 0.15% | 0.72% | - |
| HSV(B) | 163.64º | 0.11% | 0.76% | - |
| XYZ | 45.93 | 51.59 | 55.68 | - |
| YUV | 187.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 189 | 0.11 | 0 | 0.03 | 0.24 | 163.64 | 0.15 | 0.72 |
| Hex | AD | C3 | BD | B | 0 | 3 | 18 | A4 | F | 48 |
| Octal | 255 | 303 | 275 | 13 | 0 | 3 | 30 | 244 | 17 | 110 |
| Binary | 10101101 | 11000011 | 10111101 | 1011 | 0 | 11 | 11000 | 10100100 | 1111 | 1001000 |
Color Harmonies of #ADC3BD
Complementary color
Monochromatic Colors of #ADC3BD
Black with #ADC3BD
Text Example
Text Example
White with #ADC3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC3BD; }
p { color: rgb(173,195,189); }
H1.HeaderClassName
{
color: #ADC3BD;
}
.AnyTagClassName
{
color: #ADC3BD;
}
</style>
background-color css
<style>
a { background-color: #ADC3BD; }
a { background-color: rgb(173,195,189); }
div.DivClassName
{
background-color: #ADC3BD;
}
.BgClassName
{
background-color: #ADC3BD;
}
</style>
border-color css
<style>
span { border-color: #ADC3BD; }
span { border-color: rgb(173,195,189); }
td.TdClassName
{
border-color: #ADC3BD;
}
.TagClassName
{
border-color: #ADC3BD;
}
</style>