#BE86B2

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

Shades of London Hue #BE86B2

Tints of London Hue #BE86B2

Color information

#BE86B2 (or 0xBE86B2) is unknown color: approx London Hue. HEX triplet: BE, 86 and B2. RGB value is (190,134,178). Sum of RGB (Red+Green+Blue) = 190+134+178=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE86B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE86B2 is #41794D. Grayscale: #9B9B9B. Windows color (decimal): -4290894 or 11699902. OLE color: 11699902.

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

Color convert

RGB190134178-
CMYK00.290.060.25
HSL312.86º30.11%63.53%-
HSV(B)312.86º29.47%74.51%-
XYZ37.831.2146.15-
YUV155.76140.55152.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 134 (52.73% from 255) = 26.69%
BLUE value IS 178 (69.92% from 255) = 35.46%
R=37.85%
G=26.69%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013417800.290.060.25312.8630.1163.53
HexBE86B201D6191391e40
Octal27620626203563147136100
Binary10111110100001101011001001110111011001100111001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE86B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE86B2; }

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

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

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

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

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

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

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

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