#BEA2B7

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

Shades of Lily #BEA2B7

Tints of Lily #BEA2B7

Color information

#BEA2B7 (or 0xBEA2B7) is unknown color: approx Lily. HEX triplet: BE, A2 and B7. RGB value is (190,162,183). Sum of RGB (Red+Green+Blue) = 190+162+183=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2B7 is #415D48. Grayscale: #ACACAC. Windows color (decimal): -4283721 or 12034750. OLE color: 12034750.

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

Color convert

RGB190162183-
CMYK00.150.040.25
HSL315º17.72%69.02%-
HSV(B)315º14.74%74.51%-
XYZ42.740.2150.31-
YUV172.77133.78140.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 162 (63.67% from 255) = 30.28%
BLUE value IS 183 (71.88% from 255) = 34.21%
R=35.51%
G=30.28%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016218300.150.040.2531517.7269.02
HexBEA2B70F41913b1245
Octal27624226701743147322105
Binary1011111010100010101101110111110011001100111011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2B7; }

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

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

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

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

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

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

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

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