Shades of Opal #ABC0B9
Tints of Opal #ABC0B9
RGB
CMYK
RGB Variations
Color information
#ABC0B9 (or 0xABC0B9) is known color: Opal. HEX triplet: AB, C0 and B9. RGB value is (171,192,185). Sum of RGB (Red+Green+Blue) = 171+192+185=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0B9 is #543F46. Grayscale: #B8B8B8. Windows color (decimal): -5521223 or 12173483. OLE color: 12173483.
HSL color Cylindrical-coordinate representation of color #ABC0B9: hue angle of 160º 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 #ABC0B9 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 185 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.25 |
| HSL | 160º | 0.14% | 0.71% | - |
| HSV(B) | 160º | 0.11% | 0.75% | - |
| XYZ | 44.4 | 49.86 | 53.18 | - |
| YUV | 184.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 185 | 0.11 | 0 | 0.04 | 0.25 | 160 | 0.14 | 0.71 |
| Hex | AB | C0 | B9 | B | 0 | 4 | 19 | A0 | E | 47 |
| Octal | 253 | 300 | 271 | 13 | 0 | 4 | 31 | 240 | 16 | 107 |
| Binary | 10101011 | 11000000 | 10111001 | 1011 | 0 | 100 | 11001 | 10100000 | 1110 | 1000111 |
Color Harmonies of #ABC0B9
Complementary color
Monochromatic Colors of #ABC0B9
Black with #ABC0B9
Text Example
Text Example
White with #ABC0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0B9; }
p { color: rgb(171,192,185); }
H1.HeaderClassName
{
color: #ABC0B9;
}
.AnyTagClassName
{
color: #ABC0B9;
}
</style>
background-color css
<style>
a { background-color: #ABC0B9; }
a { background-color: rgb(171,192,185); }
div.DivClassName
{
background-color: #ABC0B9;
}
.BgClassName
{
background-color: #ABC0B9;
}
</style>
border-color css
<style>
span { border-color: #ABC0B9; }
span { border-color: rgb(171,192,185); }
td.TdClassName
{
border-color: #ABC0B9;
}
.TagClassName
{
border-color: #ABC0B9;
}
</style>