Shades of Bali Hai #889BAA
Tints of Bali Hai #889BAA
RGB
CMYK
RGB Variations
Color information
#889BAA (or 0x889BAA) is known color: Bali Hai. HEX triplet: 88, 9B and AA. RGB value is (136,155,170). Sum of RGB (Red+Green+Blue) = 136+155+170=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #889BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889BAA is #776455. Grayscale: #969696. Windows color (decimal): -7824470 or 11180936. OLE color: 11180936.
HSL color Cylindrical-coordinate representation of color #889BAA: hue angle of 206.47º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #889BAA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 155 | 170 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.33 |
| HSL | 206.47º | 0.17% | 0.6% | - |
| HSV(B) | 206.47º | 0.2% | 0.67% | - |
| XYZ | 29.13 | 31.58 | 42.59 | - |
| YUV | 151.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 170 | 0.20 | 0.09 | 0 | 0.33 | 206.47 | 0.17 | 0.6 |
| Hex | 88 | 9B | AA | 14 | 9 | 0 | 21 | CE | 11 | 3C |
| Octal | 210 | 233 | 252 | 24 | 11 | 0 | 41 | 316 | 21 | 74 |
| Binary | 10001000 | 10011011 | 10101010 | 10100 | 1001 | 0 | 100001 | 11001110 | 10001 | 111100 |
Color Harmonies of #889BAA
Complementary color
Monochromatic Colors of #889BAA
Black with #889BAA
Text Example
Text Example
White with #889BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BAA; }
p { color: rgb(136,155,170); }
H1.HeaderClassName
{
color: #889BAA;
}
.AnyTagClassName
{
color: #889BAA;
}
</style>
background-color css
<style>
a { background-color: #889BAA; }
a { background-color: rgb(136,155,170); }
div.DivClassName
{
background-color: #889BAA;
}
.BgClassName
{
background-color: #889BAA;
}
</style>
border-color css
<style>
span { border-color: #889BAA; }
span { border-color: rgb(136,155,170); }
td.TdClassName
{
border-color: #889BAA;
}
.TagClassName
{
border-color: #889BAA;
}
</style>