Shades of Bali Hai #89A1AA
Tints of Bali Hai #89A1AA
RGB
CMYK
RGB Variations
Color information
#89A1AA (or 0x89A1AA) is known color: Bali Hai. HEX triplet: 89, A1 and AA. RGB value is (137,161,170). Sum of RGB (Red+Green+Blue) = 137+161+170=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #89A1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A1AA is #765E55. Grayscale: #9A9A9A. Windows color (decimal): -7757398 or 11182473. OLE color: 11182473.
HSL color Cylindrical-coordinate representation of color #89A1AA: hue angle of 196.36º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89A1AA is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 161 | 170 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.33 |
| HSL | 196.36º | 0.16% | 0.6% | - |
| HSV(B) | 196.36º | 0.19% | 0.67% | - |
| XYZ | 30.32 | 33.71 | 42.94 | - |
| YUV | 154.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 170 | 0.19 | 0.05 | 0 | 0.33 | 196.36 | 0.16 | 0.6 |
| Hex | 89 | A1 | AA | 13 | 5 | 0 | 21 | C4 | 10 | 3C |
| Octal | 211 | 241 | 252 | 23 | 5 | 0 | 41 | 304 | 20 | 74 |
| Binary | 10001001 | 10100001 | 10101010 | 10011 | 101 | 0 | 100001 | 11000100 | 10000 | 111100 |
Color Harmonies of #89A1AA
Complementary color
Monochromatic Colors of #89A1AA
Black with #89A1AA
Text Example
Text Example
White with #89A1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A1AA; }
p { color: rgb(137,161,170); }
H1.HeaderClassName
{
color: #89A1AA;
}
.AnyTagClassName
{
color: #89A1AA;
}
</style>
background-color css
<style>
a { background-color: #89A1AA; }
a { background-color: rgb(137,161,170); }
div.DivClassName
{
background-color: #89A1AA;
}
.BgClassName
{
background-color: #89A1AA;
}
</style>
border-color css
<style>
span { border-color: #89A1AA; }
span { border-color: rgb(137,161,170); }
td.TdClassName
{
border-color: #89A1AA;
}
.TagClassName
{
border-color: #89A1AA;
}
</style>