Shades of Tiara #ABCABC
Tints of Tiara #ABCABC
RGB
CMYK
RGB Variations
Color information
#ABCABC (or 0xABCABC) is known color: Tiara. HEX triplet: AB, CA and BC. RGB value is (171,202,188). Sum of RGB (Red+Green+Blue) = 171+202+188=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCABC is #543543. Grayscale: #BFBFBF. Windows color (decimal): -5518660 or 12372651. OLE color: 12372651.
HSL color Cylindrical-coordinate representation of color #ABCABC: hue angle of 152.9º degrees, saturation: 0.23, 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 #ABCABC is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 188 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.21 |
| HSL | 152.9º | 0.23% | 0.73% | - |
| HSV(B) | 152.9º | 0.15% | 0.79% | - |
| XYZ | 46.99 | 54.53 | 55.63 | - |
| YUV | 191.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 188 | 0.15 | 0 | 0.07 | 0.21 | 152.9 | 0.23 | 0.73 |
| Hex | AB | CA | BC | F | 0 | 7 | 15 | 99 | 17 | 49 |
| Octal | 253 | 312 | 274 | 17 | 0 | 7 | 25 | 231 | 27 | 111 |
| Binary | 10101011 | 11001010 | 10111100 | 1111 | 0 | 111 | 10101 | 10011001 | 10111 | 1001001 |
Color Harmonies of #ABCABC
Complementary color
Monochromatic Colors of #ABCABC
Black with #ABCABC
Text Example
Text Example
White with #ABCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCABC; }
p { color: rgb(171,202,188); }
H1.HeaderClassName
{
color: #ABCABC;
}
.AnyTagClassName
{
color: #ABCABC;
}
</style>
background-color css
<style>
a { background-color: #ABCABC; }
a { background-color: rgb(171,202,188); }
div.DivClassName
{
background-color: #ABCABC;
}
.BgClassName
{
background-color: #ABCABC;
}
</style>
border-color css
<style>
span { border-color: #ABCABC; }
span { border-color: rgb(171,202,188); }
td.TdClassName
{
border-color: #ABCABC;
}
.TagClassName
{
border-color: #ABCABC;
}
</style>