Shades of Bali Hai #89A1AB
Tints of Bali Hai #89A1AB
RGB
CMYK
RGB Variations
Color information
#89A1AB (or 0x89A1AB) is known color: Bali Hai. HEX triplet: 89, A1 and AB. RGB value is (137,161,171). Sum of RGB (Red+Green+Blue) = 137+161+171=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #89A1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A1AB is #765E54. Grayscale: #9A9A9A. Windows color (decimal): -7757397 or 11248009. OLE color: 11248009.
HSL color Cylindrical-coordinate representation of color #89A1AB: hue angle of 197.65º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89A1AB is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 161 | 171 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.33 |
| HSL | 197.65º | 0.17% | 0.6% | - |
| HSV(B) | 197.65º | 0.2% | 0.67% | - |
| XYZ | 30.41 | 33.75 | 43.44 | - |
| YUV | 154.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 171 | 0.20 | 0.06 | 0 | 0.33 | 197.65 | 0.17 | 0.6 |
| Hex | 89 | A1 | AB | 14 | 6 | 0 | 21 | C6 | 11 | 3C |
| Octal | 211 | 241 | 253 | 24 | 6 | 0 | 41 | 306 | 21 | 74 |
| Binary | 10001001 | 10100001 | 10101011 | 10100 | 110 | 0 | 100001 | 11000110 | 10001 | 111100 |
Color Harmonies of #89A1AB
Complementary color
Monochromatic Colors of #89A1AB
Black with #89A1AB
Text Example
Text Example
White with #89A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A1AB; }
p { color: rgb(137,161,171); }
H1.HeaderClassName
{
color: #89A1AB;
}
.AnyTagClassName
{
color: #89A1AB;
}
</style>
background-color css
<style>
a { background-color: #89A1AB; }
a { background-color: rgb(137,161,171); }
div.DivClassName
{
background-color: #89A1AB;
}
.BgClassName
{
background-color: #89A1AB;
}
</style>
border-color css
<style>
span { border-color: #89A1AB; }
span { border-color: rgb(137,161,171); }
td.TdClassName
{
border-color: #89A1AB;
}
.TagClassName
{
border-color: #89A1AB;
}
</style>