#BE86BD

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

Shades of London Hue #BE86BD

Tints of London Hue #BE86BD

Color information

#BE86BD (or 0xBE86BD) is unknown color: approx London Hue. HEX triplet: BE, 86 and BD. RGB value is (190,134,189). Sum of RGB (Red+Green+Blue) = 190+134+189=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 190 - color contains mainly: red. Hex color #BE86BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86BD is #417942. Grayscale: #9C9C9C. Windows color (decimal): -4290883 or 12420798. OLE color: 12420798.

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

Color convert

RGB190134189-
CMYK00.290.010.25
HSL301.07º30.11%63.53%-
HSV(B)301.07º29.47%74.51%-
XYZ38.9531.6752.2-
YUV157.01146.05151.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 134 (52.73% from 255) = 26.12%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=37.04%
G=26.12%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013418900.290.010.25301.0730.1163.53
HexBE86BD01D11912d1e40
Octal27620627503513145536100
Binary101111101000011010111101011101111001100101101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE86BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE86BD; }

 p { color: rgb(190,134,189); }

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

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

 a { background-color: rgb(190,134,189); }

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

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

 span { border-color: rgb(190,134,189); }

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