#BE7CB6

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

Shades of London Hue #BE7CB6

Tints of London Hue #BE7CB6

Color information

#BE7CB6 (or 0xBE7CB6) is unknown color: approx London Hue. HEX triplet: BE, 7C and B6. RGB value is (190,124,182). Sum of RGB (Red+Green+Blue) = 190+124+182=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7CB6 is #418349. Grayscale: #969696. Windows color (decimal): -4293450 or 11959486. OLE color: 11959486.

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

Color convert

RGB190124182-
CMYK00.350.040.25
HSL307.27º33.67%61.57%-
HSV(B)307.27º34.74%74.51%-
XYZ36.8928.7447.86-
YUV150.35145.87156.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 124 (48.83% from 255) = 25%
BLUE value IS 182 (71.48% from 255) = 36.69%
R=38.31%
G=25%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012418200.350.040.25307.2733.6761.57
HexBE7CB6023419133223e
Octal2761742660434314634276
Binary10111110111110010110110010001110011001100110011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7CB6; }

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

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

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

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

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

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

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

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