Shades of Opal #ABCABD
Tints of Opal #ABCABD
RGB
CMYK
RGB Variations
Color information
#ABCABD (or 0xABCABD) is known color: Opal. HEX triplet: AB, CA and BD. RGB value is (171,202,189). Sum of RGB (Red+Green+Blue) = 171+202+189=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCABD is #543542. Grayscale: #BFBFBF. Windows color (decimal): -5518659 or 12438187. OLE color: 12438187.
HSL color Cylindrical-coordinate representation of color #ABCABD: hue angle of 154.84º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABCABD is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 189 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.21 |
| HSL | 154.84º | 0.23% | 0.73% | - |
| HSV(B) | 154.84º | 0.15% | 0.79% | - |
| XYZ | 47.1 | 54.57 | 56.2 | - |
| YUV | 191.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 189 | 0.15 | 0 | 0.06 | 0.21 | 154.84 | 0.23 | 0.73 |
| Hex | AB | CA | BD | F | 0 | 6 | 15 | 9B | 17 | 49 |
| Octal | 253 | 312 | 275 | 17 | 0 | 6 | 25 | 233 | 27 | 111 |
| Binary | 10101011 | 11001010 | 10111101 | 1111 | 0 | 110 | 10101 | 10011011 | 10111 | 1001001 |
Color Harmonies of #ABCABD
Complementary color
Monochromatic Colors of #ABCABD
Black with #ABCABD
Text Example
Text Example
White with #ABCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCABD; }
p { color: rgb(171,202,189); }
H1.HeaderClassName
{
color: #ABCABD;
}
.AnyTagClassName
{
color: #ABCABD;
}
</style>
background-color css
<style>
a { background-color: #ABCABD; }
a { background-color: rgb(171,202,189); }
div.DivClassName
{
background-color: #ABCABD;
}
.BgClassName
{
background-color: #ABCABD;
}
</style>
border-color css
<style>
span { border-color: #ABCABD; }
span { border-color: rgb(171,202,189); }
td.TdClassName
{
border-color: #ABCABD;
}
.TagClassName
{
border-color: #ABCABD;
}
</style>