Shades of Opal #ACC3BB
Tints of Opal #ACC3BB
RGB
CMYK
RGB Variations
Color information
#ACC3BB (or 0xACC3BB) is known color: Opal. HEX triplet: AC, C3 and BB. RGB value is (172,195,187). Sum of RGB (Red+Green+Blue) = 172+195+187=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3BB is #533C44. Grayscale: #BBBBBB. Windows color (decimal): -5454917 or 12305324. OLE color: 12305324.
HSL color Cylindrical-coordinate representation of color #ACC3BB: hue angle of 159.13º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC3BB is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 187 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.24 |
| HSL | 159.13º | 0.16% | 0.72% | - |
| HSV(B) | 159.13º | 0.12% | 0.76% | - |
| XYZ | 45.5 | 51.39 | 54.53 | - |
| YUV | 187.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 187 | 0.12 | 0 | 0.04 | 0.24 | 159.13 | 0.16 | 0.72 |
| Hex | AC | C3 | BB | C | 0 | 4 | 18 | 9F | 10 | 48 |
| Octal | 254 | 303 | 273 | 14 | 0 | 4 | 30 | 237 | 20 | 110 |
| Binary | 10101100 | 11000011 | 10111011 | 1100 | 0 | 100 | 11000 | 10011111 | 10000 | 1001000 |
Color Harmonies of #ACC3BB
Complementary color
Monochromatic Colors of #ACC3BB
Black with #ACC3BB
Text Example
Text Example
White with #ACC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC3BB; }
p { color: rgb(172,195,187); }
H1.HeaderClassName
{
color: #ACC3BB;
}
.AnyTagClassName
{
color: #ACC3BB;
}
</style>
background-color css
<style>
a { background-color: #ACC3BB; }
a { background-color: rgb(172,195,187); }
div.DivClassName
{
background-color: #ACC3BB;
}
.BgClassName
{
background-color: #ACC3BB;
}
</style>
border-color css
<style>
span { border-color: #ACC3BB; }
span { border-color: rgb(172,195,187); }
td.TdClassName
{
border-color: #ACC3BB;
}
.TagClassName
{
border-color: #ACC3BB;
}
</style>