Shades of Opal #AABFBB
Tints of Opal #AABFBB
RGB
CMYK
RGB Variations
Color information
#AABFBB (or 0xAABFBB) is known color: Opal. HEX triplet: AA, BF and BB. RGB value is (170,191,187). Sum of RGB (Red+Green+Blue) = 170+191+187=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFBB is #554044. Grayscale: #B8B8B8. Windows color (decimal): -5587013 or 12304298. OLE color: 12304298.
HSL color Cylindrical-coordinate representation of color #AABFBB: hue angle of 168.57º degrees, saturation: 0.14, 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 #AABFBB is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 187 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.25 |
| HSL | 168.57º | 0.14% | 0.71% | - |
| HSV(B) | 168.57º | 0.11% | 0.75% | - |
| XYZ | 44.18 | 49.4 | 54.22 | - |
| YUV | 184.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 187 | 0.11 | 0 | 0.02 | 0.25 | 168.57 | 0.14 | 0.71 |
| Hex | AA | BF | BB | B | 0 | 2 | 19 | A9 | E | 47 |
| Octal | 252 | 277 | 273 | 13 | 0 | 2 | 31 | 251 | 16 | 107 |
| Binary | 10101010 | 10111111 | 10111011 | 1011 | 0 | 10 | 11001 | 10101001 | 1110 | 1000111 |
Color Harmonies of #AABFBB
Complementary color
Monochromatic Colors of #AABFBB
Black with #AABFBB
Text Example
Text Example
White with #AABFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFBB; }
p { color: rgb(170,191,187); }
H1.HeaderClassName
{
color: #AABFBB;
}
.AnyTagClassName
{
color: #AABFBB;
}
</style>
background-color css
<style>
a { background-color: #AABFBB; }
a { background-color: rgb(170,191,187); }
div.DivClassName
{
background-color: #AABFBB;
}
.BgClassName
{
background-color: #AABFBB;
}
</style>
border-color css
<style>
span { border-color: #AABFBB; }
span { border-color: rgb(170,191,187); }
td.TdClassName
{
border-color: #AABFBB;
}
.TagClassName
{
border-color: #AABFBB;
}
</style>