Shades of Opal #ABCABF
Tints of Opal #ABCABF
RGB
CMYK
RGB Variations
Color information
#ABCABF (or 0xABCABF) is known color: Opal. HEX triplet: AB, CA and BF. RGB value is (171,202,191). Sum of RGB (Red+Green+Blue) = 171+202+191=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCABF is #543540. Grayscale: #BFBFBF. Windows color (decimal): -5518657 or 12569259. OLE color: 12569259.
HSL color Cylindrical-coordinate representation of color #ABCABF: hue angle of 158.71º 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 #ABCABF is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 191 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.21 |
| HSL | 158.71º | 0.23% | 0.73% | - |
| HSV(B) | 158.71º | 0.15% | 0.79% | - |
| XYZ | 47.32 | 54.66 | 57.35 | - |
| YUV | 191.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 191 | 0.15 | 0 | 0.05 | 0.21 | 158.71 | 0.23 | 0.73 |
| Hex | AB | CA | BF | F | 0 | 5 | 15 | 9F | 17 | 49 |
| Octal | 253 | 312 | 277 | 17 | 0 | 5 | 25 | 237 | 27 | 111 |
| Binary | 10101011 | 11001010 | 10111111 | 1111 | 0 | 101 | 10101 | 10011111 | 10111 | 1001001 |
Color Harmonies of #ABCABF
Complementary color
Monochromatic Colors of #ABCABF
Black with #ABCABF
Text Example
Text Example
White with #ABCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCABF; }
p { color: rgb(171,202,191); }
H1.HeaderClassName
{
color: #ABCABF;
}
.AnyTagClassName
{
color: #ABCABF;
}
</style>
background-color css
<style>
a { background-color: #ABCABF; }
a { background-color: rgb(171,202,191); }
div.DivClassName
{
background-color: #ABCABF;
}
.BgClassName
{
background-color: #ABCABF;
}
</style>
border-color css
<style>
span { border-color: #ABCABF; }
span { border-color: rgb(171,202,191); }
td.TdClassName
{
border-color: #ABCABF;
}
.TagClassName
{
border-color: #ABCABF;
}
</style>