#889AA2

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

Shades of Bali Hai #889AA2

Tints of Bali Hai #889AA2

Color information

#889AA2 (or 0x889AA2) is unknown color: approx Bali Hai. HEX triplet: 88, 9A and A2. RGB value is (136,154,162). Sum of RGB (Red+Green+Blue) = 136+154+162=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 162 - color contains mainly: blue. Hex color #889AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889AA2 is #77655D. Grayscale: #959595. Windows color (decimal): -7824734 or 10656392. OLE color: 10656392.

HSL color Cylindrical-coordinate representation of color #889AA2: hue angle of 198.46º 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 #889AA2 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB136154162-
CMYK0.160.0500.36
HSL198.46º12.26%58.43%-
HSV(B)198.46º16.05%63.53%-
XYZ28.2330.9538.67-
YUV149.53135.04118.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.09%
GREEN value IS 154 (60.55% from 255) = 34.07%
BLUE value IS 162 (63.67% from 255) = 35.84%
R=30.09%
G=34.07%
B=35.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361541620.160.0500.36198.4612.2658.43
Hex889AA2105024c6c3a
Octal2102322422050443061472
Binary100010001001101010100010100001010100100110001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,154,162); }

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

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

 a { background-color: rgb(136,154,162); }

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

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

 span { border-color: rgb(136,154,162); }

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