Shades of Opal #ABC3BC
Tints of Opal #ABC3BC
RGB
CMYK
RGB Variations
Color information
#ABC3BC (or 0xABC3BC) is known color: Opal. HEX triplet: AB, C3 and BC. RGB value is (171,195,188). Sum of RGB (Red+Green+Blue) = 171+195+188=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3BC is #543C43. Grayscale: #BBBBBB. Windows color (decimal): -5520452 or 12370859. OLE color: 12370859.
HSL color Cylindrical-coordinate representation of color #ABC3BC: hue angle of 162.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC3BC is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 188 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.24 |
| HSL | 162.5º | 0.17% | 0.72% | - |
| HSV(B) | 162.5º | 0.12% | 0.76% | - |
| XYZ | 45.39 | 51.32 | 55.09 | - |
| YUV | 187.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 188 | 0.12 | 0 | 0.04 | 0.24 | 162.5 | 0.17 | 0.72 |
| Hex | AB | C3 | BC | C | 0 | 4 | 18 | A2 | 11 | 48 |
| Octal | 253 | 303 | 274 | 14 | 0 | 4 | 30 | 242 | 21 | 110 |
| Binary | 10101011 | 11000011 | 10111100 | 1100 | 0 | 100 | 11000 | 10100010 | 10001 | 1001000 |
Color Harmonies of #ABC3BC
Complementary color
Monochromatic Colors of #ABC3BC
Black with #ABC3BC
Text Example
Text Example
White with #ABC3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC3BC; }
p { color: rgb(171,195,188); }
H1.HeaderClassName
{
color: #ABC3BC;
}
.AnyTagClassName
{
color: #ABC3BC;
}
</style>
background-color css
<style>
a { background-color: #ABC3BC; }
a { background-color: rgb(171,195,188); }
div.DivClassName
{
background-color: #ABC3BC;
}
.BgClassName
{
background-color: #ABC3BC;
}
</style>
border-color css
<style>
span { border-color: #ABC3BC; }
span { border-color: rgb(171,195,188); }
td.TdClassName
{
border-color: #ABC3BC;
}
.TagClassName
{
border-color: #ABC3BC;
}
</style>