Shades of Opal #AABEBA
Tints of Opal #AABEBA
RGB
CMYK
RGB Variations
Color information
#AABEBA (or 0xAABEBA) is known color: Opal. HEX triplet: AA, BE and BA. RGB value is (170,190,186). Sum of RGB (Red+Green+Blue) = 170+190+186=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEBA is #554145. Grayscale: #B7B7B7. Windows color (decimal): -5587270 or 12238506. OLE color: 12238506.
HSL color Cylindrical-coordinate representation of color #AABEBA: hue angle of 168º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABEBA is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 190 | 186 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.25 |
| HSL | 168º | 0.13% | 0.71% | - |
| HSV(B) | 168º | 0.11% | 0.75% | - |
| XYZ | 43.85 | 48.92 | 53.59 | - |
| YUV | 183.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 186 | 0.11 | 0 | 0.02 | 0.25 | 168 | 0.13 | 0.71 |
| Hex | AA | BE | BA | B | 0 | 2 | 19 | A8 | D | 47 |
| Octal | 252 | 276 | 272 | 13 | 0 | 2 | 31 | 250 | 15 | 107 |
| Binary | 10101010 | 10111110 | 10111010 | 1011 | 0 | 10 | 11001 | 10101000 | 1101 | 1000111 |
Color Harmonies of #AABEBA
Complementary color
Monochromatic Colors of #AABEBA
Black with #AABEBA
Text Example
Text Example
White with #AABEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEBA; }
p { color: rgb(170,190,186); }
H1.HeaderClassName
{
color: #AABEBA;
}
.AnyTagClassName
{
color: #AABEBA;
}
</style>
background-color css
<style>
a { background-color: #AABEBA; }
a { background-color: rgb(170,190,186); }
div.DivClassName
{
background-color: #AABEBA;
}
.BgClassName
{
background-color: #AABEBA;
}
</style>
border-color css
<style>
span { border-color: #AABEBA; }
span { border-color: rgb(170,190,186); }
td.TdClassName
{
border-color: #AABEBA;
}
.TagClassName
{
border-color: #AABEBA;
}
</style>