#86A4BE

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

Shades of Nepal #86A4BE

Tints of Nepal #86A4BE

Color information

#86A4BE (or 0x86A4BE) is unknown color: approx Nepal. HEX triplet: 86, A4 and BE. RGB value is (134,164,190). Sum of RGB (Red+Green+Blue) = 134+164+190=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #86A4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A4BE is #795B41. Grayscale: #9D9D9D. Windows color (decimal): -7953218 or 12493958. OLE color: 12493958.

HSL color Cylindrical-coordinate representation of color #86A4BE: hue angle of 207.86º 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 #86A4BE is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134164190-
CMYK0.290.1400.25
HSL207.86º30.11%63.53%-
HSV(B)207.86º29.47%74.51%-
XYZ32.435.3453.83-
YUV157.99146.06110.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.46%
GREEN value IS 164 (64.45% from 255) = 33.61%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=27.46%
G=33.61%
B=38.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341641900.290.1400.25207.8630.1163.53
Hex86A4BE1DE019d01e40
Octal206244276351603132036100
Binary10000110101001001011111011101111001100111010000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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