#87A6BA

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

Shades of Nepal #87A6BA

Tints of Nepal #87A6BA

Color information

#87A6BA (or 0x87A6BA) is unknown color: approx Nepal. HEX triplet: 87, A6 and BA. RGB value is (135,166,186). Sum of RGB (Red+Green+Blue) = 135+166+186=487 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.72% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #87A6BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A6BA is #785945. Grayscale: #9E9E9E. Windows color (decimal): -7887174 or 12232327. OLE color: 12232327.

HSL color Cylindrical-coordinate representation of color #87A6BA: hue angle of 203.53º 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 #87A6BA is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135166186-
CMYK0.270.1100.27
HSL203.53º26.98%62.94%-
HSV(B)203.53º27.42%72.94%-
XYZ32.4935.9751.68-
YUV159.01143.23110.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.72%
GREEN value IS 166 (65.23% from 255) = 34.09%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=27.72%
G=34.09%
B=38.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351661860.270.1100.27203.5326.9862.94
Hex87A6BA1BB01Bcc1b3f
Octal20724627233130333143377
Binary1000011110100110101110101101110110110111100110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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