Shades of Opal #ACC7BD
Tints of Opal #ACC7BD
RGB
CMYK
RGB Variations
Color information
#ACC7BD (or 0xACC7BD) is known color: Opal. HEX triplet: AC, C7 and BD. RGB value is (172,199,189). Sum of RGB (Red+Green+Blue) = 172+199+189=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7BD is #533842. Grayscale: #BDBDBD. Windows color (decimal): -5453891 or 12437420. OLE color: 12437420.
HSL color Cylindrical-coordinate representation of color #ACC7BD: hue angle of 157.78º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC7BD is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 189 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.22 |
| HSL | 157.78º | 0.19% | 0.73% | - |
| HSV(B) | 157.78º | 0.14% | 0.78% | - |
| XYZ | 46.62 | 53.29 | 55.97 | - |
| YUV | 189.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 189 | 0.14 | 0 | 0.05 | 0.22 | 157.78 | 0.19 | 0.73 |
| Hex | AC | C7 | BD | E | 0 | 5 | 16 | 9E | 13 | 49 |
| Octal | 254 | 307 | 275 | 16 | 0 | 5 | 26 | 236 | 23 | 111 |
| Binary | 10101100 | 11000111 | 10111101 | 1110 | 0 | 101 | 10110 | 10011110 | 10011 | 1001001 |
Color Harmonies of #ACC7BD
Complementary color
Monochromatic Colors of #ACC7BD
Black with #ACC7BD
Text Example
Text Example
White with #ACC7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC7BD; }
p { color: rgb(172,199,189); }
H1.HeaderClassName
{
color: #ACC7BD;
}
.AnyTagClassName
{
color: #ACC7BD;
}
</style>
background-color css
<style>
a { background-color: #ACC7BD; }
a { background-color: rgb(172,199,189); }
div.DivClassName
{
background-color: #ACC7BD;
}
.BgClassName
{
background-color: #ACC7BD;
}
</style>
border-color css
<style>
span { border-color: #ACC7BD; }
span { border-color: rgb(172,199,189); }
td.TdClassName
{
border-color: #ACC7BD;
}
.TagClassName
{
border-color: #ACC7BD;
}
</style>