Shades of Opal #ACC1BC
Tints of Opal #ACC1BC
RGB
CMYK
RGB Variations
Color information
#ACC1BC (or 0xACC1BC) is known color: Opal. HEX triplet: AC, C1 and BC. RGB value is (172,193,188). Sum of RGB (Red+Green+Blue) = 172+193+188=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1BC is #533E43. Grayscale: #BABABA. Windows color (decimal): -5455428 or 12370348. OLE color: 12370348.
HSL color Cylindrical-coordinate representation of color #ACC1BC: hue angle of 165.71º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC1BC is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 188 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.24 |
| HSL | 165.71º | 0.14% | 0.72% | - |
| HSV(B) | 165.71º | 0.11% | 0.76% | - |
| XYZ | 45.16 | 50.54 | 54.95 | - |
| YUV | 186.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 188 | 0.11 | 0 | 0.03 | 0.24 | 165.71 | 0.14 | 0.72 |
| Hex | AC | C1 | BC | B | 0 | 3 | 18 | A6 | E | 48 |
| Octal | 254 | 301 | 274 | 13 | 0 | 3 | 30 | 246 | 16 | 110 |
| Binary | 10101100 | 11000001 | 10111100 | 1011 | 0 | 11 | 11000 | 10100110 | 1110 | 1001000 |
Color Harmonies of #ACC1BC
Complementary color
Monochromatic Colors of #ACC1BC
Black with #ACC1BC
Text Example
Text Example
White with #ACC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1BC; }
p { color: rgb(172,193,188); }
H1.HeaderClassName
{
color: #ACC1BC;
}
.AnyTagClassName
{
color: #ACC1BC;
}
</style>
background-color css
<style>
a { background-color: #ACC1BC; }
a { background-color: rgb(172,193,188); }
div.DivClassName
{
background-color: #ACC1BC;
}
.BgClassName
{
background-color: #ACC1BC;
}
</style>
border-color css
<style>
span { border-color: #ACC1BC; }
span { border-color: rgb(172,193,188); }
td.TdClassName
{
border-color: #ACC1BC;
}
.TagClassName
{
border-color: #ACC1BC;
}
</style>