#87A6BE

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

Shades of Nepal #87A6BE

Tints of Nepal #87A6BE

Color information

#87A6BE (or 0x87A6BE) is unknown color: approx Nepal. HEX triplet: 87, A6 and BE. RGB value is (135,166,190). Sum of RGB (Red+Green+Blue) = 135+166+190=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #87A6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A6BE is #785941. Grayscale: #9F9F9F. Windows color (decimal): -7887170 or 12494471. OLE color: 12494471.

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

Color convert

RGB135166190-
CMYK0.290.1300.25
HSL206.18º29.73%63.73%-
HSV(B)206.18º28.95%74.51%-
XYZ32.9236.1453.96-
YUV159.47145.23110.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.49%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=27.49%
G=33.81%
B=38.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351661900.290.1300.25206.1829.7363.73
Hex87A6BE1DD019ce1e40
Octal207246276351503131636100
Binary10000111101001101011111011101110101100111001110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87A6BE; }

 p { color: rgb(135,166,190); }

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

<style>
 a { background-color: #87A6BE; }

 a { background-color: rgb(135,166,190); }

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

<style>
 span { border-color: #87A6BE; }

 span { border-color: rgb(135,166,190); }

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