#BE85BA

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

Shades of London Hue #BE85BA

Tints of London Hue #BE85BA

Color information

#BE85BA (or 0xBE85BA) is unknown color: approx London Hue. HEX triplet: BE, 85 and BA. RGB value is (190,133,186). Sum of RGB (Red+Green+Blue) = 190+133+186=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85BA is #417A45. Grayscale: #9B9B9B. Windows color (decimal): -4291142 or 12223934. OLE color: 12223934.

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

Color convert

RGB190133186-
CMYK00.30.020.25
HSL304.21º30.48%63.33%-
HSV(B)304.21º30%74.51%-
XYZ38.4931.2750.46-
YUV156.08144.88152.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=37.33%
G=26.13%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013318600.30.020.25304.2130.4863.33
HexBE85BA01E2191301e3f
Octal2762052720362314603677
Binary101111101000010110111010011110101100110011000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85BA; }

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

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

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

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

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

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

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

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