Shades of Opal #ACC0BB
Tints of Opal #ACC0BB
RGB
CMYK
RGB Variations
Color information
#ACC0BB (or 0xACC0BB) is known color: Opal. HEX triplet: AC, C0 and BB. RGB value is (172,192,187). Sum of RGB (Red+Green+Blue) = 172+192+187=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0BB is #533F44. Grayscale: #B9B9B9. Windows color (decimal): -5455685 or 12304556. OLE color: 12304556.
HSL color Cylindrical-coordinate representation of color #ACC0BB: hue angle of 165º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACC0BB is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 187 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.25 |
| HSL | 165º | 0.14% | 0.71% | - |
| HSV(B) | 165º | 0.1% | 0.75% | - |
| XYZ | 44.83 | 50.06 | 54.31 | - |
| YUV | 185.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 187 | 0.10 | 0 | 0.03 | 0.25 | 165 | 0.14 | 0.71 |
| Hex | AC | C0 | BB | A | 0 | 3 | 19 | A5 | E | 47 |
| Octal | 254 | 300 | 273 | 12 | 0 | 3 | 31 | 245 | 16 | 107 |
| Binary | 10101100 | 11000000 | 10111011 | 1010 | 0 | 11 | 11001 | 10100101 | 1110 | 1000111 |
Color Harmonies of #ACC0BB
Complementary color
Monochromatic Colors of #ACC0BB
Black with #ACC0BB
Text Example
Text Example
White with #ACC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0BB; }
p { color: rgb(172,192,187); }
H1.HeaderClassName
{
color: #ACC0BB;
}
.AnyTagClassName
{
color: #ACC0BB;
}
</style>
background-color css
<style>
a { background-color: #ACC0BB; }
a { background-color: rgb(172,192,187); }
div.DivClassName
{
background-color: #ACC0BB;
}
.BgClassName
{
background-color: #ACC0BB;
}
</style>
border-color css
<style>
span { border-color: #ACC0BB; }
span { border-color: rgb(172,192,187); }
td.TdClassName
{
border-color: #ACC0BB;
}
.TagClassName
{
border-color: #ACC0BB;
}
</style>