Shades of Bali Hai #889BA2
Tints of Bali Hai #889BA2
RGB
CMYK
RGB Variations
Color information
#889BA2 (or 0x889BA2) is known color: Bali Hai. HEX triplet: 88, 9B and A2. RGB value is (136,155,162). Sum of RGB (Red+Green+Blue) = 136+155+162=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 162 - color contains mainly: blue. Hex color #889BA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889BA2 is #77645D. Grayscale: #969696. Windows color (decimal): -7824478 or 10656648. OLE color: 10656648.
HSL color Cylindrical-coordinate representation of color #889BA2: hue angle of 196.15º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #889BA2 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 155 | 162 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.36 |
| HSL | 196.15º | 0.12% | 0.58% | - |
| HSV(B) | 196.15º | 0.16% | 0.64% | - |
| XYZ | 28.4 | 31.29 | 38.72 | - |
| YUV | 150.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 162 | 0.16 | 0.04 | 0 | 0.36 | 196.15 | 0.12 | 0.58 |
| Hex | 88 | 9B | A2 | 10 | 4 | 0 | 24 | C4 | C | 3A |
| Octal | 210 | 233 | 242 | 20 | 4 | 0 | 44 | 304 | 14 | 72 |
| Binary | 10001000 | 10011011 | 10100010 | 10000 | 100 | 0 | 100100 | 11000100 | 1100 | 111010 |
Color Harmonies of #889BA2
Complementary color
Monochromatic Colors of #889BA2
Black with #889BA2
Text Example
Text Example
White with #889BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BA2; }
p { color: rgb(136,155,162); }
H1.HeaderClassName
{
color: #889BA2;
}
.AnyTagClassName
{
color: #889BA2;
}
</style>
background-color css
<style>
a { background-color: #889BA2; }
a { background-color: rgb(136,155,162); }
div.DivClassName
{
background-color: #889BA2;
}
.BgClassName
{
background-color: #889BA2;
}
</style>
border-color css
<style>
span { border-color: #889BA2; }
span { border-color: rgb(136,155,162); }
td.TdClassName
{
border-color: #889BA2;
}
.TagClassName
{
border-color: #889BA2;
}
</style>