#BE82BC

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

Shades of London Hue #BE82BC

Tints of London Hue #BE82BC

Color information

#BE82BC (or 0xBE82BC) is unknown color: approx London Hue. HEX triplet: BE, 82 and BC. RGB value is (190,130,188). Sum of RGB (Red+Green+Blue) = 190+130+188=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BE82BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82BC is #417D43. Grayscale: #9A9A9A. Windows color (decimal): -4291908 or 12354238. OLE color: 12354238.

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

Color convert

RGB190130188-
CMYK00.320.010.25
HSL302º31.58%62.75%-
HSV(B)302º31.58%74.51%-
XYZ38.2930.5451.45-
YUV154.55146.88153.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 130 (51.17% from 255) = 25.59%
BLUE value IS 188 (73.83% from 255) = 37.01%
R=37.40%
G=25.59%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013018800.320.010.2530231.5862.75
HexBE82BC02011912e203f
Octal2762022740401314564077
Binary1011111010000010101111000100000111001100101110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE82BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE82BC; }

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

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

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

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

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

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

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

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