#889EAB

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

Shades of Bali Hai #889EAB

Tints of Bali Hai #889EAB

Color information

#889EAB (or 0x889EAB) is unknown color: approx Bali Hai. HEX triplet: 88, 9E and AB. RGB value is (136,158,171). Sum of RGB (Red+Green+Blue) = 136+158+171=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #889EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889EAB is #776154. Grayscale: #989898. Windows color (decimal): -7823701 or 11247240. OLE color: 11247240.

HSL color Cylindrical-coordinate representation of color #889EAB: hue angle of 202.29º 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 #889EAB is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136158171-
CMYK0.200.0800.33
HSL202.29º17.24%60.2%-
HSV(B)202.29º20.47%67.06%-
XYZ29.7332.6343.26-
YUV152.9138.21115.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.25%
GREEN value IS 158 (62.11% from 255) = 33.98%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=29.25%
G=33.98%
B=36.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361581710.200.0800.33202.2917.2460.2
Hex889EAB148021ca113c
Octal21023625324100413122174
Binary10001000100111101010101110100100001000011100101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889EAB; }

 p { color: rgb(136,158,171); }

 H1.HeaderClassName
 {
   color: #889EAB;
 }
 .AnyTagClassName
 {
   color: #889EAB;
 }
</style>
background-color css

<style>
 a { background-color: #889EAB; }

 a { background-color: rgb(136,158,171); }

 div.DivClassName
 {
   background-color: #889EAB;
 }
 .BgClassName
 {
   background-color: #889EAB;
 }
</style>
border-color css

<style>
 span { border-color: #889EAB; }

 span { border-color: rgb(136,158,171); }

 td.TdClassName
 {
   border-color: #889EAB;
 }
 .TagClassName
 {
   border-color: #889EAB;
 }
</style>