#BE86AC

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

Shades of Lily #BE86AC

Tints of Lily #BE86AC

Color information

#BE86AC (or 0xBE86AC) is unknown color: approx Lily. HEX triplet: BE, 86 and AC. RGB value is (190,134,172). Sum of RGB (Red+Green+Blue) = 190+134+172=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BE86AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE86AC is #417953. Grayscale: #9A9A9A. Windows color (decimal): -4290900 or 11306686. OLE color: 11306686.

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

Color convert

RGB190134172-
CMYK00.290.090.25
HSL319.29º30.11%63.53%-
HSV(B)319.29º29.47%74.51%-
XYZ37.2130.9843.05-
YUV155.08137.55152.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=38.31%
G=27.02%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013417200.290.090.25319.2930.1163.53
HexBE86AC01D91913f1e40
Octal276206254035113147736100
Binary101111101000011010101100011101100111001100111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE86AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE86AC; }

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

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

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

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

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

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

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

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