Shades of Opal #ABC6BC
Tints of Opal #ABC6BC
RGB
CMYK
RGB Variations
Color information
#ABC6BC (or 0xABC6BC) is known color: Opal. HEX triplet: AB, C6 and BC. RGB value is (171,198,188). Sum of RGB (Red+Green+Blue) = 171+198+188=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6BC is #543943. Grayscale: #BCBCBC. Windows color (decimal): -5519684 or 12371627. OLE color: 12371627.
HSL color Cylindrical-coordinate representation of color #ABC6BC: hue angle of 157.78º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC6BC is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 188 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.22 |
| HSL | 157.78º | 0.19% | 0.72% | - |
| HSV(B) | 157.78º | 0.14% | 0.78% | - |
| XYZ | 46.07 | 52.68 | 55.32 | - |
| YUV | 188.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 188 | 0.14 | 0 | 0.05 | 0.22 | 157.78 | 0.19 | 0.72 |
| Hex | AB | C6 | BC | E | 0 | 5 | 16 | 9E | 13 | 48 |
| Octal | 253 | 306 | 274 | 16 | 0 | 5 | 26 | 236 | 23 | 110 |
| Binary | 10101011 | 11000110 | 10111100 | 1110 | 0 | 101 | 10110 | 10011110 | 10011 | 1001000 |
Color Harmonies of #ABC6BC
Complementary color
Monochromatic Colors of #ABC6BC
Black with #ABC6BC
Text Example
Text Example
White with #ABC6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC6BC; }
p { color: rgb(171,198,188); }
H1.HeaderClassName
{
color: #ABC6BC;
}
.AnyTagClassName
{
color: #ABC6BC;
}
</style>
background-color css
<style>
a { background-color: #ABC6BC; }
a { background-color: rgb(171,198,188); }
div.DivClassName
{
background-color: #ABC6BC;
}
.BgClassName
{
background-color: #ABC6BC;
}
</style>
border-color css
<style>
span { border-color: #ABC6BC; }
span { border-color: rgb(171,198,188); }
td.TdClassName
{
border-color: #ABC6BC;
}
.TagClassName
{
border-color: #ABC6BC;
}
</style>