#8BA5BE

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

Shades of Nepal #8BA5BE

Tints of Nepal #8BA5BE

Color information

#8BA5BE (or 0x8BA5BE) is unknown color: approx Nepal. HEX triplet: 8B, A5 and BE. RGB value is (139,165,190). Sum of RGB (Red+Green+Blue) = 139+165+190=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BA5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA5BE is #745A41. Grayscale: #9F9F9F. Windows color (decimal): -7625282 or 12494219. OLE color: 12494219.

HSL color Cylindrical-coordinate representation of color #8BA5BE: hue angle of 209.41º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BA5BE is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139165190-
CMYK0.270.1300.25
HSL209.41º28.18%64.51%-
HSV(B)209.41º26.84%74.51%-
XYZ33.436.1253.93-
YUV160.08144.89112.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.14%
GREEN value IS 165 (64.84% from 255) = 33.40%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=28.14%
G=33.40%
B=38.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391651900.270.1300.25209.4128.1864.51
Hex8BA5BE1BD019d11c41
Octal213245276331503132134101
Binary10001011101001011011111011011110101100111010001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BA5BE; }

 p { color: rgb(139,165,190); }

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

<style>
 a { background-color: #8BA5BE; }

 a { background-color: rgb(139,165,190); }

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

<style>
 span { border-color: #8BA5BE; }

 span { border-color: rgb(139,165,190); }

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