Shades of Bali Hai #889DA6
Tints of Bali Hai #889DA6
RGB
CMYK
RGB Variations
Color information
#889DA6 (or 0x889DA6) is known color: Bali Hai. HEX triplet: 88, 9D and A6. RGB value is (136,157,166). Sum of RGB (Red+Green+Blue) = 136+157+166=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 166 - color contains mainly: blue. Hex color #889DA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889DA6 is #776259. Grayscale: #979797. Windows color (decimal): -7823962 or 10919304. OLE color: 10919304.
HSL color Cylindrical-coordinate representation of color #889DA6: hue angle of 198º 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 #889DA6 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 157 | 166 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.35 |
| HSL | 198º | 0.14% | 0.59% | - |
| HSV(B) | 198º | 0.18% | 0.65% | - |
| XYZ | 29.09 | 32.1 | 40.74 | - |
| YUV | 151.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 166 | 0.18 | 0.05 | 0 | 0.35 | 198 | 0.14 | 0.59 |
| Hex | 88 | 9D | A6 | 12 | 5 | 0 | 23 | C6 | E | 3B |
| Octal | 210 | 235 | 246 | 22 | 5 | 0 | 43 | 306 | 16 | 73 |
| Binary | 10001000 | 10011101 | 10100110 | 10010 | 101 | 0 | 100011 | 11000110 | 1110 | 111011 |
Color Harmonies of #889DA6
Complementary color
Monochromatic Colors of #889DA6
Black with #889DA6
Text Example
Text Example
White with #889DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DA6; }
p { color: rgb(136,157,166); }
H1.HeaderClassName
{
color: #889DA6;
}
.AnyTagClassName
{
color: #889DA6;
}
</style>
background-color css
<style>
a { background-color: #889DA6; }
a { background-color: rgb(136,157,166); }
div.DivClassName
{
background-color: #889DA6;
}
.BgClassName
{
background-color: #889DA6;
}
</style>
border-color css
<style>
span { border-color: #889DA6; }
span { border-color: rgb(136,157,166); }
td.TdClassName
{
border-color: #889DA6;
}
.TagClassName
{
border-color: #889DA6;
}
</style>