#BE82BA

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

Shades of London Hue #BE82BA

Tints of London Hue #BE82BA

Color information

#BE82BA (or 0xBE82BA) is unknown color: approx London Hue. HEX triplet: BE, 82 and BA. RGB value is (190,130,186). Sum of RGB (Red+Green+Blue) = 190+130+186=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BE82BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82BA is #417D45. Grayscale: #9A9A9A. Windows color (decimal): -4291910 or 12223166. OLE color: 12223166.

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

Color convert

RGB190130186-
CMYK00.320.020.25
HSL304º31.58%62.75%-
HSV(B)304º31.58%74.51%-
XYZ38.0830.4650.33-
YUV154.32145.88153.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 130 (51.17% from 255) = 25.69%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=37.55%
G=25.69%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013018600.320.020.2530431.5862.75
HexBE82BA020219130203f
Octal2762022720402314604077
Binary10111110100000101011101001000001011001100110000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE82BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE82BA; }

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

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

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

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

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

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

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

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