#889CA2

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

Shades of Bali Hai #889CA2

Tints of Bali Hai #889CA2

Color information

#889CA2 (or 0x889CA2) is unknown color: approx Bali Hai. HEX triplet: 88, 9C and A2. RGB value is (136,156,162). Sum of RGB (Red+Green+Blue) = 136+156+162=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 162 - color contains mainly: blue. Hex color #889CA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889CA2 is #77635D. Grayscale: #969696. Windows color (decimal): -7824222 or 10656904. OLE color: 10656904.

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

Color convert

RGB136156162-
CMYK0.160.0400.36
HSL193.85º12.26%58.43%-
HSV(B)193.85º16.05%63.53%-
XYZ28.5631.6238.78-
YUV150.7134.37117.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.96%
GREEN value IS 156 (61.33% from 255) = 34.36%
BLUE value IS 162 (63.67% from 255) = 35.68%
R=29.96%
G=34.36%
B=35.68%

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
Decimal1361561620.160.0400.36193.8512.2658.43
Hex889CA2104024c2c3a
Octal2102342422040443021472
Binary100010001001110010100010100001000100100110000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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