#BE92B6

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

Shades of London Hue #BE92B6

Tints of London Hue #BE92B6

Color information

#BE92B6 (or 0xBE92B6) is unknown color: approx London Hue. HEX triplet: BE, 92 and B6. RGB value is (190,146,182). Sum of RGB (Red+Green+Blue) = 190+146+182=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BE92B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92B6 is #416D49. Grayscale: #A3A3A3. Windows color (decimal): -4287818 or 11965118. OLE color: 11965118.

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

Color convert

RGB190146182-
CMYK00.230.040.25
HSL310.91º25.29%65.88%-
HSV(B)310.91º23.16%74.51%-
XYZ39.9634.8848.88-
YUV163.26138.58147.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 146 (57.42% from 255) = 28.19%
BLUE value IS 182 (71.48% from 255) = 35.14%
R=36.68%
G=28.19%
B=35.14%

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
Decimal19014618200.230.040.25310.9125.2965.88
HexBE92B60174191371942
Octal27622226602743146731102
Binary10111110100100101011011001011110011001100110111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92B6; }

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

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

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

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

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

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

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

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