Shades of Opal #ACC2BC
Tints of Opal #ACC2BC
RGB
CMYK
RGB Variations
Color information
#ACC2BC (or 0xACC2BC) is known color: Opal. HEX triplet: AC, C2 and BC. RGB value is (172,194,188). Sum of RGB (Red+Green+Blue) = 172+194+188=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2BC is #533D43. Grayscale: #BABABA. Windows color (decimal): -5455172 or 12370604. OLE color: 12370604.
HSL color Cylindrical-coordinate representation of color #ACC2BC: hue angle of 163.64º degrees, saturation: 0.15, 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 #ACC2BC is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 188 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.24 |
| HSL | 163.64º | 0.15% | 0.72% | - |
| HSV(B) | 163.64º | 0.11% | 0.76% | - |
| XYZ | 45.38 | 50.99 | 55.03 | - |
| YUV | 186.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 188 | 0.11 | 0 | 0.03 | 0.24 | 163.64 | 0.15 | 0.72 |
| Hex | AC | C2 | BC | B | 0 | 3 | 18 | A4 | F | 48 |
| Octal | 254 | 302 | 274 | 13 | 0 | 3 | 30 | 244 | 17 | 110 |
| Binary | 10101100 | 11000010 | 10111100 | 1011 | 0 | 11 | 11000 | 10100100 | 1111 | 1001000 |
Color Harmonies of #ACC2BC
Complementary color
Monochromatic Colors of #ACC2BC
Black with #ACC2BC
Text Example
Text Example
White with #ACC2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2BC; }
p { color: rgb(172,194,188); }
H1.HeaderClassName
{
color: #ACC2BC;
}
.AnyTagClassName
{
color: #ACC2BC;
}
</style>
background-color css
<style>
a { background-color: #ACC2BC; }
a { background-color: rgb(172,194,188); }
div.DivClassName
{
background-color: #ACC2BC;
}
.BgClassName
{
background-color: #ACC2BC;
}
</style>
border-color css
<style>
span { border-color: #ACC2BC; }
span { border-color: rgb(172,194,188); }
td.TdClassName
{
border-color: #ACC2BC;
}
.TagClassName
{
border-color: #ACC2BC;
}
</style>