#BE91BB

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

Shades of London Hue #BE91BB

Tints of London Hue #BE91BB

Color information

#BE91BB (or 0xBE91BB) is unknown color: approx London Hue. HEX triplet: BE, 91 and BB. RGB value is (190,145,187). Sum of RGB (Red+Green+Blue) = 190+145+187=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BE91BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91BB is #416E44. Grayscale: #A3A3A3. Windows color (decimal): -4288069 or 12292542. OLE color: 12292542.

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

Color convert

RGB190145187-
CMYK00.240.020.25
HSL304º25.71%65.69%-
HSV(B)304º23.68%74.51%-
XYZ40.3334.7951.6-
YUV163.24141.41147.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 145 (57.03% from 255) = 27.78%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=36.40%
G=27.78%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014518700.240.020.2530425.7165.69
HexBE91BB0182191301a42
Octal27622127303023146032102
Binary1011111010010001101110110110001011001100110000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE91BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE91BB; }

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

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

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

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

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

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

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

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