#BE86BA

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

Shades of London Hue #BE86BA

Tints of London Hue #BE86BA

Color information

#BE86BA (or 0xBE86BA) is unknown color: approx London Hue. HEX triplet: BE, 86 and BA. RGB value is (190,134,186). Sum of RGB (Red+Green+Blue) = 190+134+186=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BE86BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86BA is #417945. Grayscale: #9C9C9C. Windows color (decimal): -4290886 or 12224190. OLE color: 12224190.

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

Color convert

RGB190134186-
CMYK00.290.020.25
HSL304.29º30.11%63.53%-
HSV(B)304.29º29.47%74.51%-
XYZ38.6231.5450.51-
YUV156.67144.55151.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 134 (52.73% from 255) = 26.27%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=37.25%
G=26.27%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013418600.290.020.25304.2930.1163.53
HexBE86BA01D2191301e40
Octal27620627203523146036100
Binary1011111010000110101110100111011011001100110000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE86BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE86BA; }

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

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

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

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

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

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

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

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