Shades of Opal #ACC1BD
Tints of Opal #ACC1BD
RGB
CMYK
RGB Variations
Color information
#ACC1BD (or 0xACC1BD) is known color: Opal. HEX triplet: AC, C1 and BD. RGB value is (172,193,189). Sum of RGB (Red+Green+Blue) = 172+193+189=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1BD is #533E42. Grayscale: #BABABA. Windows color (decimal): -5455427 or 12435884. OLE color: 12435884.
HSL color Cylindrical-coordinate representation of color #ACC1BD: hue angle of 168.57º 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 #ACC1BD is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 189 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.24 |
| HSL | 168.57º | 0.14% | 0.72% | - |
| HSV(B) | 168.57º | 0.11% | 0.76% | - |
| XYZ | 45.27 | 50.58 | 55.52 | - |
| YUV | 186.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 189 | 0.11 | 0 | 0.02 | 0.24 | 168.57 | 0.14 | 0.72 |
| Hex | AC | C1 | BD | B | 0 | 2 | 18 | A9 | E | 48 |
| Octal | 254 | 301 | 275 | 13 | 0 | 2 | 30 | 251 | 16 | 110 |
| Binary | 10101100 | 11000001 | 10111101 | 1011 | 0 | 10 | 11000 | 10101001 | 1110 | 1001000 |
Color Harmonies of #ACC1BD
Complementary color
Monochromatic Colors of #ACC1BD
Black with #ACC1BD
Text Example
Text Example
White with #ACC1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1BD; }
p { color: rgb(172,193,189); }
H1.HeaderClassName
{
color: #ACC1BD;
}
.AnyTagClassName
{
color: #ACC1BD;
}
</style>
background-color css
<style>
a { background-color: #ACC1BD; }
a { background-color: rgb(172,193,189); }
div.DivClassName
{
background-color: #ACC1BD;
}
.BgClassName
{
background-color: #ACC1BD;
}
</style>
border-color css
<style>
span { border-color: #ACC1BD; }
span { border-color: rgb(172,193,189); }
td.TdClassName
{
border-color: #ACC1BD;
}
.TagClassName
{
border-color: #ACC1BD;
}
</style>