#8BA7BB

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

Shades of Nepal #8BA7BB

Tints of Nepal #8BA7BB

Color information

#8BA7BB (or 0x8BA7BB) is unknown color: approx Nepal. HEX triplet: 8B, A7 and BB. RGB value is (139,167,187). Sum of RGB (Red+Green+Blue) = 139+167+187=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #8BA7BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA7BB is #745844. Grayscale: #A0A0A0. Windows color (decimal): -7624773 or 12298123. OLE color: 12298123.

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

Color convert

RGB139167187-
CMYK0.260.1100.27
HSL205º26.09%63.92%-
HSV(B)205º25.67%73.33%-
XYZ33.4436.7152.34-
YUV160.91142.72112.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.19%
GREEN value IS 167 (65.62% from 255) = 33.87%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=28.19%
G=33.87%
B=37.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391671870.260.1100.2720526.0963.92
Hex8BA7BB1AB01Bcd1a40
Octal213247273321303331532100
Binary10001011101001111011101111010101101101111001101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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