Shades of Tiara #ACC9BB
Tints of Tiara #ACC9BB
RGB
CMYK
RGB Variations
Color information
#ACC9BB (or 0xACC9BB) is known color: Tiara. HEX triplet: AC, C9 and BB. RGB value is (172,201,187). Sum of RGB (Red+Green+Blue) = 172+201+187=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9BB is #533644. Grayscale: #BEBEBE. Windows color (decimal): -5453381 or 12306860. OLE color: 12306860.
HSL color Cylindrical-coordinate representation of color #ACC9BB: hue angle of 151.03º 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 #ACC9BB is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 187 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.21 |
| HSL | 151.03º | 0.21% | 0.73% | - |
| HSV(B) | 151.03º | 0.14% | 0.79% | - |
| XYZ | 46.87 | 54.13 | 54.99 | - |
| YUV | 190.73 | 125.89 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 187 | 0.14 | 0 | 0.07 | 0.21 | 151.03 | 0.21 | 0.73 |
| Hex | AC | C9 | BB | E | 0 | 7 | 15 | 97 | 15 | 49 |
| Octal | 254 | 311 | 273 | 16 | 0 | 7 | 25 | 227 | 25 | 111 |
| Binary | 10101100 | 11001001 | 10111011 | 1110 | 0 | 111 | 10101 | 10010111 | 10101 | 1001001 |
Color Harmonies of #ACC9BB
Complementary color
Monochromatic Colors of #ACC9BB
Black with #ACC9BB
Text Example
Text Example
White with #ACC9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC9BB; }
p { color: rgb(172,201,187); }
H1.HeaderClassName
{
color: #ACC9BB;
}
.AnyTagClassName
{
color: #ACC9BB;
}
</style>
background-color css
<style>
a { background-color: #ACC9BB; }
a { background-color: rgb(172,201,187); }
div.DivClassName
{
background-color: #ACC9BB;
}
.BgClassName
{
background-color: #ACC9BB;
}
</style>
border-color css
<style>
span { border-color: #ACC9BB; }
span { border-color: rgb(172,201,187); }
td.TdClassName
{
border-color: #ACC9BB;
}
.TagClassName
{
border-color: #ACC9BB;
}
</style>