#BE84BA

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

Shades of London Hue #BE84BA

Tints of London Hue #BE84BA

Color information

#BE84BA (or 0xBE84BA) is unknown color: approx London Hue. HEX triplet: BE, 84 and BA. RGB value is (190,132,186). Sum of RGB (Red+Green+Blue) = 190+132+186=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BE84BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE84BA is #417B45. Grayscale: #9B9B9B. Windows color (decimal): -4291398 or 12223678. OLE color: 12223678.

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

Color convert

RGB190132186-
CMYK00.310.020.25
HSL304.14º30.85%63.14%-
HSV(B)304.14º30.53%74.51%-
XYZ38.3530.9950.42-
YUV155.5145.22152.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 132 (51.95% from 255) = 25.98%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=37.40%
G=25.98%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013218600.310.020.25304.1430.8563.14
HexBE84BA01F2191301f3f
Octal2762042720372314603777
Binary101111101000010010111010011111101100110011000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE84BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE84BA; }

 p { color: rgb(190,132,186); }

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

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

 a { background-color: rgb(190,132,186); }

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

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

 span { border-color: rgb(190,132,186); }

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