Shades of Opal #ACC1BB
Tints of Opal #ACC1BB
RGB
CMYK
RGB Variations
Color information
#ACC1BB (or 0xACC1BB) is known color: Opal. HEX triplet: AC, C1 and BB. RGB value is (172,193,187). Sum of RGB (Red+Green+Blue) = 172+193+187=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1BB is #533E44. Grayscale: #BABABA. Windows color (decimal): -5455429 or 12304812. OLE color: 12304812.
HSL color Cylindrical-coordinate representation of color #ACC1BB: hue angle of 162.86º 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 #ACC1BB is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 187 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.24 |
| HSL | 162.86º | 0.14% | 0.72% | - |
| HSV(B) | 162.86º | 0.11% | 0.76% | - |
| XYZ | 45.05 | 50.5 | 54.39 | - |
| YUV | 186.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 187 | 0.11 | 0 | 0.03 | 0.24 | 162.86 | 0.14 | 0.72 |
| Hex | AC | C1 | BB | B | 0 | 3 | 18 | A3 | E | 48 |
| Octal | 254 | 301 | 273 | 13 | 0 | 3 | 30 | 243 | 16 | 110 |
| Binary | 10101100 | 11000001 | 10111011 | 1011 | 0 | 11 | 11000 | 10100011 | 1110 | 1001000 |
Color Harmonies of #ACC1BB
Complementary color
Monochromatic Colors of #ACC1BB
Black with #ACC1BB
Text Example
Text Example
White with #ACC1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1BB; }
p { color: rgb(172,193,187); }
H1.HeaderClassName
{
color: #ACC1BB;
}
.AnyTagClassName
{
color: #ACC1BB;
}
</style>
background-color css
<style>
a { background-color: #ACC1BB; }
a { background-color: rgb(172,193,187); }
div.DivClassName
{
background-color: #ACC1BB;
}
.BgClassName
{
background-color: #ACC1BB;
}
</style>
border-color css
<style>
span { border-color: #ACC1BB; }
span { border-color: rgb(172,193,187); }
td.TdClassName
{
border-color: #ACC1BB;
}
.TagClassName
{
border-color: #ACC1BB;
}
</style>