Shades of Opal #ABC5BE
Tints of Opal #ABC5BE
RGB
CMYK
RGB Variations
Color information
#ABC5BE (or 0xABC5BE) is known color: Opal. HEX triplet: AB, C5 and BE. RGB value is (171,197,190). Sum of RGB (Red+Green+Blue) = 171+197+190=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5BE is #543A41. Grayscale: #BCBCBC. Windows color (decimal): -5519938 or 12502443. OLE color: 12502443.
HSL color Cylindrical-coordinate representation of color #ABC5BE: hue angle of 163.85º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC5BE is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 190 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.23 |
| HSL | 163.85º | 0.18% | 0.72% | - |
| HSV(B) | 163.85º | 0.13% | 0.77% | - |
| XYZ | 46.06 | 52.31 | 56.38 | - |
| YUV | 188.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 190 | 0.13 | 0 | 0.04 | 0.23 | 163.85 | 0.18 | 0.72 |
| Hex | AB | C5 | BE | D | 0 | 4 | 17 | A4 | 12 | 48 |
| Octal | 253 | 305 | 276 | 15 | 0 | 4 | 27 | 244 | 22 | 110 |
| Binary | 10101011 | 11000101 | 10111110 | 1101 | 0 | 100 | 10111 | 10100100 | 10010 | 1001000 |
Color Harmonies of #ABC5BE
Complementary color
Monochromatic Colors of #ABC5BE
Black with #ABC5BE
Text Example
Text Example
White with #ABC5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC5BE; }
p { color: rgb(171,197,190); }
H1.HeaderClassName
{
color: #ABC5BE;
}
.AnyTagClassName
{
color: #ABC5BE;
}
</style>
background-color css
<style>
a { background-color: #ABC5BE; }
a { background-color: rgb(171,197,190); }
div.DivClassName
{
background-color: #ABC5BE;
}
.BgClassName
{
background-color: #ABC5BE;
}
</style>
border-color css
<style>
span { border-color: #ABC5BE; }
span { border-color: rgb(171,197,190); }
td.TdClassName
{
border-color: #ABC5BE;
}
.TagClassName
{
border-color: #ABC5BE;
}
</style>