#89A4BE

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

Shades of Nepal #89A4BE

Tints of Nepal #89A4BE

Color information

#89A4BE (or 0x89A4BE) is unknown color: approx Nepal. HEX triplet: 89, A4 and BE. RGB value is (137,164,190). Sum of RGB (Red+Green+Blue) = 137+164+190=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #89A4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A4BE is #765B41. Grayscale: #9E9E9E. Windows color (decimal): -7756610 or 12493961. OLE color: 12493961.

HSL color Cylindrical-coordinate representation of color #89A4BE: hue angle of 209.43º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89A4BE is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137164190-
CMYK0.280.1400.25
HSL209.43º28.96%64.12%-
HSV(B)209.43º27.89%74.51%-
XYZ32.8935.5953.85-
YUV158.89145.55112.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.90%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=27.90%
G=33.40%
B=38.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371641900.280.1400.25209.4328.9664.12
Hex89A4BE1CE019d11d40
Octal211244276341603132135100
Binary10001001101001001011111011100111001100111010001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,164,190); }

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

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

 a { background-color: rgb(137,164,190); }

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

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

 span { border-color: rgb(137,164,190); }

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