#BE77AE

Color #BE77AE London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BE77AE

Tints of London Hue #BE77AE

Color information

#BE77AE (or 0xBE77AE) is unknown color: approx London Hue. HEX triplet: BE, 77 and AE. RGB value is (190,119,174). Sum of RGB (Red+Green+Blue) = 190+119+174=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE77AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE77AE is #418851. Grayscale: #929292. Windows color (decimal): -4294738 or 11433918. OLE color: 11433918.

HSL color Cylindrical-coordinate representation of color #BE77AE: hue angle of 313.52º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE77AE is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB190119174-
CMYK00.370.080.25
HSL313.52º35.32%60.59%-
HSV(B)313.52º37.37%74.51%-
XYZ35.4727.243.42-
YUV146.5143.52159.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 119 (46.88% from 255) = 24.64%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=39.34%
G=24.64%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011917400.370.080.25313.5235.3260.59
HexBE77AE02581913a233d
Octal27616725604510314724375
Binary101111101110111101011100100101100011001100111010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE77AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE77AE; }

 p { color: rgb(190,119,174); }

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

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

 a { background-color: rgb(190,119,174); }

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

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

 span { border-color: rgb(190,119,174); }

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