Shades of Opal #ABCBC1
Tints of Opal #ABCBC1
RGB
CMYK
RGB Variations
Color information
#ABCBC1 (or 0xABCBC1) is known color: Opal. HEX triplet: AB, CB and C1. RGB value is (171,203,193). Sum of RGB (Red+Green+Blue) = 171+203+193=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBC1 is #54343E. Grayscale: #C0C0C0. Windows color (decimal): -5518399 or 12700587. OLE color: 12700587.
HSL color Cylindrical-coordinate representation of color #ABCBC1: hue angle of 161.25º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCBC1 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 193 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.20 |
| HSL | 161.25º | 0.24% | 0.73% | - |
| HSV(B) | 161.25º | 0.16% | 0.8% | - |
| XYZ | 47.78 | 55.22 | 58.59 | - |
| YUV | 192.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 193 | 0.16 | 0 | 0.05 | 0.20 | 161.25 | 0.24 | 0.73 |
| Hex | AB | CB | C1 | 10 | 0 | 5 | 14 | A1 | 18 | 49 |
| Octal | 253 | 313 | 301 | 20 | 0 | 5 | 24 | 241 | 30 | 111 |
| Binary | 10101011 | 11001011 | 11000001 | 10000 | 0 | 101 | 10100 | 10100001 | 11000 | 1001001 |
Color Harmonies of #ABCBC1
Complementary color
Monochromatic Colors of #ABCBC1
Black with #ABCBC1
Text Example
Text Example
White with #ABCBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBC1; }
p { color: rgb(171,203,193); }
H1.HeaderClassName
{
color: #ABCBC1;
}
.AnyTagClassName
{
color: #ABCBC1;
}
</style>
background-color css
<style>
a { background-color: #ABCBC1; }
a { background-color: rgb(171,203,193); }
div.DivClassName
{
background-color: #ABCBC1;
}
.BgClassName
{
background-color: #ABCBC1;
}
</style>
border-color css
<style>
span { border-color: #ABCBC1; }
span { border-color: rgb(171,203,193); }
td.TdClassName
{
border-color: #ABCBC1;
}
.TagClassName
{
border-color: #ABCBC1;
}
</style>