#BE86BC

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

Shades of London Hue #BE86BC

Tints of London Hue #BE86BC

Color information

#BE86BC (or 0xBE86BC) is unknown color: approx London Hue. HEX triplet: BE, 86 and BC. RGB value is (190,134,188). Sum of RGB (Red+Green+Blue) = 190+134+188=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BE86BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86BC is #417943. Grayscale: #9C9C9C. Windows color (decimal): -4290884 or 12355262. OLE color: 12355262.

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

Color convert

RGB190134188-
CMYK00.290.010.25
HSL302.14º30.11%63.53%-
HSV(B)302.14º29.47%74.51%-
XYZ38.8431.6351.63-
YUV156.9145.55151.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 134 (52.73% from 255) = 26.17%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=37.11%
G=26.17%
B=36.72%

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
Decimal19013418800.290.010.25302.1430.1163.53
HexBE86BC01D11912e1e40
Octal27620627403513145636100
Binary101111101000011010111100011101111001100101110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE86BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE86BC; }

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

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

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

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

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

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

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

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