Shades of Bali Hai #84A0AA
Tints of Bali Hai #84A0AA
RGB
CMYK
RGB Variations
Color information
#84A0AA (or 0x84A0AA) is known color: Bali Hai. HEX triplet: 84, A0 and AA. RGB value is (132,160,170). Sum of RGB (Red+Green+Blue) = 132+160+170=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #84A0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A0AA is #7B5F55. Grayscale: #989898. Windows color (decimal): -8085334 or 11182212. OLE color: 11182212.
HSL color Cylindrical-coordinate representation of color #84A0AA: hue angle of 195.79º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84A0AA is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 160 | 170 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.33 |
| HSL | 195.79º | 0.18% | 0.59% | - |
| HSV(B) | 195.79º | 0.22% | 0.67% | - |
| XYZ | 29.34 | 32.95 | 42.84 | - |
| YUV | 152.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 170 | 0.22 | 0.06 | 0 | 0.33 | 195.79 | 0.18 | 0.59 |
| Hex | 84 | A0 | AA | 16 | 6 | 0 | 21 | C4 | 12 | 3B |
| Octal | 204 | 240 | 252 | 26 | 6 | 0 | 41 | 304 | 22 | 73 |
| Binary | 10000100 | 10100000 | 10101010 | 10110 | 110 | 0 | 100001 | 11000100 | 10010 | 111011 |
Color Harmonies of #84A0AA
Complementary color
Monochromatic Colors of #84A0AA
Black with #84A0AA
Text Example
Text Example
White with #84A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A0AA; }
p { color: rgb(132,160,170); }
H1.HeaderClassName
{
color: #84A0AA;
}
.AnyTagClassName
{
color: #84A0AA;
}
</style>
background-color css
<style>
a { background-color: #84A0AA; }
a { background-color: rgb(132,160,170); }
div.DivClassName
{
background-color: #84A0AA;
}
.BgClassName
{
background-color: #84A0AA;
}
</style>
border-color css
<style>
span { border-color: #84A0AA; }
span { border-color: rgb(132,160,170); }
td.TdClassName
{
border-color: #84A0AA;
}
.TagClassName
{
border-color: #84A0AA;
}
</style>