Shades of Opal #A2BDBB
Tints of Opal #A2BDBB
RGB
CMYK
RGB Variations
Color information
#A2BDBB (or 0xA2BDBB) is known color: Opal. HEX triplet: A2, BD and BB. RGB value is (162,189,187). Sum of RGB (Red+Green+Blue) = 162+189+187=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BDBB is #5D4244. Grayscale: #B4B4B4. Windows color (decimal): -6111813 or 12303778. OLE color: 12303778.
HSL color Cylindrical-coordinate representation of color #A2BDBB: hue angle of 175.56º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2BDBB is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 187 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.26 |
| HSL | 175.56º | 0.17% | 0.69% | - |
| HSV(B) | 175.56º | 0.14% | 0.74% | - |
| XYZ | 42.07 | 47.66 | 54 | - |
| YUV | 180.7 | 131.55 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 187 | 0.14 | 0 | 0.01 | 0.26 | 175.56 | 0.17 | 0.69 |
| Hex | A2 | BD | BB | E | 0 | 1 | 1A | B0 | 11 | 45 |
| Octal | 242 | 275 | 273 | 16 | 0 | 1 | 32 | 260 | 21 | 105 |
| Binary | 10100010 | 10111101 | 10111011 | 1110 | 0 | 1 | 11010 | 10110000 | 10001 | 1000101 |
Color Harmonies of #A2BDBB
Complementary color
Monochromatic Colors of #A2BDBB
Black with #A2BDBB
Text Example
Text Example
White with #A2BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BDBB; }
p { color: rgb(162,189,187); }
H1.HeaderClassName
{
color: #A2BDBB;
}
.AnyTagClassName
{
color: #A2BDBB;
}
</style>
background-color css
<style>
a { background-color: #A2BDBB; }
a { background-color: rgb(162,189,187); }
div.DivClassName
{
background-color: #A2BDBB;
}
.BgClassName
{
background-color: #A2BDBB;
}
</style>
border-color css
<style>
span { border-color: #A2BDBB; }
span { border-color: rgb(162,189,187); }
td.TdClassName
{
border-color: #A2BDBB;
}
.TagClassName
{
border-color: #A2BDBB;
}
</style>