Shades of Opal #ADBCB8
Tints of Opal #ADBCB8
RGB
CMYK
RGB Variations
Color information
#ADBCB8 (or 0xADBCB8) is known color: Opal. HEX triplet: AD, BC and B8. RGB value is (173,188,184). Sum of RGB (Red+Green+Blue) = 173+188+184=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCB8 is #524347. Grayscale: #B7B7B7. Windows color (decimal): -5391176 or 12106925. OLE color: 12106925.
HSL color Cylindrical-coordinate representation of color #ADBCB8: hue angle of 164º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBCB8 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 184 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.26 |
| HSL | 164º | 0.1% | 0.71% | - |
| HSV(B) | 164º | 0.08% | 0.74% | - |
| XYZ | 43.87 | 48.31 | 52.36 | - |
| YUV | 183.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 184 | 0.08 | 0 | 0.02 | 0.26 | 164 | 0.1 | 0.71 |
| Hex | AD | BC | B8 | 8 | 0 | 2 | 1A | A4 | A | 47 |
| Octal | 255 | 274 | 270 | 10 | 0 | 2 | 32 | 244 | 12 | 107 |
| Binary | 10101101 | 10111100 | 10111000 | 1000 | 0 | 10 | 11010 | 10100100 | 1010 | 1000111 |
Color Harmonies of #ADBCB8
Complementary color
Monochromatic Colors of #ADBCB8
Black with #ADBCB8
Text Example
Text Example
White with #ADBCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCB8; }
p { color: rgb(173,188,184); }
H1.HeaderClassName
{
color: #ADBCB8;
}
.AnyTagClassName
{
color: #ADBCB8;
}
</style>
background-color css
<style>
a { background-color: #ADBCB8; }
a { background-color: rgb(173,188,184); }
div.DivClassName
{
background-color: #ADBCB8;
}
.BgClassName
{
background-color: #ADBCB8;
}
</style>
border-color css
<style>
span { border-color: #ADBCB8; }
span { border-color: rgb(173,188,184); }
td.TdClassName
{
border-color: #ADBCB8;
}
.TagClassName
{
border-color: #ADBCB8;
}
</style>