#BE7FB4

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

Shades of London Hue #BE7FB4

Tints of London Hue #BE7FB4

Color information

#BE7FB4 (or 0xBE7FB4) is unknown color: approx London Hue. HEX triplet: BE, 7F and B4. RGB value is (190,127,180). Sum of RGB (Red+Green+Blue) = 190+127+180=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7FB4 is #41804B. Grayscale: #979797. Windows color (decimal): -4292684 or 11829182. OLE color: 11829182.

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

Color convert

RGB190127180-
CMYK00.330.050.25
HSL309.52º32.64%62.16%-
HSV(B)309.52º33.16%74.51%-
XYZ37.0629.4246.91-
YUV151.88143.87155.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 127 (50% from 255) = 25.55%
BLUE value IS 180 (70.70% from 255) = 36.22%
R=38.23%
G=25.55%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012718000.330.050.25309.5232.6462.16
HexBE7FB4021519136213e
Octal2761772640415314664176
Binary10111110111111110110100010000110111001100110110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7FB4; }

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

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

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

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

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

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

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

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