Shades of Tiara #ACC9BC
Tints of Tiara #ACC9BC
RGB
CMYK
RGB Variations
Color information
#ACC9BC (or 0xACC9BC) is known color: Tiara. HEX triplet: AC, C9 and BC. RGB value is (172,201,188). Sum of RGB (Red+Green+Blue) = 172+201+188=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9BC is #533643. Grayscale: #BEBEBE. Windows color (decimal): -5453380 or 12372396. OLE color: 12372396.
HSL color Cylindrical-coordinate representation of color #ACC9BC: hue angle of 153.1º 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 #ACC9BC is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 188 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.21 |
| HSL | 153.1º | 0.21% | 0.73% | - |
| HSV(B) | 153.1º | 0.14% | 0.79% | - |
| XYZ | 46.98 | 54.17 | 55.56 | - |
| YUV | 190.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 188 | 0.14 | 0 | 0.06 | 0.21 | 153.1 | 0.21 | 0.73 |
| Hex | AC | C9 | BC | E | 0 | 6 | 15 | 99 | 15 | 49 |
| Octal | 254 | 311 | 274 | 16 | 0 | 6 | 25 | 231 | 25 | 111 |
| Binary | 10101100 | 11001001 | 10111100 | 1110 | 0 | 110 | 10101 | 10011001 | 10101 | 1001001 |
Color Harmonies of #ACC9BC
Complementary color
Monochromatic Colors of #ACC9BC
Black with #ACC9BC
Text Example
Text Example
White with #ACC9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC9BC; }
p { color: rgb(172,201,188); }
H1.HeaderClassName
{
color: #ACC9BC;
}
.AnyTagClassName
{
color: #ACC9BC;
}
</style>
background-color css
<style>
a { background-color: #ACC9BC; }
a { background-color: rgb(172,201,188); }
div.DivClassName
{
background-color: #ACC9BC;
}
.BgClassName
{
background-color: #ACC9BC;
}
</style>
border-color css
<style>
span { border-color: #ACC9BC; }
span { border-color: rgb(172,201,188); }
td.TdClassName
{
border-color: #ACC9BC;
}
.TagClassName
{
border-color: #ACC9BC;
}
</style>