#BE7EAC

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

Shades of London Hue #BE7EAC

Tints of London Hue #BE7EAC

Color information

#BE7EAC (or 0xBE7EAC) is unknown color: approx London Hue. HEX triplet: BE, 7E and AC. RGB value is (190,126,172). Sum of RGB (Red+Green+Blue) = 190+126+172=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7EAC is #418153. Grayscale: #969696. Windows color (decimal): -4292948 or 11304638. OLE color: 11304638.

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

Color convert

RGB190126172-
CMYK00.340.090.25
HSL316.88º32.99%61.96%-
HSV(B)316.88º33.68%74.51%-
XYZ36.1428.8542.69-
YUV150.38140.2156.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 126 (49.61% from 255) = 25.82%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=38.93%
G=25.82%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012617200.340.090.25316.8832.9961.96
HexBE7EAC02291913d213e
Octal27617625404211314754176
Binary101111101111110101011000100010100111001100111101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7EAC; }

 p { color: rgb(190,126,172); }

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

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

 a { background-color: rgb(190,126,172); }

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

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

 span { border-color: rgb(190,126,172); }

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