#BE82AC

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

Shades of London Hue #BE82AC

Tints of London Hue #BE82AC

Color information

#BE82AC (or 0xBE82AC) is unknown color: approx London Hue. HEX triplet: BE, 82 and AC. RGB value is (190,130,172). Sum of RGB (Red+Green+Blue) = 190+130+172=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE82AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE82AC is #417D53. Grayscale: #989898. Windows color (decimal): -4291924 or 11305662. OLE color: 11305662.

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

Color convert

RGB190130172-
CMYK00.320.090.25
HSL318º31.58%62.75%-
HSV(B)318º31.58%74.51%-
XYZ36.6629.8942.87-
YUV152.73138.88154.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 172 (67.58% from 255) = 34.96%
R=38.62%
G=26.42%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013017200.320.090.2531831.5862.75
HexBE82AC02091913e203f
Octal27620225404011314764077
Binary1011111010000010101011000100000100111001100111110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE82AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE82AC; }

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

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

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

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

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

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

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

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