#8BA4BA

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

Shades of Nepal #8BA4BA

Tints of Nepal #8BA4BA

Color information

#8BA4BA (or 0x8BA4BA) is unknown color: approx Nepal. HEX triplet: 8B, A4 and BA. RGB value is (139,164,186). Sum of RGB (Red+Green+Blue) = 139+164+186=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #8BA4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA4BA is #745B45. Grayscale: #9E9E9E. Windows color (decimal): -7625542 or 12231819. OLE color: 12231819.

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

Color convert

RGB139164186-
CMYK0.250.1200.27
HSL208.09º25.41%63.73%-
HSV(B)208.09º25.27%72.94%-
XYZ32.7935.5951.59-
YUV159.03143.22113.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.43%
GREEN value IS 164 (64.45% from 255) = 33.54%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=28.43%
G=33.54%
B=38.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391641860.250.1200.27208.0925.4163.73
Hex8BA4BA19C01Bd01940
Octal213244272311403332031100
Binary10001011101001001011101011001110001101111010000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,164,186); }

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

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

 a { background-color: rgb(139,164,186); }

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

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

 span { border-color: rgb(139,164,186); }

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