#89A9BE

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

Shades of Nepal #89A9BE

Tints of Nepal #89A9BE

Color information

#89A9BE (or 0x89A9BE) is unknown color: approx Nepal. HEX triplet: 89, A9 and BE. RGB value is (137,169,190). Sum of RGB (Red+Green+Blue) = 137+169+190=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #89A9BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A9BE is #765641. Grayscale: #A1A1A1. Windows color (decimal): -7755330 or 12495241. OLE color: 12495241.

HSL color Cylindrical-coordinate representation of color #89A9BE: hue angle of 203.77º 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 #89A9BE is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137169190-
CMYK0.280.1100.25
HSL203.77º28.96%64.12%-
HSV(B)203.77º27.89%74.51%-
XYZ33.837.4154.16-
YUV161.83143.9110.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.62%
GREEN value IS 169 (66.41% from 255) = 34.07%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=27.62%
G=34.07%
B=38.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371691900.280.1100.25203.7728.9664.12
Hex89A9BE1CB019cc1d40
Octal211251276341303131435100
Binary10001001101010011011111011100101101100111001100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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