Shades of Opal #ABC2BD
Tints of Opal #ABC2BD
RGB
CMYK
RGB Variations
Color information
#ABC2BD (or 0xABC2BD) is known color: Opal. HEX triplet: AB, C2 and BD. RGB value is (171,194,189). Sum of RGB (Red+Green+Blue) = 171+194+189=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2BD is #543D42. Grayscale: #BABABA. Windows color (decimal): -5520707 or 12436139. OLE color: 12436139.
HSL color Cylindrical-coordinate representation of color #ABC2BD: hue angle of 166.96º degrees, saturation: 0.16, 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 #ABC2BD is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 189 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.24 |
| HSL | 166.96º | 0.16% | 0.72% | - |
| HSV(B) | 166.96º | 0.12% | 0.76% | - |
| XYZ | 45.27 | 50.92 | 55.59 | - |
| YUV | 186.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 189 | 0.12 | 0 | 0.03 | 0.24 | 166.96 | 0.16 | 0.72 |
| Hex | AB | C2 | BD | C | 0 | 3 | 18 | A7 | 10 | 48 |
| Octal | 253 | 302 | 275 | 14 | 0 | 3 | 30 | 247 | 20 | 110 |
| Binary | 10101011 | 11000010 | 10111101 | 1100 | 0 | 11 | 11000 | 10100111 | 10000 | 1001000 |
Color Harmonies of #ABC2BD
Complementary color
Monochromatic Colors of #ABC2BD
Black with #ABC2BD
Text Example
Text Example
White with #ABC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2BD; }
p { color: rgb(171,194,189); }
H1.HeaderClassName
{
color: #ABC2BD;
}
.AnyTagClassName
{
color: #ABC2BD;
}
</style>
background-color css
<style>
a { background-color: #ABC2BD; }
a { background-color: rgb(171,194,189); }
div.DivClassName
{
background-color: #ABC2BD;
}
.BgClassName
{
background-color: #ABC2BD;
}
</style>
border-color css
<style>
span { border-color: #ABC2BD; }
span { border-color: rgb(171,194,189); }
td.TdClassName
{
border-color: #ABC2BD;
}
.TagClassName
{
border-color: #ABC2BD;
}
</style>