#87ABBE

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

Shades of Nepal #87ABBE

Tints of Nepal #87ABBE

Color information

#87ABBE (or 0x87ABBE) is unknown color: approx Nepal. HEX triplet: 87, AB and BE. RGB value is (135,171,190). Sum of RGB (Red+Green+Blue) = 135+171+190=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 171 (67.19% from 255 or 34.48% 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 #87ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABBE is #785441. Grayscale: #A2A2A2. Windows color (decimal): -7885890 or 12495751. OLE color: 12495751.

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

Color convert

RGB135171190-
CMYK0.290.1000.25
HSL200.73º29.73%63.73%-
HSV(B)200.73º28.95%74.51%-
XYZ33.8537.9954.26-
YUV162.4143.57108.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.22%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=27.22%
G=34.48%
B=38.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351711900.290.1000.25200.7329.7363.73
Hex87ABBE1DA019c91e40
Octal207253276351203131136100
Binary10000111101010111011111011101101001100111001001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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