#BE80AC

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

Shades of London Hue #BE80AC

Tints of London Hue #BE80AC

Color information

#BE80AC (or 0xBE80AC) is unknown color: approx London Hue. HEX triplet: BE, 80 and AC. RGB value is (190,128,172). Sum of RGB (Red+Green+Blue) = 190+128+172=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE80AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE80AC is #417F53. Grayscale: #979797. Windows color (decimal): -4292436 or 11305150. OLE color: 11305150.

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

Color convert

RGB190128172-
CMYK00.330.090.25
HSL317.42º32.29%62.35%-
HSV(B)317.42º32.63%74.51%-
XYZ36.429.3642.78-
YUV151.55139.54155.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 128 (50.39% from 255) = 26.12%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=38.78%
G=26.12%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012817200.330.090.25317.4232.2962.35
HexBE80AC02191913d203e
Octal27620025404111314754076
Binary1011111010000000101011000100001100111001100111101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE80AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE80AC; }

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

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

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

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

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

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

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

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