#BE85AD

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

Shades of London Hue #BE85AD

Tints of London Hue #BE85AD

Color information

#BE85AD (or 0xBE85AD) is unknown color: approx London Hue. HEX triplet: BE, 85 and AD. RGB value is (190,133,173). Sum of RGB (Red+Green+Blue) = 190+133+173=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE85AD is #417A52. Grayscale: #9A9A9A. Windows color (decimal): -4291155 or 11371966. OLE color: 11371966.

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

Color convert

RGB190133173-
CMYK00.30.090.25
HSL317.89º30.48%63.33%-
HSV(B)317.89º30%74.51%-
XYZ37.1730.7443.51-
YUV154.6138.38153.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 133 (52.34% from 255) = 26.81%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=38.31%
G=26.81%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013317300.30.090.25317.8930.4863.33
HexBE85AD01E91913e1e3f
Octal27620525503611314763677
Binary10111110100001011010110101111010011100110011111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85AD; }

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

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

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

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

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

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

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

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