Shades of Opal #ABC0BD
Tints of Opal #ABC0BD
RGB
CMYK
RGB Variations
Color information
#ABC0BD (or 0xABC0BD) is known color: Opal. HEX triplet: AB, C0 and BD. RGB value is (171,192,189). Sum of RGB (Red+Green+Blue) = 171+192+189=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0BD is #543F42. Grayscale: #B9B9B9. Windows color (decimal): -5521219 or 12435627. OLE color: 12435627.
HSL color Cylindrical-coordinate representation of color #ABC0BD: hue angle of 171.43º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC0BD is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 189 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.25 |
| HSL | 171.43º | 0.14% | 0.71% | - |
| HSV(B) | 171.43º | 0.11% | 0.75% | - |
| XYZ | 44.83 | 50.03 | 55.44 | - |
| YUV | 185.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 189 | 0.11 | 0 | 0.02 | 0.25 | 171.43 | 0.14 | 0.71 |
| Hex | AB | C0 | BD | B | 0 | 2 | 19 | AB | E | 47 |
| Octal | 253 | 300 | 275 | 13 | 0 | 2 | 31 | 253 | 16 | 107 |
| Binary | 10101011 | 11000000 | 10111101 | 1011 | 0 | 10 | 11001 | 10101011 | 1110 | 1000111 |
Color Harmonies of #ABC0BD
Complementary color
Monochromatic Colors of #ABC0BD
Black with #ABC0BD
Text Example
Text Example
White with #ABC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0BD; }
p { color: rgb(171,192,189); }
H1.HeaderClassName
{
color: #ABC0BD;
}
.AnyTagClassName
{
color: #ABC0BD;
}
</style>
background-color css
<style>
a { background-color: #ABC0BD; }
a { background-color: rgb(171,192,189); }
div.DivClassName
{
background-color: #ABC0BD;
}
.BgClassName
{
background-color: #ABC0BD;
}
</style>
border-color css
<style>
span { border-color: #ABC0BD; }
span { border-color: rgb(171,192,189); }
td.TdClassName
{
border-color: #ABC0BD;
}
.TagClassName
{
border-color: #ABC0BD;
}
</style>