Shades of Opal #A7BDB9
Tints of Opal #A7BDB9
RGB
CMYK
RGB Variations
Color information
#A7BDB9 (or 0xA7BDB9) is known color: Opal. HEX triplet: A7, BD and B9. RGB value is (167,189,185). Sum of RGB (Red+Green+Blue) = 167+189+185=541 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.87% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BDB9 is #584246. Grayscale: #B5B5B5. Windows color (decimal): -5784135 or 12172711. OLE color: 12172711.
HSL color Cylindrical-coordinate representation of color #A7BDB9: hue angle of 169.09º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7BDB9 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 189 | 185 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.26 |
| HSL | 169.09º | 0.14% | 0.7% | - |
| HSV(B) | 169.09º | 0.12% | 0.74% | - |
| XYZ | 42.89 | 48.11 | 52.93 | - |
| YUV | 181.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 185 | 0.12 | 0 | 0.02 | 0.26 | 169.09 | 0.14 | 0.7 |
| Hex | A7 | BD | B9 | C | 0 | 2 | 1A | A9 | E | 46 |
| Octal | 247 | 275 | 271 | 14 | 0 | 2 | 32 | 251 | 16 | 106 |
| Binary | 10100111 | 10111101 | 10111001 | 1100 | 0 | 10 | 11010 | 10101001 | 1110 | 1000110 |
Color Harmonies of #A7BDB9
Complementary color
Monochromatic Colors of #A7BDB9
Black with #A7BDB9
Text Example
Text Example
White with #A7BDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BDB9; }
p { color: rgb(167,189,185); }
H1.HeaderClassName
{
color: #A7BDB9;
}
.AnyTagClassName
{
color: #A7BDB9;
}
</style>
background-color css
<style>
a { background-color: #A7BDB9; }
a { background-color: rgb(167,189,185); }
div.DivClassName
{
background-color: #A7BDB9;
}
.BgClassName
{
background-color: #A7BDB9;
}
</style>
border-color css
<style>
span { border-color: #A7BDB9; }
span { border-color: rgb(167,189,185); }
td.TdClassName
{
border-color: #A7BDB9;
}
.TagClassName
{
border-color: #A7BDB9;
}
</style>