Shades of Tiara #ACCABC
Tints of Tiara #ACCABC
RGB
CMYK
RGB Variations
Color information
#ACCABC (or 0xACCABC) is known color: Tiara. HEX triplet: AC, CA and BC. RGB value is (172,202,188). Sum of RGB (Red+Green+Blue) = 172+202+188=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCABC is #533543. Grayscale: #BFBFBF. Windows color (decimal): -5453124 or 12372652. OLE color: 12372652.
HSL color Cylindrical-coordinate representation of color #ACCABC: hue angle of 152º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCABC is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 202 | 188 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.21 |
| HSL | 152º | 0.22% | 0.73% | - |
| HSV(B) | 152º | 0.15% | 0.79% | - |
| XYZ | 47.21 | 54.64 | 55.64 | - |
| YUV | 191.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 202 | 188 | 0.15 | 0 | 0.07 | 0.21 | 152 | 0.22 | 0.73 |
| Hex | AC | CA | BC | F | 0 | 7 | 15 | 98 | 16 | 49 |
| Octal | 254 | 312 | 274 | 17 | 0 | 7 | 25 | 230 | 26 | 111 |
| Binary | 10101100 | 11001010 | 10111100 | 1111 | 0 | 111 | 10101 | 10011000 | 10110 | 1001001 |
Color Harmonies of #ACCABC
Complementary color
Monochromatic Colors of #ACCABC
Black with #ACCABC
Text Example
Text Example
White with #ACCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCABC; }
p { color: rgb(172,202,188); }
H1.HeaderClassName
{
color: #ACCABC;
}
.AnyTagClassName
{
color: #ACCABC;
}
</style>
background-color css
<style>
a { background-color: #ACCABC; }
a { background-color: rgb(172,202,188); }
div.DivClassName
{
background-color: #ACCABC;
}
.BgClassName
{
background-color: #ACCABC;
}
</style>
border-color css
<style>
span { border-color: #ACCABC; }
span { border-color: rgb(172,202,188); }
td.TdClassName
{
border-color: #ACCABC;
}
.TagClassName
{
border-color: #ACCABC;
}
</style>