#87BFB0

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

Shades of Monte Carlo #87BFB0

Tints of Monte Carlo #87BFB0

Color information

#87BFB0 (or 0x87BFB0) is unknown color: approx Monte Carlo. HEX triplet: 87, BF and B0. RGB value is (135,191,176). Sum of RGB (Red+Green+Blue) = 135+191+176=502 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.89% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 191 - color contains mainly: green. Hex color #87BFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BFB0 is #78404F. Grayscale: #ACACAC. Windows color (decimal): -7880784 or 11583367. OLE color: 11583367.

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

Color convert

RGB135191176-
CMYK0.2900.080.25
HSL163.93º30.43%63.92%-
HSV(B)163.93º29.32%74.9%-
XYZ36.4645.5547.94-
YUV172.55129.95101.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.89%
GREEN value IS 191 (75% from 255) = 38.05%
BLUE value IS 176 (69.14% from 255) = 35.06%
R=26.89%
G=38.05%
B=35.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351911760.2900.080.25163.9330.4363.92
Hex87BFB01D0819a41e40
Octal207277260350103124436100
Binary10000111101111111011000011101010001100110100100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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