Shades of Tiara #ABC8BA
Tints of Tiara #ABC8BA
RGB
CMYK
RGB Variations
Color information
#ABC8BA (or 0xABC8BA) is known color: Tiara. HEX triplet: AB, C8 and BA. RGB value is (171,200,186). Sum of RGB (Red+Green+Blue) = 171+200+186=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8BA is #543745. Grayscale: #BDBDBD. Windows color (decimal): -5519174 or 12241067. OLE color: 12241067.
HSL color Cylindrical-coordinate representation of color #ABC8BA: hue angle of 151.03º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC8BA is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 200 | 186 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.22 |
| HSL | 151.03º | 0.21% | 0.73% | - |
| HSV(B) | 151.03º | 0.15% | 0.78% | - |
| XYZ | 46.31 | 53.51 | 54.34 | - |
| YUV | 189.73 | 125.89 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 186 | 0.14 | 0 | 0.07 | 0.22 | 151.03 | 0.21 | 0.73 |
| Hex | AB | C8 | BA | E | 0 | 7 | 16 | 97 | 15 | 49 |
| Octal | 253 | 310 | 272 | 16 | 0 | 7 | 26 | 227 | 25 | 111 |
| Binary | 10101011 | 11001000 | 10111010 | 1110 | 0 | 111 | 10110 | 10010111 | 10101 | 1001001 |
Color Harmonies of #ABC8BA
Complementary color
Monochromatic Colors of #ABC8BA
Black with #ABC8BA
Text Example
Text Example
White with #ABC8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC8BA; }
p { color: rgb(171,200,186); }
H1.HeaderClassName
{
color: #ABC8BA;
}
.AnyTagClassName
{
color: #ABC8BA;
}
</style>
background-color css
<style>
a { background-color: #ABC8BA; }
a { background-color: rgb(171,200,186); }
div.DivClassName
{
background-color: #ABC8BA;
}
.BgClassName
{
background-color: #ABC8BA;
}
</style>
border-color css
<style>
span { border-color: #ABC8BA; }
span { border-color: rgb(171,200,186); }
td.TdClassName
{
border-color: #ABC8BA;
}
.TagClassName
{
border-color: #ABC8BA;
}
</style>