Shades of Opal #ACBEBC
Tints of Opal #ACBEBC
RGB
CMYK
RGB Variations
Color information
#ACBEBC (or 0xACBEBC) is known color: Opal. HEX triplet: AC, BE and BC. RGB value is (172,190,188). Sum of RGB (Red+Green+Blue) = 172+190+188=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEBC is #534143. Grayscale: #B8B8B8. Windows color (decimal): -5456196 or 12369580. OLE color: 12369580.
HSL color Cylindrical-coordinate representation of color #ACBEBC: hue angle of 173.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 #ACBEBC is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 190 | 188 | - |
CMYK | 0.09 | 0 | 0.01 | 0.25 |
HSL | 173.33º | 0.12% | 0.71% | - |
HSV(B) | 173.33º | 0.09% | 0.75% | - |
XYZ | 44.5 | 49.23 | 54.73 | - |
YUV | 184.39 | 130.04 | 119.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 190 | 188 | 0.09 | 0 | 0.01 | 0.25 | 173.33 | 0.12 | 0.71 |
Hex | AC | BE | BC | 9 | 0 | 1 | 19 | AD | C | 47 |
Octal | 254 | 276 | 274 | 11 | 0 | 1 | 31 | 255 | 14 | 107 |
Binary | 10101100 | 10111110 | 10111100 | 1001 | 0 | 1 | 11001 | 10101101 | 1100 | 1000111 |
Color Harmonies of #ACBEBC
Complementary color
Monochromatic Colors of #ACBEBC
Black with #ACBEBC
Text Example
Text Example
White with #ACBEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBEBC; }
p { color: rgb(172,190,188); }
H1.HeaderClassName
{
color: #ACBEBC;
}
.AnyTagClassName
{
color: #ACBEBC;
}
</style>
background-color css
<style>
a { background-color: #ACBEBC; }
a { background-color: rgb(172,190,188); }
div.DivClassName
{
background-color: #ACBEBC;
}
.BgClassName
{
background-color: #ACBEBC;
}
</style>
border-color css
<style>
span { border-color: #ACBEBC; }
span { border-color: rgb(172,190,188); }
td.TdClassName
{
border-color: #ACBEBC;
}
.TagClassName
{
border-color: #ACBEBC;
}
</style>