#BE92B9

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

Shades of London Hue #BE92B9

Tints of London Hue #BE92B9

Color information

#BE92B9 (or 0xBE92B9) is unknown color: approx London Hue. HEX triplet: BE, 92 and B9. RGB value is (190,146,185). Sum of RGB (Red+Green+Blue) = 190+146+185=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BE92B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92B9 is #416D46. Grayscale: #A3A3A3. Windows color (decimal): -4287815 or 12161726. OLE color: 12161726.

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

Color convert

RGB190146185-
CMYK00.230.030.25
HSL306.82º25.29%65.88%-
HSV(B)306.82º23.16%74.51%-
XYZ40.2735.0150.53-
YUV163.6140.08146.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 146 (57.42% from 255) = 28.02%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=36.47%
G=28.02%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014618500.230.030.25306.8225.2965.88
HexBE92B90173191331942
Octal27622227102733146331102
Binary1011111010010010101110010101111111001100110011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92B9; }

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

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

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

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

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

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

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

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