#899EAE

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

Shades of Bali Hai #899EAE

Tints of Bali Hai #899EAE

Color information

#899EAE (or 0x899EAE) is unknown color: approx Bali Hai. HEX triplet: 89, 9E and AE. RGB value is (137,158,174). Sum of RGB (Red+Green+Blue) = 137+158+174=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #899EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899EAE is #766151. Grayscale: #999999. Windows color (decimal): -7758162 or 11443849. OLE color: 11443849.

HSL color Cylindrical-coordinate representation of color #899EAE: hue angle of 205.95º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #899EAE is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137158174-
CMYK0.210.0900.32
HSL205.95º18.59%60.98%-
HSV(B)205.95º21.26%68.24%-
XYZ30.1832.8344.79-
YUV153.55139.54116.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.21%
GREEN value IS 158 (62.11% from 255) = 33.69%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=29.21%
G=33.69%
B=37.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371581740.210.0900.32205.9518.5960.98
Hex899EAE159020ce133d
Octal21123625625110403162375
Binary10001001100111101010111010101100101000001100111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899EAE; }

 p { color: rgb(137,158,174); }

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

<style>
 a { background-color: #899EAE; }

 a { background-color: rgb(137,158,174); }

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

<style>
 span { border-color: #899EAE; }

 span { border-color: rgb(137,158,174); }

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