Shades of Bali Hai #899BAE
Tints of Bali Hai #899BAE
RGB
CMYK
RGB Variations
Color information
#899BAE (or 0x899BAE) is known color: Bali Hai. HEX triplet: 89, 9B and AE. RGB value is (137,155,174). Sum of RGB (Red+Green+Blue) = 137+155+174=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #899BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899BAE is #766451. Grayscale: #979797. Windows color (decimal): -7758930 or 11443081. OLE color: 11443081.
HSL color Cylindrical-coordinate representation of color #899BAE: hue angle of 210.81º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #899BAE is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 155 | 174 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.32 |
| HSL | 210.81º | 0.19% | 0.61% | - |
| HSV(B) | 210.81º | 0.21% | 0.68% | - |
| XYZ | 29.68 | 31.82 | 44.62 | - |
| YUV | 151.78 | 140.54 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 174 | 0.21 | 0.11 | 0 | 0.32 | 210.81 | 0.19 | 0.61 |
| Hex | 89 | 9B | AE | 15 | B | 0 | 20 | D3 | 13 | 3D |
| Octal | 211 | 233 | 256 | 25 | 13 | 0 | 40 | 323 | 23 | 75 |
| Binary | 10001001 | 10011011 | 10101110 | 10101 | 1011 | 0 | 100000 | 11010011 | 10011 | 111101 |
Color Harmonies of #899BAE
Complementary color
Monochromatic Colors of #899BAE
Black with #899BAE
Text Example
Text Example
White with #899BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BAE; }
p { color: rgb(137,155,174); }
H1.HeaderClassName
{
color: #899BAE;
}
.AnyTagClassName
{
color: #899BAE;
}
</style>
background-color css
<style>
a { background-color: #899BAE; }
a { background-color: rgb(137,155,174); }
div.DivClassName
{
background-color: #899BAE;
}
.BgClassName
{
background-color: #899BAE;
}
</style>
border-color css
<style>
span { border-color: #899BAE; }
span { border-color: rgb(137,155,174); }
td.TdClassName
{
border-color: #899BAE;
}
.TagClassName
{
border-color: #899BAE;
}
</style>