Shades of Opal #A7BBB5
Tints of Opal #A7BBB5
RGB
CMYK
RGB Variations
Color information
#A7BBB5 (or 0xA7BBB5) is known color: Opal. HEX triplet: A7, BB and B5. RGB value is (167,187,181). Sum of RGB (Red+Green+Blue) = 167+187+181=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 187 - color contains mainly: green. Hex color #A7BBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BBB5 is #58444A. Grayscale: #B4B4B4. Windows color (decimal): -5784651 or 11910055. OLE color: 11910055.
HSL color Cylindrical-coordinate representation of color #A7BBB5: hue angle of 162º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7BBB5 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 187 | 181 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.27 |
| HSL | 162º | 0.13% | 0.69% | - |
| HSV(B) | 162º | 0.11% | 0.73% | - |
| XYZ | 42.05 | 47.09 | 50.59 | - |
| YUV | 180.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 187 | 181 | 0.11 | 0 | 0.03 | 0.27 | 162 | 0.13 | 0.69 |
| Hex | A7 | BB | B5 | B | 0 | 3 | 1B | A2 | D | 45 |
| Octal | 247 | 273 | 265 | 13 | 0 | 3 | 33 | 242 | 15 | 105 |
| Binary | 10100111 | 10111011 | 10110101 | 1011 | 0 | 11 | 11011 | 10100010 | 1101 | 1000101 |
Color Harmonies of #A7BBB5
Complementary color
Monochromatic Colors of #A7BBB5
Black with #A7BBB5
Text Example
Text Example
White with #A7BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BBB5; }
p { color: rgb(167,187,181); }
H1.HeaderClassName
{
color: #A7BBB5;
}
.AnyTagClassName
{
color: #A7BBB5;
}
</style>
background-color css
<style>
a { background-color: #A7BBB5; }
a { background-color: rgb(167,187,181); }
div.DivClassName
{
background-color: #A7BBB5;
}
.BgClassName
{
background-color: #A7BBB5;
}
</style>
border-color css
<style>
span { border-color: #A7BBB5; }
span { border-color: rgb(167,187,181); }
td.TdClassName
{
border-color: #A7BBB5;
}
.TagClassName
{
border-color: #A7BBB5;
}
</style>