#87A6BB

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

Shades of Nepal #87A6BB

Tints of Nepal #87A6BB

Color information

#87A6BB (or 0x87A6BB) is unknown color: approx Nepal. HEX triplet: 87, A6 and BB. RGB value is (135,166,187). Sum of RGB (Red+Green+Blue) = 135+166+187=488 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.66% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #87A6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A6BB is #785944. Grayscale: #9F9F9F. Windows color (decimal): -7887173 or 12297863. OLE color: 12297863.

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

Color convert

RGB135166187-
CMYK0.280.1100.27
HSL204.23º27.66%63.14%-
HSV(B)204.23º27.81%73.33%-
XYZ32.636.0152.25-
YUV159.12143.73110.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.66%
GREEN value IS 166 (65.23% from 255) = 34.02%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=27.66%
G=34.02%
B=38.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351661870.280.1100.27204.2327.6663.14
Hex87A6BB1CB01Bcc1c3f
Octal20724627334130333143477
Binary1000011110100110101110111110010110110111100110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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