Shades of Bali Hai #84A0AC
Tints of Bali Hai #84A0AC
RGB
CMYK
RGB Variations
Color information
#84A0AC (or 0x84A0AC) is known color: Bali Hai. HEX triplet: 84, A0 and AC. RGB value is (132,160,172). Sum of RGB (Red+Green+Blue) = 132+160+172=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #84A0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A0AC is #7B5F53. Grayscale: #989898. Windows color (decimal): -8085332 or 11313284. OLE color: 11313284.
HSL color Cylindrical-coordinate representation of color #84A0AC: hue angle of 198º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84A0AC is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 160 | 172 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.33 |
| HSL | 198º | 0.19% | 0.6% | - |
| HSV(B) | 198º | 0.23% | 0.67% | - |
| XYZ | 29.53 | 33.03 | 43.85 | - |
| YUV | 153 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 172 | 0.23 | 0.07 | 0 | 0.33 | 198 | 0.19 | 0.6 |
| Hex | 84 | A0 | AC | 17 | 7 | 0 | 21 | C6 | 13 | 3C |
| Octal | 204 | 240 | 254 | 27 | 7 | 0 | 41 | 306 | 23 | 74 |
| Binary | 10000100 | 10100000 | 10101100 | 10111 | 111 | 0 | 100001 | 11000110 | 10011 | 111100 |
Color Harmonies of #84A0AC
Complementary color
Monochromatic Colors of #84A0AC
Black with #84A0AC
Text Example
Text Example
White with #84A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A0AC; }
p { color: rgb(132,160,172); }
H1.HeaderClassName
{
color: #84A0AC;
}
.AnyTagClassName
{
color: #84A0AC;
}
</style>
background-color css
<style>
a { background-color: #84A0AC; }
a { background-color: rgb(132,160,172); }
div.DivClassName
{
background-color: #84A0AC;
}
.BgClassName
{
background-color: #84A0AC;
}
</style>
border-color css
<style>
span { border-color: #84A0AC; }
span { border-color: rgb(132,160,172); }
td.TdClassName
{
border-color: #84A0AC;
}
.TagClassName
{
border-color: #84A0AC;
}
</style>