Shades of Opal #ADBDB8
Tints of Opal #ADBDB8
RGB
CMYK
RGB Variations
Color information
#ADBDB8 (or 0xADBDB8) is known color: Opal. HEX triplet: AD, BD and B8. RGB value is (173,189,184). Sum of RGB (Red+Green+Blue) = 173+189+184=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDB8 is #524247. Grayscale: #B7B7B7. Windows color (decimal): -5390920 or 12107181. OLE color: 12107181.
HSL color Cylindrical-coordinate representation of color #ADBDB8: hue angle of 161.25º 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 #ADBDB8 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 189 | 184 | - |
CMYK | 0.08 | 0 | 0.03 | 0.26 |
HSL | 161.25º | 0.11% | 0.71% | - |
HSV(B) | 161.25º | 0.08% | 0.74% | - |
XYZ | 44.08 | 48.74 | 52.43 | - |
YUV | 183.65 | 128.2 | 120.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 189 | 184 | 0.08 | 0 | 0.03 | 0.26 | 161.25 | 0.11 | 0.71 |
Hex | AD | BD | B8 | 8 | 0 | 3 | 1A | A1 | B | 47 |
Octal | 255 | 275 | 270 | 10 | 0 | 3 | 32 | 241 | 13 | 107 |
Binary | 10101101 | 10111101 | 10111000 | 1000 | 0 | 11 | 11010 | 10100001 | 1011 | 1000111 |
Color Harmonies of #ADBDB8
Complementary color
Monochromatic Colors of #ADBDB8
Black with #ADBDB8
Text Example
Text Example
White with #ADBDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDB8; }
p { color: rgb(173,189,184); }
H1.HeaderClassName
{
color: #ADBDB8;
}
.AnyTagClassName
{
color: #ADBDB8;
}
</style>
background-color css
<style>
a { background-color: #ADBDB8; }
a { background-color: rgb(173,189,184); }
div.DivClassName
{
background-color: #ADBDB8;
}
.BgClassName
{
background-color: #ADBDB8;
}
</style>
border-color css
<style>
span { border-color: #ADBDB8; }
span { border-color: rgb(173,189,184); }
td.TdClassName
{
border-color: #ADBDB8;
}
.TagClassName
{
border-color: #ADBDB8;
}
</style>