#89A3BA

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

Shades of Nepal #89A3BA

Tints of Nepal #89A3BA

Color information

#89A3BA (or 0x89A3BA) is unknown color: approx Nepal. HEX triplet: 89, A3 and BA. RGB value is (137,163,186). Sum of RGB (Red+Green+Blue) = 137+163+186=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #89A3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A3BA is #765C45. Grayscale: #9D9D9D. Windows color (decimal): -7756870 or 12231561. OLE color: 12231561.

HSL color Cylindrical-coordinate representation of color #89A3BA: hue angle of 208.16º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89A3BA is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137163186-
CMYK0.260.1200.27
HSL208.16º26.2%63.33%-
HSV(B)208.16º26.34%72.94%-
XYZ32.2835.0651.52-
YUV157.85143.89113.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.19%
GREEN value IS 163 (64.06% from 255) = 33.54%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=28.19%
G=33.54%
B=38.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371631860.260.1200.27208.1626.263.33
Hex89A3BA1AC01Bd01a3f
Octal21124327232140333203277
Binary1000100110100011101110101101011000110111101000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,163,186); }

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

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

 a { background-color: rgb(137,163,186); }

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

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

 span { border-color: rgb(137,163,186); }

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