Shades of Opal #ABCDBF
Tints of Opal #ABCDBF
RGB
CMYK
RGB Variations
Color information
#ABCDBF (or 0xABCDBF) is known color: Opal. HEX triplet: AB, CD and BF. RGB value is (171,205,191). Sum of RGB (Red+Green+Blue) = 171+205+191=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDBF is #543240. Grayscale: #C1C1C1. Windows color (decimal): -5517889 or 12570027. OLE color: 12570027.
HSL color Cylindrical-coordinate representation of color #ABCDBF: hue angle of 155.29º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCDBF is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 191 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.20 |
| HSL | 155.29º | 0.25% | 0.74% | - |
| HSV(B) | 155.29º | 0.17% | 0.8% | - |
| XYZ | 48.03 | 56.08 | 57.58 | - |
| YUV | 193.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 191 | 0.17 | 0 | 0.07 | 0.20 | 155.29 | 0.25 | 0.74 |
| Hex | AB | CD | BF | 11 | 0 | 7 | 14 | 9B | 19 | 4A |
| Octal | 253 | 315 | 277 | 21 | 0 | 7 | 24 | 233 | 31 | 112 |
| Binary | 10101011 | 11001101 | 10111111 | 10001 | 0 | 111 | 10100 | 10011011 | 11001 | 1001010 |
Color Harmonies of #ABCDBF
Complementary color
Monochromatic Colors of #ABCDBF
Black with #ABCDBF
Text Example
Text Example
White with #ABCDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDBF; }
p { color: rgb(171,205,191); }
H1.HeaderClassName
{
color: #ABCDBF;
}
.AnyTagClassName
{
color: #ABCDBF;
}
</style>
background-color css
<style>
a { background-color: #ABCDBF; }
a { background-color: rgb(171,205,191); }
div.DivClassName
{
background-color: #ABCDBF;
}
.BgClassName
{
background-color: #ABCDBF;
}
</style>
border-color css
<style>
span { border-color: #ABCDBF; }
span { border-color: rgb(171,205,191); }
td.TdClassName
{
border-color: #ABCDBF;
}
.TagClassName
{
border-color: #ABCDBF;
}
</style>