#899AAB

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

Shades of Bali Hai #899AAB

Tints of Bali Hai #899AAB

Color information

#899AAB (or 0x899AAB) is unknown color: approx Bali Hai. HEX triplet: 89, 9A and AB. RGB value is (137,154,171). Sum of RGB (Red+Green+Blue) = 137+154+171=462 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.65% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #899AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899AAB is #766554. Grayscale: #969696. Windows color (decimal): -7759189 or 11246217. OLE color: 11246217.

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

Color convert

RGB137154171-
CMYK0.200.1000.33
HSL210º16.83%60.39%-
HSV(B)210º19.88%67.06%-
XYZ29.2231.3743.04-
YUV150.85139.37118.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.65%
GREEN value IS 154 (60.55% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=29.65%
G=33.33%
B=37.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371541710.200.1000.3321016.8360.39
Hex899AAB14A021d2113c
Octal21123225324120413222174
Binary10001001100110101010101110100101001000011101001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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