Shades of Opal #ABC1BD
Tints of Opal #ABC1BD
RGB
CMYK
RGB Variations
Color information
#ABC1BD (or 0xABC1BD) is known color: Opal. HEX triplet: AB, C1 and BD. RGB value is (171,193,189). Sum of RGB (Red+Green+Blue) = 171+193+189=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1BD is #543E42. Grayscale: #B9B9B9. Windows color (decimal): -5520963 or 12435883. OLE color: 12435883.
HSL color Cylindrical-coordinate representation of color #ABC1BD: hue angle of 169.09º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC1BD is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 189 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.24 |
| HSL | 169.09º | 0.15% | 0.71% | - |
| HSV(B) | 169.09º | 0.11% | 0.76% | - |
| XYZ | 45.05 | 50.47 | 55.51 | - |
| YUV | 185.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 189 | 0.11 | 0 | 0.02 | 0.24 | 169.09 | 0.15 | 0.71 |
| Hex | AB | C1 | BD | B | 0 | 2 | 18 | A9 | F | 47 |
| Octal | 253 | 301 | 275 | 13 | 0 | 2 | 30 | 251 | 17 | 107 |
| Binary | 10101011 | 11000001 | 10111101 | 1011 | 0 | 10 | 11000 | 10101001 | 1111 | 1000111 |
Color Harmonies of #ABC1BD
Complementary color
Monochromatic Colors of #ABC1BD
Black with #ABC1BD
Text Example
Text Example
White with #ABC1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC1BD; }
p { color: rgb(171,193,189); }
H1.HeaderClassName
{
color: #ABC1BD;
}
.AnyTagClassName
{
color: #ABC1BD;
}
</style>
background-color css
<style>
a { background-color: #ABC1BD; }
a { background-color: rgb(171,193,189); }
div.DivClassName
{
background-color: #ABC1BD;
}
.BgClassName
{
background-color: #ABC1BD;
}
</style>
border-color css
<style>
span { border-color: #ABC1BD; }
span { border-color: rgb(171,193,189); }
td.TdClassName
{
border-color: #ABC1BD;
}
.TagClassName
{
border-color: #ABC1BD;
}
</style>