#889BA2

Color #889BA2 Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #889BA2

Tints of Bali Hai #889BA2

Color information

#889BA2 (or 0x889BA2) is unknown color: approx 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

RGB136155162-
CMYK0.160.0400.36
HSL196.15º12.26%58.43%-
HSV(B)196.15º16.05%63.53%-
XYZ28.431.2938.72-
YUV150.12134.71117.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 30.02%
GREEN value IS 155 (60.94% from 255) = 34.22%
BLUE value IS 162 (63.67% from 255) = 35.76%
R=30.02%
G=34.22%
B=35.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361551620.160.0400.36196.1512.2658.43
Hex889BA2104024c4c3a
Octal2102332422040443041472
Binary100010001001101110100010100001000100100110001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>