#BEA0B7

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

Shades of Lily #BEA0B7

Tints of Lily #BEA0B7

Color information

#BEA0B7 (or 0xBEA0B7) is unknown color: approx Lily. HEX triplet: BE, A0 and B7. RGB value is (190,160,183). Sum of RGB (Red+Green+Blue) = 190+160+183=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0B7 is #415F48. Grayscale: #ABABAB. Windows color (decimal): -4284233 or 12034238. OLE color: 12034238.

HSL color Cylindrical-coordinate representation of color #BEA0B7: hue angle of 314º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEA0B7 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB190160183-
CMYK00.160.040.25
HSL314º18.75%68.63%-
HSV(B)314º15.79%74.51%-
XYZ42.3539.5150.19-
YUV171.59134.44141.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 160 (62.89% from 255) = 30.02%
BLUE value IS 183 (71.88% from 255) = 34.33%
R=35.65%
G=30.02%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016018300.160.040.2531418.7568.63
HexBEA0B701041913a1345
Octal27624026702043147223105
Binary10111110101000001011011101000010011001100111010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA0B7; }

 p { color: rgb(190,160,183); }

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

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

 a { background-color: rgb(190,160,183); }

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

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

 span { border-color: rgb(190,160,183); }

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