Shades of Opal #ABCBC0
Tints of Opal #ABCBC0
RGB
CMYK
RGB Variations
Color information
#ABCBC0 (or 0xABCBC0) is known color: Opal. HEX triplet: AB, CB and C0. RGB value is (171,203,192). Sum of RGB (Red+Green+Blue) = 171+203+192=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBC0 is #54343F. Grayscale: #C0C0C0. Windows color (decimal): -5518400 or 12635051. OLE color: 12635051.
HSL color Cylindrical-coordinate representation of color #ABCBC0: hue angle of 159.38º 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 #ABCBC0 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 192 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.20 |
| HSL | 159.38º | 0.24% | 0.73% | - |
| HSV(B) | 159.38º | 0.16% | 0.8% | - |
| XYZ | 47.66 | 55.18 | 58.01 | - |
| YUV | 192.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 192 | 0.16 | 0 | 0.05 | 0.20 | 159.38 | 0.24 | 0.73 |
| Hex | AB | CB | C0 | 10 | 0 | 5 | 14 | 9F | 18 | 49 |
| Octal | 253 | 313 | 300 | 20 | 0 | 5 | 24 | 237 | 30 | 111 |
| Binary | 10101011 | 11001011 | 11000000 | 10000 | 0 | 101 | 10100 | 10011111 | 11000 | 1001001 |
Color Harmonies of #ABCBC0
Complementary color
Monochromatic Colors of #ABCBC0
Black with #ABCBC0
Text Example
Text Example
White with #ABCBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBC0; }
p { color: rgb(171,203,192); }
H1.HeaderClassName
{
color: #ABCBC0;
}
.AnyTagClassName
{
color: #ABCBC0;
}
</style>
background-color css
<style>
a { background-color: #ABCBC0; }
a { background-color: rgb(171,203,192); }
div.DivClassName
{
background-color: #ABCBC0;
}
.BgClassName
{
background-color: #ABCBC0;
}
</style>
border-color css
<style>
span { border-color: #ABCBC0; }
span { border-color: rgb(171,203,192); }
td.TdClassName
{
border-color: #ABCBC0;
}
.TagClassName
{
border-color: #ABCBC0;
}
</style>