#BE82BF

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

Shades of London Hue #BE82BF

Tints of London Hue #BE82BF

Color information

#BE82BF (or 0xBE82BF) is unknown color: approx London Hue. HEX triplet: BE, 82 and BF. RGB value is (190,130,191). Sum of RGB (Red+Green+Blue) = 190+130+191=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE82BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82BF is #417D40. Grayscale: #9A9A9A. Windows color (decimal): -4291905 or 12550846. OLE color: 12550846.

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

Color convert

RGB190130191-
CMYK0.010.3200.25
HSL299.02º32.28%62.94%-
HSV(B)299.02º31.94%74.9%-
XYZ38.6230.6753.18-
YUV154.89148.38153.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 130 (51.17% from 255) = 25.44%
BLUE value IS 191 (75% from 255) = 37.38%
R=37.18%
G=25.44%
B=37.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901301910.010.3200.25299.0232.2862.94
HexBE82BF12001912b203f
Octal2762022771400314534077
Binary1011111010000010101111111100000011001100101011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE82BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE82BF; }

 p { color: rgb(190,130,191); }

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

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

 a { background-color: rgb(190,130,191); }

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

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

 span { border-color: rgb(190,130,191); }

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