#87ACBF

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

Shades of Nepal #87ACBF

Tints of Nepal #87ACBF

Color information

#87ACBF (or 0x87ACBF) is unknown color: approx Nepal. HEX triplet: 87, AC and BF. RGB value is (135,172,191). Sum of RGB (Red+Green+Blue) = 135+172+191=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #87ACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACBF is #785340. Grayscale: #A2A2A2. Windows color (decimal): -7885633 or 12561543. OLE color: 12561543.

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

Color convert

RGB135172191-
CMYK0.290.1000.25
HSL200.36º30.43%63.92%-
HSV(B)200.36º29.32%74.9%-
XYZ34.1538.4254.91-
YUV163.1143.74107.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.11%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 191 (75% from 255) = 38.35%
R=27.11%
G=34.54%
B=38.35%

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
Decimal1351721910.290.1000.25200.3630.4363.92
Hex87ACBF1DA019c81e40
Octal207254277351203131036100
Binary10000111101011001011111111101101001100111001000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,172,191); }

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

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

 a { background-color: rgb(135,172,191); }

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

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

 span { border-color: rgb(135,172,191); }

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