#8BA3BA

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

Shades of Nepal #8BA3BA

Tints of Nepal #8BA3BA

Color information

#8BA3BA (or 0x8BA3BA) is unknown color: approx Nepal. HEX triplet: 8B, A3 and BA. RGB value is (139,163,186). Sum of RGB (Red+Green+Blue) = 139+163+186=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #8BA3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA3BA is #745C45. Grayscale: #9E9E9E. Windows color (decimal): -7625798 or 12231563. OLE color: 12231563.

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

Color convert

RGB139163186-
CMYK0.250.1200.27
HSL209.36º25.41%63.73%-
HSV(B)209.36º25.27%72.94%-
XYZ32.6135.2351.54-
YUV158.45143.55114.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.48%
GREEN value IS 163 (64.06% from 255) = 33.40%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=28.48%
G=33.40%
B=38.11%

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
Decimal1391631860.250.1200.27209.3625.4163.73
Hex8BA3BA19C01Bd11940
Octal213243272311403332131100
Binary10001011101000111011101011001110001101111010001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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