Shades of Opal #ABC1BC
Tints of Opal #ABC1BC
RGB
CMYK
RGB Variations
Color information
#ABC1BC (or 0xABC1BC) is known color: Opal. HEX triplet: AB, C1 and BC. RGB value is (171,193,188). Sum of RGB (Red+Green+Blue) = 171+193+188=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1BC is #543E43. Grayscale: #B9B9B9. Windows color (decimal): -5520964 or 12370347. OLE color: 12370347.
HSL color Cylindrical-coordinate representation of color #ABC1BC: hue angle of 166.36º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC1BC is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 188 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.24 |
| HSL | 166.36º | 0.15% | 0.71% | - |
| HSV(B) | 166.36º | 0.11% | 0.76% | - |
| XYZ | 44.94 | 50.43 | 54.94 | - |
| YUV | 185.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 188 | 0.11 | 0 | 0.03 | 0.24 | 166.36 | 0.15 | 0.71 |
| Hex | AB | C1 | BC | B | 0 | 3 | 18 | A6 | F | 47 |
| Octal | 253 | 301 | 274 | 13 | 0 | 3 | 30 | 246 | 17 | 107 |
| Binary | 10101011 | 11000001 | 10111100 | 1011 | 0 | 11 | 11000 | 10100110 | 1111 | 1000111 |
Color Harmonies of #ABC1BC
Complementary color
Monochromatic Colors of #ABC1BC
Black with #ABC1BC
Text Example
Text Example
White with #ABC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC1BC; }
p { color: rgb(171,193,188); }
H1.HeaderClassName
{
color: #ABC1BC;
}
.AnyTagClassName
{
color: #ABC1BC;
}
</style>
background-color css
<style>
a { background-color: #ABC1BC; }
a { background-color: rgb(171,193,188); }
div.DivClassName
{
background-color: #ABC1BC;
}
.BgClassName
{
background-color: #ABC1BC;
}
</style>
border-color css
<style>
span { border-color: #ABC1BC; }
span { border-color: rgb(171,193,188); }
td.TdClassName
{
border-color: #ABC1BC;
}
.TagClassName
{
border-color: #ABC1BC;
}
</style>