#89A0AB

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

Shades of Bali Hai #89A0AB

Tints of Bali Hai #89A0AB

Color information

#89A0AB (or 0x89A0AB) is unknown color: approx Bali Hai. HEX triplet: 89, A0 and AB. RGB value is (137,160,171). Sum of RGB (Red+Green+Blue) = 137+160+171=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #89A0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A0AB is #765F54. Grayscale: #9A9A9A. Windows color (decimal): -7757653 or 11247753. OLE color: 11247753.

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

Color convert

RGB137160171-
CMYK0.200.0600.33
HSL199.41º16.83%60.39%-
HSV(B)199.41º19.88%67.06%-
XYZ30.2433.443.38-
YUV154.38137.38115.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.27%
GREEN value IS 160 (62.89% from 255) = 34.19%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=29.27%
G=34.19%
B=36.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371601710.200.0600.33199.4116.8360.39
Hex89A0AB146021c7113c
Octal2112402532460413072174
Binary1000100110100000101010111010011001000011100011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89A0AB; }

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

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

<style>
 a { background-color: #89A0AB; }

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

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

<style>
 span { border-color: #89A0AB; }

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

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