Shades of Bali Hai #889DAE
Tints of Bali Hai #889DAE
RGB
CMYK
RGB Variations
Color information
#889DAE (or 0x889DAE) is known color: Bali Hai. HEX triplet: 88, 9D and AE. RGB value is (136,157,174). Sum of RGB (Red+Green+Blue) = 136+157+174=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #889DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889DAE is #776251. Grayscale: #989898. Windows color (decimal): -7823954 or 11443592. OLE color: 11443592.
HSL color Cylindrical-coordinate representation of color #889DAE: hue angle of 206.84º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #889DAE is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 157 | 174 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.32 |
| HSL | 206.84º | 0.19% | 0.61% | - |
| HSV(B) | 206.84º | 0.22% | 0.68% | - |
| XYZ | 29.85 | 32.4 | 44.73 | - |
| YUV | 152.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 174 | 0.22 | 0.10 | 0 | 0.32 | 206.84 | 0.19 | 0.61 |
| Hex | 88 | 9D | AE | 16 | A | 0 | 20 | CF | 13 | 3D |
| Octal | 210 | 235 | 256 | 26 | 12 | 0 | 40 | 317 | 23 | 75 |
| Binary | 10001000 | 10011101 | 10101110 | 10110 | 1010 | 0 | 100000 | 11001111 | 10011 | 111101 |
Color Harmonies of #889DAE
Complementary color
Monochromatic Colors of #889DAE
Black with #889DAE
Text Example
Text Example
White with #889DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DAE; }
p { color: rgb(136,157,174); }
H1.HeaderClassName
{
color: #889DAE;
}
.AnyTagClassName
{
color: #889DAE;
}
</style>
background-color css
<style>
a { background-color: #889DAE; }
a { background-color: rgb(136,157,174); }
div.DivClassName
{
background-color: #889DAE;
}
.BgClassName
{
background-color: #889DAE;
}
</style>
border-color css
<style>
span { border-color: #889DAE; }
span { border-color: rgb(136,157,174); }
td.TdClassName
{
border-color: #889DAE;
}
.TagClassName
{
border-color: #889DAE;
}
</style>