#8BACBE

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

Shades of Nepal #8BACBE

Tints of Nepal #8BACBE

Color information

#8BACBE (or 0x8BACBE) is unknown color: approx Nepal. HEX triplet: 8B, AC and BE. RGB value is (139,172,190). Sum of RGB (Red+Green+Blue) = 139+172+190=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACBE is #745341. Grayscale: #A4A4A4. Windows color (decimal): -7623490 or 12496011. OLE color: 12496011.

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

Color convert

RGB139172190-
CMYK0.270.0900.25
HSL201.18º28.18%64.51%-
HSV(B)201.18º26.84%74.51%-
XYZ34.6938.7154.36-
YUV164.18142.57110.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.74%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=27.74%
G=34.33%
B=37.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391721900.270.0900.25201.1828.1864.51
Hex8BACBE1B9019c91c41
Octal213254276331103131134101
Binary10001011101011001011111011011100101100111001001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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