#BE83AC

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

Shades of London Hue #BE83AC

Tints of London Hue #BE83AC

Color information

#BE83AC (or 0xBE83AC) is unknown color: approx London Hue. HEX triplet: BE, 83 and AC. RGB value is (190,131,172). Sum of RGB (Red+Green+Blue) = 190+131+172=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BE83AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE83AC is #417C53. Grayscale: #999999. Windows color (decimal): -4291668 or 11305918. OLE color: 11305918.

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

Color convert

RGB190131172-
CMYK00.310.090.25
HSL318.31º31.22%62.94%-
HSV(B)318.31º31.05%74.51%-
XYZ36.830.1642.91-
YUV153.32138.55154.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=38.54%
G=26.57%
B=34.89%

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
Decimal19013117200.310.090.25318.3131.2262.94
HexBE83AC01F91913e1f3f
Octal27620325403711314763777
Binary10111110100000111010110001111110011100110011111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE83AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE83AC; }

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

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

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

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

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

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

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

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