Shades of Opal #ABCEBF
Tints of Opal #ABCEBF
RGB
CMYK
RGB Variations
Color information
#ABCEBF (or 0xABCEBF) is known color: Opal. HEX triplet: AB, CE and BF. RGB value is (171,206,191). Sum of RGB (Red+Green+Blue) = 171+206+191=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCEBF is #543140. Grayscale: #C1C1C1. Windows color (decimal): -5517633 or 12570283. OLE color: 12570283.
HSL color Cylindrical-coordinate representation of color #ABCEBF: hue angle of 154.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCEBF is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 191 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.19 |
| HSL | 154.29º | 0.26% | 0.74% | - |
| HSV(B) | 154.29º | 0.17% | 0.81% | - |
| XYZ | 48.27 | 56.56 | 57.66 | - |
| YUV | 193.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 191 | 0.17 | 0 | 0.07 | 0.19 | 154.29 | 0.26 | 0.74 |
| Hex | AB | CE | BF | 11 | 0 | 7 | 13 | 9A | 1A | 4A |
| Octal | 253 | 316 | 277 | 21 | 0 | 7 | 23 | 232 | 32 | 112 |
| Binary | 10101011 | 11001110 | 10111111 | 10001 | 0 | 111 | 10011 | 10011010 | 11010 | 1001010 |
Color Harmonies of #ABCEBF
Complementary color
Monochromatic Colors of #ABCEBF
Black with #ABCEBF
Text Example
Text Example
White with #ABCEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCEBF; }
p { color: rgb(171,206,191); }
H1.HeaderClassName
{
color: #ABCEBF;
}
.AnyTagClassName
{
color: #ABCEBF;
}
</style>
background-color css
<style>
a { background-color: #ABCEBF; }
a { background-color: rgb(171,206,191); }
div.DivClassName
{
background-color: #ABCEBF;
}
.BgClassName
{
background-color: #ABCEBF;
}
</style>
border-color css
<style>
span { border-color: #ABCEBF; }
span { border-color: rgb(171,206,191); }
td.TdClassName
{
border-color: #ABCEBF;
}
.TagClassName
{
border-color: #ABCEBF;
}
</style>