#BE79AE

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

Shades of London Hue #BE79AE

Tints of London Hue #BE79AE

Color information

#BE79AE (or 0xBE79AE) is unknown color: approx London Hue. HEX triplet: BE, 79 and AE. RGB value is (190,121,174). Sum of RGB (Red+Green+Blue) = 190+121+174=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE79AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE79AE is #418651. Grayscale: #939393. Windows color (decimal): -4294226 or 11434430. OLE color: 11434430.

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

Color convert

RGB190121174-
CMYK00.360.080.25
HSL313.91º34.67%60.98%-
HSV(B)313.91º36.32%74.51%-
XYZ35.7127.6843.5-
YUV147.67142.86158.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 121 (47.66% from 255) = 24.95%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=39.18%
G=24.95%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012117400.360.080.25313.9134.6760.98
HexBE79AE02481913a233d
Octal27617125604410314724375
Binary101111101111001101011100100100100011001100111010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE79AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE79AE; }

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

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

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

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

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

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

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

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