#BE93B6

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

Shades of London Hue #BE93B6

Tints of London Hue #BE93B6

Color information

#BE93B6 (or 0xBE93B6) is unknown color: approx London Hue. HEX triplet: BE, 93 and B6. RGB value is (190,147,182). Sum of RGB (Red+Green+Blue) = 190+147+182=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BE93B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93B6 is #416C49. Grayscale: #A3A3A3. Windows color (decimal): -4287562 or 11965374. OLE color: 11965374.

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

Color convert

RGB190147182-
CMYK00.230.040.25
HSL311.16º24.86%66.08%-
HSV(B)311.16º22.63%74.51%-
XYZ40.1135.1948.93-
YUV163.85138.25146.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 147 (57.81% from 255) = 28.32%
BLUE value IS 182 (71.48% from 255) = 35.07%
R=36.61%
G=28.32%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014718200.230.040.25311.1624.8666.08
HexBE93B60174191371942
Octal27622326602743146731102
Binary10111110100100111011011001011110011001100110111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93B6; }

 p { color: rgb(190,147,182); }

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

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

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

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

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

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

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