#87A2BA

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

Shades of Nepal #87A2BA

Tints of Nepal #87A2BA

Color information

#87A2BA (or 0x87A2BA) is unknown color: approx Nepal. HEX triplet: 87, A2 and BA. RGB value is (135,162,186). Sum of RGB (Red+Green+Blue) = 135+162+186=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #87A2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A2BA is #785D45. Grayscale: #9C9C9C. Windows color (decimal): -7888198 or 12231303. OLE color: 12231303.

HSL color Cylindrical-coordinate representation of color #87A2BA: hue angle of 208.24º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87A2BA is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135162186-
CMYK0.270.1300.27
HSL208.24º26.98%62.94%-
HSV(B)208.24º27.42%72.94%-
XYZ31.7734.5451.45-
YUV156.66144.55112.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.95%
GREEN value IS 162 (63.67% from 255) = 33.54%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=27.95%
G=33.54%
B=38.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351621860.270.1300.27208.2426.9862.94
Hex87A2BA1BD01Bd01b3f
Octal20724227233150333203377
Binary1000011110100010101110101101111010110111101000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,162,186); }

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

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

 a { background-color: rgb(135,162,186); }

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

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

 span { border-color: rgb(135,162,186); }

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