#87A8BC

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

Shades of Nepal #87A8BC

Tints of Nepal #87A8BC

Color information

#87A8BC (or 0x87A8BC) is unknown color: approx Nepal. HEX triplet: 87, A8 and BC. RGB value is (135,168,188). Sum of RGB (Red+Green+Blue) = 135+168+188=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #87A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A8BC is #785743. Grayscale: #A0A0A0. Windows color (decimal): -7886660 or 12363911. OLE color: 12363911.

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

Color convert

RGB135168188-
CMYK0.280.1100.26
HSL202.64º28.34%63.33%-
HSV(B)202.64º28.19%73.73%-
XYZ33.0736.7952.93-
YUV160.41143.57109.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.49%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 188 (73.83% from 255) = 38.29%
R=27.49%
G=34.22%
B=38.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351681880.280.1100.26202.6428.3463.33
Hex87A8BC1CB01Acb1c3f
Octal20725027434130323133477
Binary1000011110101000101111001110010110110101100101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,168,188); }

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

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

 a { background-color: rgb(135,168,188); }

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

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

 span { border-color: rgb(135,168,188); }

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