Shades of Bali Hai #84A0AB
Tints of Bali Hai #84A0AB
RGB
CMYK
RGB Variations
Color information
#84A0AB (or 0x84A0AB) is known color: Bali Hai. HEX triplet: 84, A0 and AB. RGB value is (132,160,171). Sum of RGB (Red+Green+Blue) = 132+160+171=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #84A0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A0AB is #7B5F54. Grayscale: #989898. Windows color (decimal): -8085333 or 11247748. OLE color: 11247748.
HSL color Cylindrical-coordinate representation of color #84A0AB: hue angle of 196.92º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84A0AB is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 160 | 171 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.33 |
| HSL | 196.92º | 0.19% | 0.59% | - |
| HSV(B) | 196.92º | 0.23% | 0.67% | - |
| XYZ | 29.44 | 32.99 | 43.34 | - |
| YUV | 152.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 171 | 0.23 | 0.06 | 0 | 0.33 | 196.92 | 0.19 | 0.59 |
| Hex | 84 | A0 | AB | 17 | 6 | 0 | 21 | C5 | 13 | 3B |
| Octal | 204 | 240 | 253 | 27 | 6 | 0 | 41 | 305 | 23 | 73 |
| Binary | 10000100 | 10100000 | 10101011 | 10111 | 110 | 0 | 100001 | 11000101 | 10011 | 111011 |
Color Harmonies of #84A0AB
Complementary color
Monochromatic Colors of #84A0AB
Black with #84A0AB
Text Example
Text Example
White with #84A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A0AB; }
p { color: rgb(132,160,171); }
H1.HeaderClassName
{
color: #84A0AB;
}
.AnyTagClassName
{
color: #84A0AB;
}
</style>
background-color css
<style>
a { background-color: #84A0AB; }
a { background-color: rgb(132,160,171); }
div.DivClassName
{
background-color: #84A0AB;
}
.BgClassName
{
background-color: #84A0AB;
}
</style>
border-color css
<style>
span { border-color: #84A0AB; }
span { border-color: rgb(132,160,171); }
td.TdClassName
{
border-color: #84A0AB;
}
.TagClassName
{
border-color: #84A0AB;
}
</style>