#BE85AB

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

Shades of Lily #BE85AB

Tints of Lily #BE85AB

Color information

#BE85AB (or 0xBE85AB) is unknown color: approx Lily. HEX triplet: BE, 85 and AB. RGB value is (190,133,171). Sum of RGB (Red+Green+Blue) = 190+133+171=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE85AB is #417A54. Grayscale: #9A9A9A. Windows color (decimal): -4291157 or 11240894. OLE color: 11240894.

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

Color convert

RGB190133171-
CMYK00.30.100.25
HSL320º30.48%63.33%-
HSV(B)320º30%74.51%-
XYZ36.9730.6642.5-
YUV154.38137.38153.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=38.46%
G=26.92%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013317100.30.100.2532030.4863.33
HexBE85AB01EA191401e3f
Octal27620525303612315003677
Binary10111110100001011010101101111010101100110100000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85AB; }

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

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

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

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

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

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

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

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