Shades of Bali Hai #889FA6
Tints of Bali Hai #889FA6
RGB
CMYK
RGB Variations
Color information
#889FA6 (or 0x889FA6) is known color: Bali Hai. HEX triplet: 88, 9F and A6. RGB value is (136,159,166). Sum of RGB (Red+Green+Blue) = 136+159+166=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 166 - color contains mainly: blue. Hex color #889FA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889FA6 is #776059. Grayscale: #989898. Windows color (decimal): -7823450 or 10919816. OLE color: 10919816.
HSL color Cylindrical-coordinate representation of color #889FA6: hue angle of 194º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #889FA6 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 159 | 166 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.35 |
| HSL | 194º | 0.14% | 0.59% | - |
| HSV(B) | 194º | 0.18% | 0.65% | - |
| XYZ | 29.43 | 32.78 | 40.85 | - |
| YUV | 152.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 166 | 0.18 | 0.04 | 0 | 0.35 | 194 | 0.14 | 0.59 |
| Hex | 88 | 9F | A6 | 12 | 4 | 0 | 23 | C2 | E | 3B |
| Octal | 210 | 237 | 246 | 22 | 4 | 0 | 43 | 302 | 16 | 73 |
| Binary | 10001000 | 10011111 | 10100110 | 10010 | 100 | 0 | 100011 | 11000010 | 1110 | 111011 |
Color Harmonies of #889FA6
Complementary color
Monochromatic Colors of #889FA6
Black with #889FA6
Text Example
Text Example
White with #889FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889FA6; }
p { color: rgb(136,159,166); }
H1.HeaderClassName
{
color: #889FA6;
}
.AnyTagClassName
{
color: #889FA6;
}
</style>
background-color css
<style>
a { background-color: #889FA6; }
a { background-color: rgb(136,159,166); }
div.DivClassName
{
background-color: #889FA6;
}
.BgClassName
{
background-color: #889FA6;
}
</style>
border-color css
<style>
span { border-color: #889FA6; }
span { border-color: rgb(136,159,166); }
td.TdClassName
{
border-color: #889FA6;
}
.TagClassName
{
border-color: #889FA6;
}
</style>