Shades of Opal #ABC8BC
Tints of Opal #ABC8BC
RGB
CMYK
RGB Variations
Color information
#ABC8BC (or 0xABC8BC) is known color: Opal. HEX triplet: AB, C8 and BC. RGB value is (171,200,188). Sum of RGB (Red+Green+Blue) = 171+200+188=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8BC is #543743. Grayscale: #BDBDBD. Windows color (decimal): -5519172 or 12372139. OLE color: 12372139.
HSL color Cylindrical-coordinate representation of color #ABC8BC: hue angle of 155.17º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC8BC is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 200 | 188 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.22 |
| HSL | 155.17º | 0.21% | 0.73% | - |
| HSV(B) | 155.17º | 0.15% | 0.78% | - |
| XYZ | 46.53 | 53.6 | 55.47 | - |
| YUV | 189.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 188 | 0.14 | 0 | 0.06 | 0.22 | 155.17 | 0.21 | 0.73 |
| Hex | AB | C8 | BC | E | 0 | 6 | 16 | 9B | 15 | 49 |
| Octal | 253 | 310 | 274 | 16 | 0 | 6 | 26 | 233 | 25 | 111 |
| Binary | 10101011 | 11001000 | 10111100 | 1110 | 0 | 110 | 10110 | 10011011 | 10101 | 1001001 |
Color Harmonies of #ABC8BC
Complementary color
Monochromatic Colors of #ABC8BC
Black with #ABC8BC
Text Example
Text Example
White with #ABC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC8BC; }
p { color: rgb(171,200,188); }
H1.HeaderClassName
{
color: #ABC8BC;
}
.AnyTagClassName
{
color: #ABC8BC;
}
</style>
background-color css
<style>
a { background-color: #ABC8BC; }
a { background-color: rgb(171,200,188); }
div.DivClassName
{
background-color: #ABC8BC;
}
.BgClassName
{
background-color: #ABC8BC;
}
</style>
border-color css
<style>
span { border-color: #ABC8BC; }
span { border-color: rgb(171,200,188); }
td.TdClassName
{
border-color: #ABC8BC;
}
.TagClassName
{
border-color: #ABC8BC;
}
</style>