Shades of Opal #ABC0BB
Tints of Opal #ABC0BB
RGB
CMYK
RGB Variations
Color information
#ABC0BB (or 0xABC0BB) is known color: Opal. HEX triplet: AB, C0 and BB. RGB value is (171,192,187). Sum of RGB (Red+Green+Blue) = 171+192+187=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0BB is #543F44. Grayscale: #B9B9B9. Windows color (decimal): -5521221 or 12304555. OLE color: 12304555.
HSL color Cylindrical-coordinate representation of color #ABC0BB: hue angle of 165.71º 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 #ABC0BB is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 187 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.25 |
| HSL | 165.71º | 0.14% | 0.71% | - |
| HSV(B) | 165.71º | 0.11% | 0.75% | - |
| XYZ | 44.61 | 49.95 | 54.3 | - |
| YUV | 185.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 187 | 0.11 | 0 | 0.03 | 0.25 | 165.71 | 0.14 | 0.71 |
| Hex | AB | C0 | BB | B | 0 | 3 | 19 | A6 | E | 47 |
| Octal | 253 | 300 | 273 | 13 | 0 | 3 | 31 | 246 | 16 | 107 |
| Binary | 10101011 | 11000000 | 10111011 | 1011 | 0 | 11 | 11001 | 10100110 | 1110 | 1000111 |
Color Harmonies of #ABC0BB
Complementary color
Monochromatic Colors of #ABC0BB
Black with #ABC0BB
Text Example
Text Example
White with #ABC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0BB; }
p { color: rgb(171,192,187); }
H1.HeaderClassName
{
color: #ABC0BB;
}
.AnyTagClassName
{
color: #ABC0BB;
}
</style>
background-color css
<style>
a { background-color: #ABC0BB; }
a { background-color: rgb(171,192,187); }
div.DivClassName
{
background-color: #ABC0BB;
}
.BgClassName
{
background-color: #ABC0BB;
}
</style>
border-color css
<style>
span { border-color: #ABC0BB; }
span { border-color: rgb(171,192,187); }
td.TdClassName
{
border-color: #ABC0BB;
}
.TagClassName
{
border-color: #ABC0BB;
}
</style>