Shades of Opal #ADBDB9
Tints of Opal #ADBDB9
RGB
CMYK
RGB Variations
Color information
#ADBDB9 (or 0xADBDB9) is known color: Opal. HEX triplet: AD, BD and B9. RGB value is (173,189,185). Sum of RGB (Red+Green+Blue) = 173+189+185=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDB9 is #524246. Grayscale: #B7B7B7. Windows color (decimal): -5390919 or 12172717. OLE color: 12172717.
HSL color Cylindrical-coordinate representation of color #ADBDB9: hue angle of 165º degrees, saturation: 0.11, 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 #ADBDB9 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 189 | 185 | - |
CMYK | 0.08 | 0 | 0.02 | 0.26 |
HSL | 165º | 0.11% | 0.71% | - |
HSV(B) | 165º | 0.08% | 0.74% | - |
XYZ | 44.19 | 48.78 | 52.99 | - |
YUV | 183.76 | 128.7 | 120.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 189 | 185 | 0.08 | 0 | 0.02 | 0.26 | 165 | 0.11 | 0.71 |
Hex | AD | BD | B9 | 8 | 0 | 2 | 1A | A5 | B | 47 |
Octal | 255 | 275 | 271 | 10 | 0 | 2 | 32 | 245 | 13 | 107 |
Binary | 10101101 | 10111101 | 10111001 | 1000 | 0 | 10 | 11010 | 10100101 | 1011 | 1000111 |
Color Harmonies of #ADBDB9
Complementary color
Monochromatic Colors of #ADBDB9
Black with #ADBDB9
Text Example
Text Example
White with #ADBDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDB9; }
p { color: rgb(173,189,185); }
H1.HeaderClassName
{
color: #ADBDB9;
}
.AnyTagClassName
{
color: #ADBDB9;
}
</style>
background-color css
<style>
a { background-color: #ADBDB9; }
a { background-color: rgb(173,189,185); }
div.DivClassName
{
background-color: #ADBDB9;
}
.BgClassName
{
background-color: #ADBDB9;
}
</style>
border-color css
<style>
span { border-color: #ADBDB9; }
span { border-color: rgb(173,189,185); }
td.TdClassName
{
border-color: #ADBDB9;
}
.TagClassName
{
border-color: #ADBDB9;
}
</style>