#BE85AE

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

Shades of London Hue #BE85AE

Tints of London Hue #BE85AE

Color information

#BE85AE (or 0xBE85AE) is unknown color: approx London Hue. HEX triplet: BE, 85 and AE. RGB value is (190,133,174). Sum of RGB (Red+Green+Blue) = 190+133+174=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE85AE is #417A51. Grayscale: #9A9A9A. Windows color (decimal): -4291154 or 11437502. OLE color: 11437502.

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

Color convert

RGB190133174-
CMYK00.30.080.25
HSL316.84º30.48%63.33%-
HSV(B)316.84º30%74.51%-
XYZ37.2630.7844.02-
YUV154.72138.88153.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=38.23%
G=26.76%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013317400.30.080.25316.8430.4863.33
HexBE85AE01E81913d1e3f
Octal27620525603610314753677
Binary10111110100001011010111001111010001100110011110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85AE; }

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

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

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

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

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

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

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

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