Shades of Opal #ACBEB9
Tints of Opal #ACBEB9
RGB
CMYK
RGB Variations
Color information
#ACBEB9 (or 0xACBEB9) is known color: Opal. HEX triplet: AC, BE and B9. RGB value is (172,190,185). Sum of RGB (Red+Green+Blue) = 172+190+185=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEB9 is #534146. Grayscale: #B8B8B8. Windows color (decimal): -5456199 or 12172972. OLE color: 12172972.
HSL color Cylindrical-coordinate representation of color #ACBEB9: hue angle of 163.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBEB9 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 190 | 185 | - |
CMYK | 0.09 | 0 | 0.03 | 0.25 |
HSL | 163.33º | 0.12% | 0.71% | - |
HSV(B) | 163.33º | 0.09% | 0.75% | - |
XYZ | 44.18 | 49.1 | 53.05 | - |
YUV | 184.05 | 128.54 | 119.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 190 | 185 | 0.09 | 0 | 0.03 | 0.25 | 163.33 | 0.12 | 0.71 |
Hex | AC | BE | B9 | 9 | 0 | 3 | 19 | A3 | C | 47 |
Octal | 254 | 276 | 271 | 11 | 0 | 3 | 31 | 243 | 14 | 107 |
Binary | 10101100 | 10111110 | 10111001 | 1001 | 0 | 11 | 11001 | 10100011 | 1100 | 1000111 |
Color Harmonies of #ACBEB9
Complementary color
Monochromatic Colors of #ACBEB9
Black with #ACBEB9
Text Example
Text Example
White with #ACBEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBEB9; }
p { color: rgb(172,190,185); }
H1.HeaderClassName
{
color: #ACBEB9;
}
.AnyTagClassName
{
color: #ACBEB9;
}
</style>
background-color css
<style>
a { background-color: #ACBEB9; }
a { background-color: rgb(172,190,185); }
div.DivClassName
{
background-color: #ACBEB9;
}
.BgClassName
{
background-color: #ACBEB9;
}
</style>
border-color css
<style>
span { border-color: #ACBEB9; }
span { border-color: rgb(172,190,185); }
td.TdClassName
{
border-color: #ACBEB9;
}
.TagClassName
{
border-color: #ACBEB9;
}
</style>