Shades of Opal #ABC9C2
Tints of Opal #ABC9C2
RGB
CMYK
RGB Variations
Color information
#ABC9C2 (or 0xABC9C2) is known color: Opal. HEX triplet: AB, C9 and C2. RGB value is (171,201,194). Sum of RGB (Red+Green+Blue) = 171+201+194=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9C2 is #54363D. Grayscale: #BFBFBF. Windows color (decimal): -5518910 or 12765611. OLE color: 12765611.
HSL color Cylindrical-coordinate representation of color #ABC9C2: hue angle of 166º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABC9C2 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 194 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.21 |
| HSL | 166º | 0.22% | 0.73% | - |
| HSV(B) | 166º | 0.15% | 0.79% | - |
| XYZ | 47.42 | 54.33 | 59.03 | - |
| YUV | 191.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 194 | 0.15 | 0 | 0.03 | 0.21 | 166 | 0.22 | 0.73 |
| Hex | AB | C9 | C2 | F | 0 | 3 | 15 | A6 | 16 | 49 |
| Octal | 253 | 311 | 302 | 17 | 0 | 3 | 25 | 246 | 26 | 111 |
| Binary | 10101011 | 11001001 | 11000010 | 1111 | 0 | 11 | 10101 | 10100110 | 10110 | 1001001 |
Color Harmonies of #ABC9C2
Complementary color
Monochromatic Colors of #ABC9C2
Black with #ABC9C2
Text Example
Text Example
White with #ABC9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC9C2; }
p { color: rgb(171,201,194); }
H1.HeaderClassName
{
color: #ABC9C2;
}
.AnyTagClassName
{
color: #ABC9C2;
}
</style>
background-color css
<style>
a { background-color: #ABC9C2; }
a { background-color: rgb(171,201,194); }
div.DivClassName
{
background-color: #ABC9C2;
}
.BgClassName
{
background-color: #ABC9C2;
}
</style>
border-color css
<style>
span { border-color: #ABC9C2; }
span { border-color: rgb(171,201,194); }
td.TdClassName
{
border-color: #ABC9C2;
}
.TagClassName
{
border-color: #ABC9C2;
}
</style>