Shades of Opal #ABC6BD
Tints of Opal #ABC6BD
RGB
CMYK
RGB Variations
Color information
#ABC6BD (or 0xABC6BD) is known color: Opal. HEX triplet: AB, C6 and BD. RGB value is (171,198,189). Sum of RGB (Red+Green+Blue) = 171+198+189=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6BD is #543942. Grayscale: #BCBCBC. Windows color (decimal): -5519683 or 12437163. OLE color: 12437163.
HSL color Cylindrical-coordinate representation of color #ABC6BD: hue angle of 160º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC6BD is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 189 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.22 |
| HSL | 160º | 0.19% | 0.72% | - |
| HSV(B) | 160º | 0.14% | 0.78% | - |
| XYZ | 46.17 | 52.72 | 55.89 | - |
| YUV | 188.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 189 | 0.14 | 0 | 0.05 | 0.22 | 160 | 0.19 | 0.72 |
| Hex | AB | C6 | BD | E | 0 | 5 | 16 | A0 | 13 | 48 |
| Octal | 253 | 306 | 275 | 16 | 0 | 5 | 26 | 240 | 23 | 110 |
| Binary | 10101011 | 11000110 | 10111101 | 1110 | 0 | 101 | 10110 | 10100000 | 10011 | 1001000 |
Color Harmonies of #ABC6BD
Complementary color
Monochromatic Colors of #ABC6BD
Black with #ABC6BD
Text Example
Text Example
White with #ABC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC6BD; }
p { color: rgb(171,198,189); }
H1.HeaderClassName
{
color: #ABC6BD;
}
.AnyTagClassName
{
color: #ABC6BD;
}
</style>
background-color css
<style>
a { background-color: #ABC6BD; }
a { background-color: rgb(171,198,189); }
div.DivClassName
{
background-color: #ABC6BD;
}
.BgClassName
{
background-color: #ABC6BD;
}
</style>
border-color css
<style>
span { border-color: #ABC6BD; }
span { border-color: rgb(171,198,189); }
td.TdClassName
{
border-color: #ABC6BD;
}
.TagClassName
{
border-color: #ABC6BD;
}
</style>