Shades of Opal #A2BEBC
Tints of Opal #A2BEBC
RGB
CMYK
RGB Variations
Color information
#A2BEBC (or 0xA2BEBC) is known color: Opal. HEX triplet: A2, BE and BC. RGB value is (162,190,188). Sum of RGB (Red+Green+Blue) = 162+190+188=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BEBC is #5D4143. Grayscale: #B5B5B5. Windows color (decimal): -6111556 or 12369570. OLE color: 12369570.
HSL color Cylindrical-coordinate representation of color #A2BEBC: hue angle of 175.71º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2BEBC is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 188 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.25 |
| HSL | 175.71º | 0.18% | 0.69% | - |
| HSV(B) | 175.71º | 0.15% | 0.75% | - |
| XYZ | 42.39 | 48.14 | 54.63 | - |
| YUV | 181.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 188 | 0.15 | 0 | 0.01 | 0.25 | 175.71 | 0.18 | 0.69 |
| Hex | A2 | BE | BC | F | 0 | 1 | 19 | B0 | 12 | 45 |
| Octal | 242 | 276 | 274 | 17 | 0 | 1 | 31 | 260 | 22 | 105 |
| Binary | 10100010 | 10111110 | 10111100 | 1111 | 0 | 1 | 11001 | 10110000 | 10010 | 1000101 |
Color Harmonies of #A2BEBC
Complementary color
Monochromatic Colors of #A2BEBC
Black with #A2BEBC
Text Example
Text Example
White with #A2BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BEBC; }
p { color: rgb(162,190,188); }
H1.HeaderClassName
{
color: #A2BEBC;
}
.AnyTagClassName
{
color: #A2BEBC;
}
</style>
background-color css
<style>
a { background-color: #A2BEBC; }
a { background-color: rgb(162,190,188); }
div.DivClassName
{
background-color: #A2BEBC;
}
.BgClassName
{
background-color: #A2BEBC;
}
</style>
border-color css
<style>
span { border-color: #A2BEBC; }
span { border-color: rgb(162,190,188); }
td.TdClassName
{
border-color: #A2BEBC;
}
.TagClassName
{
border-color: #A2BEBC;
}
</style>