#BE85BE

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

Shades of London Hue #BE85BE

Tints of London Hue #BE85BE

Color information

#BE85BE (or 0xBE85BE) is unknown color: approx London Hue. HEX triplet: BE, 85 and BE. RGB value is (190,133,190). Sum of RGB (Red+Green+Blue) = 190+133+190=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE85BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85BE is #417A41. Grayscale: #9C9C9C. Windows color (decimal): -4291138 or 12486078. OLE color: 12486078.

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

Color convert

RGB190133190-
CMYK00.300.25
HSL300º30.48%63.33%-
HSV(B)300º30%74.51%-
XYZ38.9231.4452.73-
YUV156.54146.88151.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=37.04%
G=25.93%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013319000.300.2530030.4863.33
HexBE85BE01E01912c1e3f
Octal2762052760360314543677
Binary10111110100001011011111001111001100110010110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85BE; }

 p { color: rgb(190,133,190); }

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

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

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

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

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

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

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