Shades of Opal #ACC5BB
Tints of Opal #ACC5BB
RGB
CMYK
RGB Variations
Color information
#ACC5BB (or 0xACC5BB) is known color: Opal. HEX triplet: AC, C5 and BB. RGB value is (172,197,187). Sum of RGB (Red+Green+Blue) = 172+197+187=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5BB is #533A44. Grayscale: #BCBCBC. Windows color (decimal): -5454405 or 12305836. OLE color: 12305836.
HSL color Cylindrical-coordinate representation of color #ACC5BB: hue angle of 156º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC5BB is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 187 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.23 |
| HSL | 156º | 0.18% | 0.72% | - |
| HSV(B) | 156º | 0.13% | 0.77% | - |
| XYZ | 45.95 | 52.29 | 54.69 | - |
| YUV | 188.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 187 | 0.13 | 0 | 0.05 | 0.23 | 156 | 0.18 | 0.72 |
| Hex | AC | C5 | BB | D | 0 | 5 | 17 | 9C | 12 | 48 |
| Octal | 254 | 305 | 273 | 15 | 0 | 5 | 27 | 234 | 22 | 110 |
| Binary | 10101100 | 11000101 | 10111011 | 1101 | 0 | 101 | 10111 | 10011100 | 10010 | 1001000 |
Color Harmonies of #ACC5BB
Complementary color
Monochromatic Colors of #ACC5BB
Black with #ACC5BB
Text Example
Text Example
White with #ACC5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5BB; }
p { color: rgb(172,197,187); }
H1.HeaderClassName
{
color: #ACC5BB;
}
.AnyTagClassName
{
color: #ACC5BB;
}
</style>
background-color css
<style>
a { background-color: #ACC5BB; }
a { background-color: rgb(172,197,187); }
div.DivClassName
{
background-color: #ACC5BB;
}
.BgClassName
{
background-color: #ACC5BB;
}
</style>
border-color css
<style>
span { border-color: #ACC5BB; }
span { border-color: rgb(172,197,187); }
td.TdClassName
{
border-color: #ACC5BB;
}
.TagClassName
{
border-color: #ACC5BB;
}
</style>