Shades of Opal #ACBDB9
Tints of Opal #ACBDB9
RGB
CMYK
RGB Variations
Color information
#ACBDB9 (or 0xACBDB9) is known color: Opal. HEX triplet: AC, BD and B9. RGB value is (172,189,185). Sum of RGB (Red+Green+Blue) = 172+189+185=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDB9 is #534246. Grayscale: #B7B7B7. Windows color (decimal): -5456455 or 12172716. OLE color: 12172716.
HSL color Cylindrical-coordinate representation of color #ACBDB9: hue angle of 165.88º 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 #ACBDB9 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 172 | 189 | 185 | - |
CMYK | 0.09 | 0 | 0.02 | 0.26 |
HSL | 165.88º | 0.11% | 0.71% | - |
HSV(B) | 165.88º | 0.09% | 0.74% | - |
XYZ | 43.97 | 48.67 | 52.98 | - |
YUV | 183.46 | 128.87 | 119.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 189 | 185 | 0.09 | 0 | 0.02 | 0.26 | 165.88 | 0.11 | 0.71 |
Hex | AC | BD | B9 | 9 | 0 | 2 | 1A | A6 | B | 47 |
Octal | 254 | 275 | 271 | 11 | 0 | 2 | 32 | 246 | 13 | 107 |
Binary | 10101100 | 10111101 | 10111001 | 1001 | 0 | 10 | 11010 | 10100110 | 1011 | 1000111 |
Color Harmonies of #ACBDB9
Complementary color
Monochromatic Colors of #ACBDB9
Black with #ACBDB9
Text Example
Text Example
White with #ACBDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDB9; }
p { color: rgb(172,189,185); }
H1.HeaderClassName
{
color: #ACBDB9;
}
.AnyTagClassName
{
color: #ACBDB9;
}
</style>
background-color css
<style>
a { background-color: #ACBDB9; }
a { background-color: rgb(172,189,185); }
div.DivClassName
{
background-color: #ACBDB9;
}
.BgClassName
{
background-color: #ACBDB9;
}
</style>
border-color css
<style>
span { border-color: #ACBDB9; }
span { border-color: rgb(172,189,185); }
td.TdClassName
{
border-color: #ACBDB9;
}
.TagClassName
{
border-color: #ACBDB9;
}
</style>