#BE83AD

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

Shades of London Hue #BE83AD

Tints of London Hue #BE83AD

Color information

#BE83AD (or 0xBE83AD) is unknown color: approx London Hue. HEX triplet: BE, 83 and AD. RGB value is (190,131,173). Sum of RGB (Red+Green+Blue) = 190+131+173=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BE83AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE83AD is #417C52. Grayscale: #999999. Windows color (decimal): -4291667 or 11371454. OLE color: 11371454.

HSL color Cylindrical-coordinate representation of color #BE83AD: hue angle of 317.29º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE83AD is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB190131173-
CMYK00.310.090.25
HSL317.29º31.22%62.94%-
HSV(B)317.29º31.05%74.51%-
XYZ36.8930.243.42-
YUV153.43139.05154.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 131 (51.56% from 255) = 26.52%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=38.46%
G=26.52%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013117300.310.090.25317.2931.2262.94
HexBE83AD01F91913d1f3f
Octal27620325503711314753777
Binary10111110100000111010110101111110011100110011110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE83AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE83AD; }

 p { color: rgb(190,131,173); }

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

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

 a { background-color: rgb(190,131,173); }

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

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

 span { border-color: rgb(190,131,173); }

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