Shades of Bali Hai #84A2AB
Tints of Bali Hai #84A2AB
RGB
CMYK
RGB Variations
Color information
#84A2AB (or 0x84A2AB) is known color: Bali Hai. HEX triplet: 84, A2 and AB. RGB value is (132,162,171). Sum of RGB (Red+Green+Blue) = 132+162+171=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #84A2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A2AB is #7B5D54. Grayscale: #999999. Windows color (decimal): -8084821 or 11248260. OLE color: 11248260.
HSL color Cylindrical-coordinate representation of color #84A2AB: hue angle of 193.85º 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 #84A2AB is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 162 | 171 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.33 |
| HSL | 193.85º | 0.19% | 0.59% | - |
| HSV(B) | 193.85º | 0.23% | 0.67% | - |
| XYZ | 29.79 | 33.69 | 43.46 | - |
| YUV | 154.06 | 137.56 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 171 | 0.23 | 0.05 | 0 | 0.33 | 193.85 | 0.19 | 0.59 |
| Hex | 84 | A2 | AB | 17 | 5 | 0 | 21 | C2 | 13 | 3B |
| Octal | 204 | 242 | 253 | 27 | 5 | 0 | 41 | 302 | 23 | 73 |
| Binary | 10000100 | 10100010 | 10101011 | 10111 | 101 | 0 | 100001 | 11000010 | 10011 | 111011 |
Color Harmonies of #84A2AB
Complementary color
Monochromatic Colors of #84A2AB
Black with #84A2AB
Text Example
Text Example
White with #84A2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A2AB; }
p { color: rgb(132,162,171); }
H1.HeaderClassName
{
color: #84A2AB;
}
.AnyTagClassName
{
color: #84A2AB;
}
</style>
background-color css
<style>
a { background-color: #84A2AB; }
a { background-color: rgb(132,162,171); }
div.DivClassName
{
background-color: #84A2AB;
}
.BgClassName
{
background-color: #84A2AB;
}
</style>
border-color css
<style>
span { border-color: #84A2AB; }
span { border-color: rgb(132,162,171); }
td.TdClassName
{
border-color: #84A2AB;
}
.TagClassName
{
border-color: #84A2AB;
}
</style>