#BE92B7

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

Shades of London Hue #BE92B7

Tints of London Hue #BE92B7

Color information

#BE92B7 (or 0xBE92B7) is unknown color: approx London Hue. HEX triplet: BE, 92 and B7. RGB value is (190,146,183). Sum of RGB (Red+Green+Blue) = 190+146+183=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BE92B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92B7 is #416D48. Grayscale: #A3A3A3. Windows color (decimal): -4287817 or 12030654. OLE color: 12030654.

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

Color convert

RGB190146183-
CMYK00.230.040.25
HSL309.55º25.29%65.88%-
HSV(B)309.55º23.16%74.51%-
XYZ40.0634.9249.43-
YUV163.37139.08146.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=36.61%
G=28.13%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014618300.230.040.25309.5525.2965.88
HexBE92B70174191361942
Octal27622226702743146631102
Binary10111110100100101011011101011110011001100110110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92B7; }

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

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

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

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

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

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

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

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