Shades of Opal #ABC0BC
Tints of Opal #ABC0BC
RGB
CMYK
RGB Variations
Color information
#ABC0BC (or 0xABC0BC) is known color: Opal. HEX triplet: AB, C0 and BC. RGB value is (171,192,188). Sum of RGB (Red+Green+Blue) = 171+192+188=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0BC is #543F43. Grayscale: #B9B9B9. Windows color (decimal): -5521220 or 12370091. OLE color: 12370091.
HSL color Cylindrical-coordinate representation of color #ABC0BC: 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 #ABC0BC is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 188 | - |
| 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.72 | 49.99 | 54.87 | - |
| YUV | 185.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 188 | 0.11 | 0 | 0.02 | 0.25 | 168.57 | 0.14 | 0.71 |
| Hex | AB | C0 | BC | B | 0 | 2 | 19 | A9 | E | 47 |
| Octal | 253 | 300 | 274 | 13 | 0 | 2 | 31 | 251 | 16 | 107 |
| Binary | 10101011 | 11000000 | 10111100 | 1011 | 0 | 10 | 11001 | 10101001 | 1110 | 1000111 |
Color Harmonies of #ABC0BC
Complementary color
Monochromatic Colors of #ABC0BC
Black with #ABC0BC
Text Example
Text Example
White with #ABC0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0BC; }
p { color: rgb(171,192,188); }
H1.HeaderClassName
{
color: #ABC0BC;
}
.AnyTagClassName
{
color: #ABC0BC;
}
</style>
background-color css
<style>
a { background-color: #ABC0BC; }
a { background-color: rgb(171,192,188); }
div.DivClassName
{
background-color: #ABC0BC;
}
.BgClassName
{
background-color: #ABC0BC;
}
</style>
border-color css
<style>
span { border-color: #ABC0BC; }
span { border-color: rgb(171,192,188); }
td.TdClassName
{
border-color: #ABC0BC;
}
.TagClassName
{
border-color: #ABC0BC;
}
</style>