#BE91B8

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

Shades of London Hue #BE91B8

Tints of London Hue #BE91B8

Color information

#BE91B8 (or 0xBE91B8) is unknown color: approx London Hue. HEX triplet: BE, 91 and B8. RGB value is (190,145,184). Sum of RGB (Red+Green+Blue) = 190+145+184=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BE91B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91B8 is #416E47. Grayscale: #A2A2A2. Windows color (decimal): -4288072 or 12095934. OLE color: 12095934.

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

Color convert

RGB190145184-
CMYK00.240.030.25
HSL308º25.71%65.69%-
HSV(B)308º23.68%74.51%-
XYZ40.0134.6649.93-
YUV162.9139.91147.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 145 (57.03% from 255) = 27.94%
BLUE value IS 184 (72.27% from 255) = 35.45%
R=36.61%
G=27.94%
B=35.45%

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
Decimal19014518400.240.030.2530825.7165.69
HexBE91B80183191341a42
Octal27622127003033146432102
Binary1011111010010001101110000110001111001100110100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE91B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE91B8; }

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

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

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

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

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

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

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

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