#BE83AE

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

Shades of London Hue #BE83AE

Tints of London Hue #BE83AE

Color information

#BE83AE (or 0xBE83AE) is unknown color: approx London Hue. HEX triplet: BE, 83 and AE. RGB value is (190,131,174). Sum of RGB (Red+Green+Blue) = 190+131+174=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE83AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE83AE is #417C51. Grayscale: #999999. Windows color (decimal): -4291666 or 11436990. OLE color: 11436990.

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

Color convert

RGB190131174-
CMYK00.310.080.25
HSL316.27º31.22%62.94%-
HSV(B)316.27º31.05%74.51%-
XYZ36.9930.2443.93-
YUV153.54139.55154-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=38.38%
G=26.46%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013117400.310.080.25316.2731.2262.94
HexBE83AE01F81913c1f3f
Octal27620325603710314743777
Binary10111110100000111010111001111110001100110011110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE83AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE83AE; }

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

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

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

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

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

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

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

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