#8BA8BF

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

Shades of Nepal #8BA8BF

Tints of Nepal #8BA8BF

Color information

#8BA8BF (or 0x8BA8BF) is unknown color: approx Nepal. HEX triplet: 8B, A8 and BF. RGB value is (139,168,191). Sum of RGB (Red+Green+Blue) = 139+168+191=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #8BA8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA8BF is #745740. Grayscale: #A1A1A1. Windows color (decimal): -7624513 or 12560523. OLE color: 12560523.

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

Color convert

RGB139168191-
CMYK0.270.1200.25
HSL206.54º28.89%64.71%-
HSV(B)206.54º27.23%74.9%-
XYZ34.0537.2654.69-
YUV161.95144.39111.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.91%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 191 (75% from 255) = 38.35%
R=27.91%
G=33.73%
B=38.35%

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
Decimal1391681910.270.1200.25206.5428.8964.71
Hex8BA8BF1BC019cf1d41
Octal213250277331403131735101
Binary10001011101010001011111111011110001100111001111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,168,191); }

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

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

 a { background-color: rgb(139,168,191); }

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

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

 span { border-color: rgb(139,168,191); }

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