Shades of Opal #ACC2BB
Tints of Opal #ACC2BB
RGB
CMYK
RGB Variations
Color information
#ACC2BB (or 0xACC2BB) is known color: Opal. HEX triplet: AC, C2 and BB. RGB value is (172,194,187). Sum of RGB (Red+Green+Blue) = 172+194+187=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2BB is #533D44. Grayscale: #BABABA. Windows color (decimal): -5455173 or 12305068. OLE color: 12305068.
HSL color Cylindrical-coordinate representation of color #ACC2BB: hue angle of 160.91º 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 #ACC2BB is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 187 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.24 |
| HSL | 160.91º | 0.15% | 0.72% | - |
| HSV(B) | 160.91º | 0.11% | 0.76% | - |
| XYZ | 45.27 | 50.94 | 54.46 | - |
| YUV | 186.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 187 | 0.11 | 0 | 0.04 | 0.24 | 160.91 | 0.15 | 0.72 |
| Hex | AC | C2 | BB | B | 0 | 4 | 18 | A1 | F | 48 |
| Octal | 254 | 302 | 273 | 13 | 0 | 4 | 30 | 241 | 17 | 110 |
| Binary | 10101100 | 11000010 | 10111011 | 1011 | 0 | 100 | 11000 | 10100001 | 1111 | 1001000 |
Color Harmonies of #ACC2BB
Complementary color
Monochromatic Colors of #ACC2BB
Black with #ACC2BB
Text Example
Text Example
White with #ACC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2BB; }
p { color: rgb(172,194,187); }
H1.HeaderClassName
{
color: #ACC2BB;
}
.AnyTagClassName
{
color: #ACC2BB;
}
</style>
background-color css
<style>
a { background-color: #ACC2BB; }
a { background-color: rgb(172,194,187); }
div.DivClassName
{
background-color: #ACC2BB;
}
.BgClassName
{
background-color: #ACC2BB;
}
</style>
border-color css
<style>
span { border-color: #ACC2BB; }
span { border-color: rgb(172,194,187); }
td.TdClassName
{
border-color: #ACC2BB;
}
.TagClassName
{
border-color: #ACC2BB;
}
</style>