Shades of Opal #ACBDBB
Tints of Opal #ACBDBB
RGB
CMYK
RGB Variations
Color information
#ACBDBB (or 0xACBDBB) is known color: Opal. HEX triplet: AC, BD and BB. RGB value is (172,189,187). Sum of RGB (Red+Green+Blue) = 172+189+187=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDBB is #534244. Grayscale: #B7B7B7. Windows color (decimal): -5456453 or 12303788. OLE color: 12303788.
HSL color Cylindrical-coordinate representation of color #ACBDBB: hue angle of 172.94º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBDBB is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
RGB | 172 | 189 | 187 | - |
CMYK | 0.09 | 0 | 0.01 | 0.26 |
HSL | 172.94º | 0.11% | 0.71% | - |
HSV(B) | 172.94º | 0.09% | 0.74% | - |
XYZ | 44.18 | 48.75 | 54.1 | - |
YUV | 183.69 | 129.87 | 119.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 189 | 187 | 0.09 | 0 | 0.01 | 0.26 | 172.94 | 0.11 | 0.71 |
Hex | AC | BD | BB | 9 | 0 | 1 | 1A | AD | B | 47 |
Octal | 254 | 275 | 273 | 11 | 0 | 1 | 32 | 255 | 13 | 107 |
Binary | 10101100 | 10111101 | 10111011 | 1001 | 0 | 1 | 11010 | 10101101 | 1011 | 1000111 |
Color Harmonies of #ACBDBB
Complementary color
Monochromatic Colors of #ACBDBB
Black with #ACBDBB
Text Example
Text Example
White with #ACBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDBB; }
p { color: rgb(172,189,187); }
H1.HeaderClassName
{
color: #ACBDBB;
}
.AnyTagClassName
{
color: #ACBDBB;
}
</style>
background-color css
<style>
a { background-color: #ACBDBB; }
a { background-color: rgb(172,189,187); }
div.DivClassName
{
background-color: #ACBDBB;
}
.BgClassName
{
background-color: #ACBDBB;
}
</style>
border-color css
<style>
span { border-color: #ACBDBB; }
span { border-color: rgb(172,189,187); }
td.TdClassName
{
border-color: #ACBDBB;
}
.TagClassName
{
border-color: #ACBDBB;
}
</style>