Shades of Opal #ACC9BD
Tints of Opal #ACC9BD
RGB
CMYK
RGB Variations
Color information
#ACC9BD (or 0xACC9BD) is known color: Opal. HEX triplet: AC, C9 and BD. RGB value is (172,201,189). Sum of RGB (Red+Green+Blue) = 172+201+189=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9BD is #533642. Grayscale: #BEBEBE. Windows color (decimal): -5453379 or 12437932. OLE color: 12437932.
HSL color Cylindrical-coordinate representation of color #ACC9BD: hue angle of 155.17º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC9BD is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 189 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.21 |
| HSL | 155.17º | 0.21% | 0.73% | - |
| HSV(B) | 155.17º | 0.14% | 0.79% | - |
| XYZ | 47.09 | 54.22 | 56.13 | - |
| YUV | 190.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 189 | 0.14 | 0 | 0.06 | 0.21 | 155.17 | 0.21 | 0.73 |
| Hex | AC | C9 | BD | E | 0 | 6 | 15 | 9B | 15 | 49 |
| Octal | 254 | 311 | 275 | 16 | 0 | 6 | 25 | 233 | 25 | 111 |
| Binary | 10101100 | 11001001 | 10111101 | 1110 | 0 | 110 | 10101 | 10011011 | 10101 | 1001001 |
Color Harmonies of #ACC9BD
Complementary color
Monochromatic Colors of #ACC9BD
Black with #ACC9BD
Text Example
Text Example
White with #ACC9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC9BD; }
p { color: rgb(172,201,189); }
H1.HeaderClassName
{
color: #ACC9BD;
}
.AnyTagClassName
{
color: #ACC9BD;
}
</style>
background-color css
<style>
a { background-color: #ACC9BD; }
a { background-color: rgb(172,201,189); }
div.DivClassName
{
background-color: #ACC9BD;
}
.BgClassName
{
background-color: #ACC9BD;
}
</style>
border-color css
<style>
span { border-color: #ACC9BD; }
span { border-color: rgb(172,201,189); }
td.TdClassName
{
border-color: #ACC9BD;
}
.TagClassName
{
border-color: #ACC9BD;
}
</style>