Shades of Bali Hai #84A1AA
Tints of Bali Hai #84A1AA
RGB
CMYK
RGB Variations
Color information
#84A1AA (or 0x84A1AA) is known color: Bali Hai. HEX triplet: 84, A1 and AA. RGB value is (132,161,170). Sum of RGB (Red+Green+Blue) = 132+161+170=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #84A1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A1AA is #7B5E55. Grayscale: #999999. Windows color (decimal): -8085078 or 11182468. OLE color: 11182468.
HSL color Cylindrical-coordinate representation of color #84A1AA: hue angle of 194.21º 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 #84A1AA is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 161 | 170 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.33 |
| HSL | 194.21º | 0.18% | 0.59% | - |
| HSV(B) | 194.21º | 0.22% | 0.67% | - |
| XYZ | 29.52 | 33.3 | 42.9 | - |
| YUV | 153.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 170 | 0.22 | 0.05 | 0 | 0.33 | 194.21 | 0.18 | 0.59 |
| Hex | 84 | A1 | AA | 16 | 5 | 0 | 21 | C2 | 12 | 3B |
| Octal | 204 | 241 | 252 | 26 | 5 | 0 | 41 | 302 | 22 | 73 |
| Binary | 10000100 | 10100001 | 10101010 | 10110 | 101 | 0 | 100001 | 11000010 | 10010 | 111011 |
Color Harmonies of #84A1AA
Complementary color
Monochromatic Colors of #84A1AA
Black with #84A1AA
Text Example
Text Example
White with #84A1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A1AA; }
p { color: rgb(132,161,170); }
H1.HeaderClassName
{
color: #84A1AA;
}
.AnyTagClassName
{
color: #84A1AA;
}
</style>
background-color css
<style>
a { background-color: #84A1AA; }
a { background-color: rgb(132,161,170); }
div.DivClassName
{
background-color: #84A1AA;
}
.BgClassName
{
background-color: #84A1AA;
}
</style>
border-color css
<style>
span { border-color: #84A1AA; }
span { border-color: rgb(132,161,170); }
td.TdClassName
{
border-color: #84A1AA;
}
.TagClassName
{
border-color: #84A1AA;
}
</style>