#BE78AE

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

Shades of London Hue #BE78AE

Tints of London Hue #BE78AE

Color information

#BE78AE (or 0xBE78AE) is unknown color: approx London Hue. HEX triplet: BE, 78 and AE. RGB value is (190,120,174). Sum of RGB (Red+Green+Blue) = 190+120+174=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE78AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE78AE is #418751. Grayscale: #929292. Windows color (decimal): -4294482 or 11434174. OLE color: 11434174.

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

Color convert

RGB190120174-
CMYK00.370.080.25
HSL313.71º35%60.78%-
HSV(B)313.71º36.84%74.51%-
XYZ35.5927.4443.46-
YUV147.09143.19158.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 120 (47.27% from 255) = 24.79%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=39.26%
G=24.79%
B=35.95%

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
Decimal19012017400.370.080.25313.713560.78
HexBE78AE02581913a233d
Octal27617025604510314724375
Binary101111101111000101011100100101100011001100111010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE78AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE78AE; }

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

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

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

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

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

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

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

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