#86A8BE

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

Shades of Nepal #86A8BE

Tints of Nepal #86A8BE

Color information

#86A8BE (or 0x86A8BE) is unknown color: approx Nepal. HEX triplet: 86, A8 and BE. RGB value is (134,168,190). Sum of RGB (Red+Green+Blue) = 134+168+190=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #86A8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A8BE is #795741. Grayscale: #A0A0A0. Windows color (decimal): -7952194 or 12494982. OLE color: 12494982.

HSL color Cylindrical-coordinate representation of color #86A8BE: hue angle of 203.57º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86A8BE is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134168190-
CMYK0.290.1200.25
HSL203.57º30.11%63.53%-
HSV(B)203.57º29.47%74.51%-
XYZ33.1336.7954.07-
YUV160.34144.74109.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.24%
GREEN value IS 168 (66.02% from 255) = 34.15%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=27.24%
G=34.15%
B=38.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341681900.290.1200.25203.5730.1163.53
Hex86A8BE1DC019cc1e40
Octal206250276351403131436100
Binary10000110101010001011111011101110001100111001100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A8BE; }

 p { color: rgb(134,168,190); }

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

<style>
 a { background-color: #86A8BE; }

 a { background-color: rgb(134,168,190); }

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

<style>
 span { border-color: #86A8BE; }

 span { border-color: rgb(134,168,190); }

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