#BE82AD

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

Shades of London Hue #BE82AD

Tints of London Hue #BE82AD

Color information

#BE82AD (or 0xBE82AD) is unknown color: approx London Hue. HEX triplet: BE, 82 and AD. RGB value is (190,130,173). Sum of RGB (Red+Green+Blue) = 190+130+173=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BE82AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE82AD is #417D52. Grayscale: #989898. Windows color (decimal): -4291923 or 11371198. OLE color: 11371198.

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

Color convert

RGB190130173-
CMYK00.320.090.25
HSL317º31.58%62.75%-
HSV(B)317º31.58%74.51%-
XYZ36.7629.9343.37-
YUV152.84139.38154.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=38.54%
G=26.37%
B=35.09%

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
Decimal19013017300.320.090.2531731.5862.75
HexBE82AD02091913d203f
Octal27620225504011314754077
Binary1011111010000010101011010100000100111001100111101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE82AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE82AD; }

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

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

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

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

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

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

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

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