#BE7CAE

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

Shades of London Hue #BE7CAE

Tints of London Hue #BE7CAE

Color information

#BE7CAE (or 0xBE7CAE) is unknown color: approx London Hue. HEX triplet: BE, 7C and AE. RGB value is (190,124,174). Sum of RGB (Red+Green+Blue) = 190+124+174=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7CAE is #418351. Grayscale: #959595. Windows color (decimal): -4293458 or 11435198. OLE color: 11435198.

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

Color convert

RGB190124174-
CMYK00.350.080.25
HSL314.55º33.67%61.57%-
HSV(B)314.55º34.74%74.51%-
XYZ36.0828.4243.63-
YUV149.43141.87156.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 124 (48.83% from 255) = 25.41%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=38.93%
G=25.41%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012417400.350.080.25314.5533.6761.57
HexBE7CAE02381913b223e
Octal27617425604310314734276
Binary101111101111100101011100100011100011001100111011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7CAE; }

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

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

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

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

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

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

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

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