#BE84AC

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

Shades of London Hue #BE84AC

Tints of London Hue #BE84AC

Color information

#BE84AC (or 0xBE84AC) is unknown color: approx London Hue. HEX triplet: BE, 84 and AC. RGB value is (190,132,172). Sum of RGB (Red+Green+Blue) = 190+132+172=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BE84AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE84AC is #417B53. Grayscale: #999999. Windows color (decimal): -4291412 or 11306174. OLE color: 11306174.

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

Color convert

RGB190132172-
CMYK00.310.090.25
HSL318.62º30.85%63.14%-
HSV(B)318.62º30.53%74.51%-
XYZ36.9330.4342.96-
YUV153.9138.22153.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=38.46%
G=26.72%
B=34.82%

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
Decimal19013217200.310.090.25318.6230.8563.14
HexBE84AC01F91913f1f3f
Octal27620425403711314773777
Binary10111110100001001010110001111110011100110011111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE84AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE84AC; }

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

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

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

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

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

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

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

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