#BE85AC

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

Shades of London Hue #BE85AC

Tints of London Hue #BE85AC

Color information

#BE85AC (or 0xBE85AC) is unknown color: approx London Hue. HEX triplet: BE, 85 and AC. RGB value is (190,133,172). Sum of RGB (Red+Green+Blue) = 190+133+172=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE85AC is #417A53. Grayscale: #9A9A9A. Windows color (decimal): -4291156 or 11306430. OLE color: 11306430.

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

Color convert

RGB190133172-
CMYK00.30.090.25
HSL318.95º30.48%63.33%-
HSV(B)318.95º30%74.51%-
XYZ37.0730.743-
YUV154.49137.88153.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 133 (52.34% from 255) = 26.87%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=38.38%
G=26.87%
B=34.75%

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
Decimal19013317200.30.090.25318.9530.4863.33
HexBE85AC01E91913f1e3f
Octal27620525403611314773677
Binary10111110100001011010110001111010011100110011111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85AC; }

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

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

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

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

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

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

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

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