Shades of Bali Hai #899AAE
Tints of Bali Hai #899AAE
RGB
CMYK
RGB Variations
Color information
#899AAE (or 0x899AAE) is known color: Bali Hai. HEX triplet: 89, 9A and AE. RGB value is (137,154,174). Sum of RGB (Red+Green+Blue) = 137+154+174=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #899AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899AAE is #766551. Grayscale: #979797. Windows color (decimal): -7759186 or 11442825. OLE color: 11442825.
HSL color Cylindrical-coordinate representation of color #899AAE: hue angle of 212.43º 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 #899AAE is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 154 | 174 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.32 |
| HSL | 212.43º | 0.19% | 0.61% | - |
| HSV(B) | 212.43º | 0.21% | 0.68% | - |
| XYZ | 29.51 | 31.49 | 44.57 | - |
| YUV | 151.2 | 140.87 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 174 | 0.21 | 0.11 | 0 | 0.32 | 212.43 | 0.19 | 0.61 |
| Hex | 89 | 9A | AE | 15 | B | 0 | 20 | D4 | 13 | 3D |
| Octal | 211 | 232 | 256 | 25 | 13 | 0 | 40 | 324 | 23 | 75 |
| Binary | 10001001 | 10011010 | 10101110 | 10101 | 1011 | 0 | 100000 | 11010100 | 10011 | 111101 |
Color Harmonies of #899AAE
Complementary color
Monochromatic Colors of #899AAE
Black with #899AAE
Text Example
Text Example
White with #899AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899AAE; }
p { color: rgb(137,154,174); }
H1.HeaderClassName
{
color: #899AAE;
}
.AnyTagClassName
{
color: #899AAE;
}
</style>
background-color css
<style>
a { background-color: #899AAE; }
a { background-color: rgb(137,154,174); }
div.DivClassName
{
background-color: #899AAE;
}
.BgClassName
{
background-color: #899AAE;
}
</style>
border-color css
<style>
span { border-color: #899AAE; }
span { border-color: rgb(137,154,174); }
td.TdClassName
{
border-color: #899AAE;
}
.TagClassName
{
border-color: #899AAE;
}
</style>