#87BFBE

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

Shades of Monte Carlo #87BFBE

Tints of Monte Carlo #87BFBE

Color information

#87BFBE (or 0x87BFBE) is unknown color: approx Monte Carlo. HEX triplet: 87, BF and BE. RGB value is (135,191,190). Sum of RGB (Red+Green+Blue) = 135+191+190=516 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.16% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #87BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BFBE is #784041. Grayscale: #AEAEAE. Windows color (decimal): -7880770 or 12500871. OLE color: 12500871.

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

Color convert

RGB135191190-
CMYK0.2900.010.25
HSL178.93º30.43%63.92%-
HSV(B)178.93º29.32%74.9%-
XYZ37.9246.1355.62-
YUV174.14136.95100.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.16%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=26.16%
G=37.02%
B=36.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351911900.2900.010.25178.9330.4363.92
Hex87BFBE1D0119b31e40
Octal20727727635013126336100
Binary10000111101111111011111011101011100110110011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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