#899AAE

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

Shades of Bali Hai #899AAE

Tints of Bali Hai #899AAE

Color information

#899AAE (or 0x899AAE) is unknown color: approx Bali Hai. HEX triplet: 89, 9A and AE. RGB value is (137,154,174). Sum of RGB (Red+Green+Blue) = 137+154+174=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #899AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899AAE is #766551. Grayscale: #979797. Windows color (decimal): -7759186 or 11442825. OLE color: 11442825.

HSL color Cylindrical-coordinate representation of color #899AAE: hue angle of 212.43º 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 #899AAE is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137154174-
CMYK0.210.1100.32
HSL212.43º18.59%60.98%-
HSV(B)212.43º21.26%68.24%-
XYZ29.5131.4944.57-
YUV151.2140.87117.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.46%
GREEN value IS 154 (60.55% from 255) = 33.12%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=29.46%
G=33.12%
B=37.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371541740.210.1100.32212.4318.5960.98
Hex899AAE15B020d4133d
Octal21123225625130403242375
Binary10001001100110101010111010101101101000001101010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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