#BE7FAC

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

Shades of London Hue #BE7FAC

Tints of London Hue #BE7FAC

Color information

#BE7FAC (or 0xBE7FAC) is unknown color: approx London Hue. HEX triplet: BE, 7F and AC. RGB value is (190,127,172). Sum of RGB (Red+Green+Blue) = 190+127+172=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7FAC is #418053. Grayscale: #969696. Windows color (decimal): -4292692 or 11304894. OLE color: 11304894.

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

Color convert

RGB190127172-
CMYK00.330.090.25
HSL317.14º32.64%62.16%-
HSV(B)317.14º33.16%74.51%-
XYZ36.2729.142.74-
YUV150.97139.87155.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 172 (67.58% from 255) = 35.17%
R=38.85%
G=25.97%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012717200.330.090.25317.1432.6462.16
HexBE7FAC02191913d213e
Octal27617725404111314754176
Binary101111101111111101011000100001100111001100111101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7FAC; }

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

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

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

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

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

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

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

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