Shades of Bali Hai #899BA0
Tints of Bali Hai #899BA0
RGB
CMYK
RGB Variations
Color information
#899BA0 (or 0x899BA0) is known color: Bali Hai. HEX triplet: 89, 9B and A0. RGB value is (137,155,160). Sum of RGB (Red+Green+Blue) = 137+155+160=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 160 - color contains mainly: blue. Hex color #899BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899BA0 is #76645F. Grayscale: #969696. Windows color (decimal): -7758944 or 10525577. OLE color: 10525577.
HSL color Cylindrical-coordinate representation of color #899BA0: hue angle of 193.04º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #899BA0 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 155 | 160 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.37 |
| HSL | 193.04º | 0.11% | 0.58% | - |
| HSV(B) | 193.04º | 0.14% | 0.63% | - |
| XYZ | 28.38 | 31.3 | 37.8 | - |
| YUV | 150.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 160 | 0.14 | 0.03 | 0 | 0.37 | 193.04 | 0.11 | 0.58 |
| Hex | 89 | 9B | A0 | E | 3 | 0 | 25 | C1 | B | 3A |
| Octal | 211 | 233 | 240 | 16 | 3 | 0 | 45 | 301 | 13 | 72 |
| Binary | 10001001 | 10011011 | 10100000 | 1110 | 11 | 0 | 100101 | 11000001 | 1011 | 111010 |
Color Harmonies of #899BA0
Complementary color
Monochromatic Colors of #899BA0
Black with #899BA0
Text Example
Text Example
White with #899BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BA0; }
p { color: rgb(137,155,160); }
H1.HeaderClassName
{
color: #899BA0;
}
.AnyTagClassName
{
color: #899BA0;
}
</style>
background-color css
<style>
a { background-color: #899BA0; }
a { background-color: rgb(137,155,160); }
div.DivClassName
{
background-color: #899BA0;
}
.BgClassName
{
background-color: #899BA0;
}
</style>
border-color css
<style>
span { border-color: #899BA0; }
span { border-color: rgb(137,155,160); }
td.TdClassName
{
border-color: #899BA0;
}
.TagClassName
{
border-color: #899BA0;
}
</style>