#89A2AD

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

Shades of Bali Hai #89A2AD

Tints of Bali Hai #89A2AD

Color information

#89A2AD (or 0x89A2AD) is unknown color: approx Bali Hai. HEX triplet: 89, A2 and AD. RGB value is (137,162,173). Sum of RGB (Red+Green+Blue) = 137+162+173=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #89A2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A2AD is #765D52. Grayscale: #9B9B9B. Windows color (decimal): -7757139 or 11379337. OLE color: 11379337.

HSL color Cylindrical-coordinate representation of color #89A2AD: hue angle of 198.33º degrees, saturation: 0.18, 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 #89A2AD is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137162173-
CMYK0.210.0600.32
HSL198.33º18%60.78%-
HSV(B)198.33º20.81%67.84%-
XYZ30.7834.1844.51-
YUV155.78137.72114.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.03%
GREEN value IS 162 (63.67% from 255) = 34.32%
BLUE value IS 173 (67.97% from 255) = 36.65%
R=29.03%
G=34.32%
B=36.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371621730.210.0600.32198.331860.78
Hex89A2AD156020c6123d
Octal2112422552560403062275
Binary1000100110100010101011011010111001000001100011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,162,173); }

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

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

 a { background-color: rgb(137,162,173); }

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

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

 span { border-color: rgb(137,162,173); }

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