Shades of Opal #AABEB9
Tints of Opal #AABEB9
RGB
CMYK
RGB Variations
Color information
#AABEB9 (or 0xAABEB9) is known color: Opal. HEX triplet: AA, BE and B9. RGB value is (170,190,185). Sum of RGB (Red+Green+Blue) = 170+190+185=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEB9 is #554146. Grayscale: #B7B7B7. Windows color (decimal): -5587271 or 12172970. OLE color: 12172970.
HSL color Cylindrical-coordinate representation of color #AABEB9: hue angle of 165º 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 #AABEB9 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 190 | 185 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.25 |
| HSL | 165º | 0.13% | 0.71% | - |
| HSV(B) | 165º | 0.11% | 0.75% | - |
| XYZ | 43.75 | 48.88 | 53.03 | - |
| YUV | 183.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 185 | 0.11 | 0 | 0.03 | 0.25 | 165 | 0.13 | 0.71 |
| Hex | AA | BE | B9 | B | 0 | 3 | 19 | A5 | D | 47 |
| Octal | 252 | 276 | 271 | 13 | 0 | 3 | 31 | 245 | 15 | 107 |
| Binary | 10101010 | 10111110 | 10111001 | 1011 | 0 | 11 | 11001 | 10100101 | 1101 | 1000111 |
Color Harmonies of #AABEB9
Complementary color
Monochromatic Colors of #AABEB9
Black with #AABEB9
Text Example
Text Example
White with #AABEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEB9; }
p { color: rgb(170,190,185); }
H1.HeaderClassName
{
color: #AABEB9;
}
.AnyTagClassName
{
color: #AABEB9;
}
</style>
background-color css
<style>
a { background-color: #AABEB9; }
a { background-color: rgb(170,190,185); }
div.DivClassName
{
background-color: #AABEB9;
}
.BgClassName
{
background-color: #AABEB9;
}
</style>
border-color css
<style>
span { border-color: #AABEB9; }
span { border-color: rgb(170,190,185); }
td.TdClassName
{
border-color: #AABEB9;
}
.TagClassName
{
border-color: #AABEB9;
}
</style>