#BE91B9

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

Shades of London Hue #BE91B9

Tints of London Hue #BE91B9

Color information

#BE91B9 (or 0xBE91B9) is unknown color: approx London Hue. HEX triplet: BE, 91 and B9. RGB value is (190,145,185). Sum of RGB (Red+Green+Blue) = 190+145+185=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BE91B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91B9 is #416E46. Grayscale: #A2A2A2. Windows color (decimal): -4288071 or 12161470. OLE color: 12161470.

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

Color convert

RGB190145185-
CMYK00.240.030.25
HSL306.67º25.71%65.69%-
HSV(B)306.67º23.68%74.51%-
XYZ40.1234.750.48-
YUV163.01140.41147.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 185 (72.66% from 255) = 35.58%
R=36.54%
G=27.88%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014518500.240.030.25306.6725.7165.69
HexBE91B90183191331a42
Octal27622127103033146332102
Binary1011111010010001101110010110001111001100110011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE91B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE91B9; }

 p { color: rgb(190,145,185); }

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

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

 a { background-color: rgb(190,145,185); }

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

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

 span { border-color: rgb(190,145,185); }

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