#BE85B3

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

Shades of London Hue #BE85B3

Tints of London Hue #BE85B3

Color information

#BE85B3 (or 0xBE85B3) is unknown color: approx London Hue. HEX triplet: BE, 85 and B3. RGB value is (190,133,179). Sum of RGB (Red+Green+Blue) = 190+133+179=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85B3 is #417A4C. Grayscale: #9B9B9B. Windows color (decimal): -4291149 or 11765182. OLE color: 11765182.

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

Color convert

RGB190133179-
CMYK00.30.060.25
HSL311.58º30.48%63.33%-
HSV(B)311.58º30%74.51%-
XYZ37.7630.9846.64-
YUV155.29141.38152.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 179 (70.31% from 255) = 35.66%
R=37.85%
G=26.49%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013317900.30.060.25311.5830.4863.33
HexBE85B301E6191381e3f
Octal2762052630366314703677
Binary1011111010000101101100110111101101100110011100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85B3; }

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

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

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

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

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

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

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

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