Shades of Opal #ABC2B9
Tints of Opal #ABC2B9
RGB
CMYK
RGB Variations
Color information
#ABC2B9 (or 0xABC2B9) is known color: Opal. HEX triplet: AB, C2 and B9. RGB value is (171,194,185). Sum of RGB (Red+Green+Blue) = 171+194+185=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2B9 is #543D46. Grayscale: #BABABA. Windows color (decimal): -5520711 or 12173995. OLE color: 12173995.
HSL color Cylindrical-coordinate representation of color #ABC2B9: hue angle of 156.52º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC2B9 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 185 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.24 |
| HSL | 156.52º | 0.16% | 0.72% | - |
| HSV(B) | 156.52º | 0.12% | 0.76% | - |
| XYZ | 44.84 | 50.74 | 53.33 | - |
| YUV | 186.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 185 | 0.12 | 0 | 0.05 | 0.24 | 156.52 | 0.16 | 0.72 |
| Hex | AB | C2 | B9 | C | 0 | 5 | 18 | 9D | 10 | 48 |
| Octal | 253 | 302 | 271 | 14 | 0 | 5 | 30 | 235 | 20 | 110 |
| Binary | 10101011 | 11000010 | 10111001 | 1100 | 0 | 101 | 11000 | 10011101 | 10000 | 1001000 |
Color Harmonies of #ABC2B9
Complementary color
Monochromatic Colors of #ABC2B9
Black with #ABC2B9
Text Example
Text Example
White with #ABC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2B9; }
p { color: rgb(171,194,185); }
H1.HeaderClassName
{
color: #ABC2B9;
}
.AnyTagClassName
{
color: #ABC2B9;
}
</style>
background-color css
<style>
a { background-color: #ABC2B9; }
a { background-color: rgb(171,194,185); }
div.DivClassName
{
background-color: #ABC2B9;
}
.BgClassName
{
background-color: #ABC2B9;
}
</style>
border-color css
<style>
span { border-color: #ABC2B9; }
span { border-color: rgb(171,194,185); }
td.TdClassName
{
border-color: #ABC2B9;
}
.TagClassName
{
border-color: #ABC2B9;
}
</style>