#86ACBE

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

Shades of Nepal #86ACBE

Tints of Nepal #86ACBE

Color information

#86ACBE (or 0x86ACBE) is unknown color: approx Nepal. HEX triplet: 86, AC and BE. RGB value is (134,172,190). Sum of RGB (Red+Green+Blue) = 134+172+190=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #86ACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACBE is #795341. Grayscale: #A2A2A2. Windows color (decimal): -7951170 or 12496006. OLE color: 12496006.

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

Color convert

RGB134172190-
CMYK0.290.0900.25
HSL199.29º30.11%63.53%-
HSV(B)199.29º29.47%74.51%-
XYZ33.8838.2954.32-
YUV162.69143.41107.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.02%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=27.02%
G=34.68%
B=38.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341721900.290.0900.25199.2930.1163.53
Hex86ACBE1D9019c71e40
Octal206254276351103130736100
Binary10000110101011001011111011101100101100111000111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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