#89A7BC

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

Shades of Nepal #89A7BC

Tints of Nepal #89A7BC

Color information

#89A7BC (or 0x89A7BC) is unknown color: approx Nepal. HEX triplet: 89, A7 and BC. RGB value is (137,167,188). Sum of RGB (Red+Green+Blue) = 137+167+188=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #89A7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A7BC is #765843. Grayscale: #A0A0A0. Windows color (decimal): -7755844 or 12363657. OLE color: 12363657.

HSL color Cylindrical-coordinate representation of color #89A7BC: hue angle of 204.71º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89A7BC is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137167188-
CMYK0.270.1100.26
HSL204.71º27.57%63.73%-
HSV(B)204.71º27.13%73.73%-
XYZ33.2136.5952.89-
YUV160.42143.56111.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.85%
GREEN value IS 167 (65.62% from 255) = 33.94%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=27.85%
G=33.94%
B=38.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371671880.270.1100.26204.7127.5763.73
Hex89A7BC1BB01Acd1c40
Octal211247274331303231534100
Binary10001001101001111011110011011101101101011001101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,167,188); }

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

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

 a { background-color: rgb(137,167,188); }

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

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

 span { border-color: rgb(137,167,188); }

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