Shades of Opal #AABEB8
Tints of Opal #AABEB8
RGB
CMYK
RGB Variations
Color information
#AABEB8 (or 0xAABEB8) is known color: Opal. HEX triplet: AA, BE and B8. RGB value is (170,190,184). Sum of RGB (Red+Green+Blue) = 170+190+184=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEB8 is #554147. Grayscale: #B7B7B7. Windows color (decimal): -5587272 or 12107434. OLE color: 12107434.
HSL color Cylindrical-coordinate representation of color #AABEB8: hue angle of 162º 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 #AABEB8 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 190 | 184 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.25 |
| HSL | 162º | 0.13% | 0.71% | - |
| HSV(B) | 162º | 0.11% | 0.75% | - |
| XYZ | 43.64 | 48.83 | 52.47 | - |
| YUV | 183.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 184 | 0.11 | 0 | 0.03 | 0.25 | 162 | 0.13 | 0.71 |
| Hex | AA | BE | B8 | B | 0 | 3 | 19 | A2 | D | 47 |
| Octal | 252 | 276 | 270 | 13 | 0 | 3 | 31 | 242 | 15 | 107 |
| Binary | 10101010 | 10111110 | 10111000 | 1011 | 0 | 11 | 11001 | 10100010 | 1101 | 1000111 |
Color Harmonies of #AABEB8
Complementary color
Monochromatic Colors of #AABEB8
Black with #AABEB8
Text Example
Text Example
White with #AABEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEB8; }
p { color: rgb(170,190,184); }
H1.HeaderClassName
{
color: #AABEB8;
}
.AnyTagClassName
{
color: #AABEB8;
}
</style>
background-color css
<style>
a { background-color: #AABEB8; }
a { background-color: rgb(170,190,184); }
div.DivClassName
{
background-color: #AABEB8;
}
.BgClassName
{
background-color: #AABEB8;
}
</style>
border-color css
<style>
span { border-color: #AABEB8; }
span { border-color: rgb(170,190,184); }
td.TdClassName
{
border-color: #AABEB8;
}
.TagClassName
{
border-color: #AABEB8;
}
</style>