#8BA7BE

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

Shades of Nepal #8BA7BE

Tints of Nepal #8BA7BE

Color information

#8BA7BE (or 0x8BA7BE) is unknown color: approx Nepal. HEX triplet: 8B, A7 and BE. RGB value is (139,167,190). Sum of RGB (Red+Green+Blue) = 139+167+190=496 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.02% from 496); Green value is 167 (65.62% from 255 or 33.67% 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 #8BA7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA7BE is #745841. Grayscale: #A1A1A1. Windows color (decimal): -7624770 or 12494731. OLE color: 12494731.

HSL color Cylindrical-coordinate representation of color #8BA7BE: hue angle of 207.06º 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 #8BA7BE is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139167190-
CMYK0.270.1200.25
HSL207.06º28.18%64.51%-
HSV(B)207.06º26.84%74.51%-
XYZ33.7636.8454.05-
YUV161.25144.22112.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.02%
GREEN value IS 167 (65.62% from 255) = 33.67%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=28.02%
G=33.67%
B=38.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391671900.270.1200.25207.0628.1864.51
Hex8BA7BE1BC019cf1c41
Octal213247276331403131734101
Binary10001011101001111011111011011110001100111001111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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