#BE93B5

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

Shades of London Hue #BE93B5

Tints of London Hue #BE93B5

Color information

#BE93B5 (or 0xBE93B5) is unknown color: approx London Hue. HEX triplet: BE, 93 and B5. RGB value is (190,147,181). Sum of RGB (Red+Green+Blue) = 190+147+181=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BE93B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93B5 is #416C4A. Grayscale: #A3A3A3. Windows color (decimal): -4287563 or 11899838. OLE color: 11899838.

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

Color convert

RGB190147181-
CMYK00.230.050.25
HSL312.56º24.86%66.08%-
HSV(B)312.56º22.63%74.51%-
XYZ40.0135.1548.39-
YUV163.73137.75146.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 181 (71.09% from 255) = 34.94%
R=36.68%
G=28.38%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014718100.230.050.25312.5624.8666.08
HexBE93B50175191391942
Octal27622326502753147131102
Binary10111110100100111011010101011110111001100111001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93B5; }

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

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

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

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

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

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

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

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