#BE7FB0

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

Shades of London Hue #BE7FB0

Tints of London Hue #BE7FB0

Color information

#BE7FB0 (or 0xBE7FB0) is unknown color: approx London Hue. HEX triplet: BE, 7F and B0. RGB value is (190,127,176). Sum of RGB (Red+Green+Blue) = 190+127+176=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7FB0 is #41804F. Grayscale: #979797. Windows color (decimal): -4292688 or 11567038. OLE color: 11567038.

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

Color convert

RGB190127176-
CMYK00.330.070.25
HSL313.33º32.64%62.16%-
HSV(B)313.33º33.16%74.51%-
XYZ36.6629.2644.79-
YUV151.42141.87155.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 176 (69.14% from 255) = 35.70%
R=38.54%
G=25.76%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012717600.330.070.25313.3332.6462.16
HexBE7FB0021719139213e
Octal2761772600417314714176
Binary10111110111111110110000010000111111001100111001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7FB0; }

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

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

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

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

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

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

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

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