Shades of Opal #ABCDC2
Tints of Opal #ABCDC2
RGB
CMYK
RGB Variations
Color information
#ABCDC2 (or 0xABCDC2) is known color: Opal. HEX triplet: AB, CD and C2. RGB value is (171,205,194). Sum of RGB (Red+Green+Blue) = 171+205+194=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDC2 is #54323D. Grayscale: #C1C1C1. Windows color (decimal): -5517886 or 12766635. OLE color: 12766635.
HSL color Cylindrical-coordinate representation of color #ABCDC2: hue angle of 160.59º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCDC2 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 194 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.20 |
| HSL | 160.59º | 0.25% | 0.74% | - |
| HSV(B) | 160.59º | 0.17% | 0.8% | - |
| XYZ | 48.36 | 56.22 | 59.34 | - |
| YUV | 193.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 194 | 0.17 | 0 | 0.05 | 0.20 | 160.59 | 0.25 | 0.74 |
| Hex | AB | CD | C2 | 11 | 0 | 5 | 14 | A1 | 19 | 4A |
| Octal | 253 | 315 | 302 | 21 | 0 | 5 | 24 | 241 | 31 | 112 |
| Binary | 10101011 | 11001101 | 11000010 | 10001 | 0 | 101 | 10100 | 10100001 | 11001 | 1001010 |
Color Harmonies of #ABCDC2
Complementary color
Monochromatic Colors of #ABCDC2
Black with #ABCDC2
Text Example
Text Example
White with #ABCDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDC2; }
p { color: rgb(171,205,194); }
H1.HeaderClassName
{
color: #ABCDC2;
}
.AnyTagClassName
{
color: #ABCDC2;
}
</style>
background-color css
<style>
a { background-color: #ABCDC2; }
a { background-color: rgb(171,205,194); }
div.DivClassName
{
background-color: #ABCDC2;
}
.BgClassName
{
background-color: #ABCDC2;
}
</style>
border-color css
<style>
span { border-color: #ABCDC2; }
span { border-color: rgb(171,205,194); }
td.TdClassName
{
border-color: #ABCDC2;
}
.TagClassName
{
border-color: #ABCDC2;
}
</style>