Shades of Opal #ABC4BD
Tints of Opal #ABC4BD
RGB
CMYK
RGB Variations
Color information
#ABC4BD (or 0xABC4BD) is known color: Opal. HEX triplet: AB, C4 and BD. RGB value is (171,196,189). Sum of RGB (Red+Green+Blue) = 171+196+189=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC4BD is #543B42. Grayscale: #BBBBBB. Windows color (decimal): -5520195 or 12436651. OLE color: 12436651.
HSL color Cylindrical-coordinate representation of color #ABC4BD: hue angle of 163.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC4BD is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 189 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.23 |
| HSL | 163.2º | 0.17% | 0.72% | - |
| HSV(B) | 163.2º | 0.13% | 0.77% | - |
| XYZ | 45.72 | 51.81 | 55.74 | - |
| YUV | 187.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 189 | 0.13 | 0 | 0.04 | 0.23 | 163.2 | 0.17 | 0.72 |
| Hex | AB | C4 | BD | D | 0 | 4 | 17 | A3 | 11 | 48 |
| Octal | 253 | 304 | 275 | 15 | 0 | 4 | 27 | 243 | 21 | 110 |
| Binary | 10101011 | 11000100 | 10111101 | 1101 | 0 | 100 | 10111 | 10100011 | 10001 | 1001000 |
Color Harmonies of #ABC4BD
Complementary color
Monochromatic Colors of #ABC4BD
Black with #ABC4BD
Text Example
Text Example
White with #ABC4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC4BD; }
p { color: rgb(171,196,189); }
H1.HeaderClassName
{
color: #ABC4BD;
}
.AnyTagClassName
{
color: #ABC4BD;
}
</style>
background-color css
<style>
a { background-color: #ABC4BD; }
a { background-color: rgb(171,196,189); }
div.DivClassName
{
background-color: #ABC4BD;
}
.BgClassName
{
background-color: #ABC4BD;
}
</style>
border-color css
<style>
span { border-color: #ABC4BD; }
span { border-color: rgb(171,196,189); }
td.TdClassName
{
border-color: #ABC4BD;
}
.TagClassName
{
border-color: #ABC4BD;
}
</style>