Shades of Opal #ACC6BD
Tints of Opal #ACC6BD
RGB
CMYK
RGB Variations
Color information
#ACC6BD (or 0xACC6BD) is known color: Opal. HEX triplet: AC, C6 and BD. RGB value is (172,198,189). Sum of RGB (Red+Green+Blue) = 172+198+189=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6BD is #533942. Grayscale: #BDBDBD. Windows color (decimal): -5454147 or 12437164. OLE color: 12437164.
HSL color Cylindrical-coordinate representation of color #ACC6BD: hue angle of 159.23º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC6BD is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 189 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.22 |
| HSL | 159.23º | 0.19% | 0.73% | - |
| HSV(B) | 159.23º | 0.13% | 0.78% | - |
| XYZ | 46.39 | 52.83 | 55.9 | - |
| YUV | 189.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 189 | 0.13 | 0 | 0.05 | 0.22 | 159.23 | 0.19 | 0.73 |
| Hex | AC | C6 | BD | D | 0 | 5 | 16 | 9F | 13 | 49 |
| Octal | 254 | 306 | 275 | 15 | 0 | 5 | 26 | 237 | 23 | 111 |
| Binary | 10101100 | 11000110 | 10111101 | 1101 | 0 | 101 | 10110 | 10011111 | 10011 | 1001001 |
Color Harmonies of #ACC6BD
Complementary color
Monochromatic Colors of #ACC6BD
Black with #ACC6BD
Text Example
Text Example
White with #ACC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC6BD; }
p { color: rgb(172,198,189); }
H1.HeaderClassName
{
color: #ACC6BD;
}
.AnyTagClassName
{
color: #ACC6BD;
}
</style>
background-color css
<style>
a { background-color: #ACC6BD; }
a { background-color: rgb(172,198,189); }
div.DivClassName
{
background-color: #ACC6BD;
}
.BgClassName
{
background-color: #ACC6BD;
}
</style>
border-color css
<style>
span { border-color: #ACC6BD; }
span { border-color: rgb(172,198,189); }
td.TdClassName
{
border-color: #ACC6BD;
}
.TagClassName
{
border-color: #ACC6BD;
}
</style>