#BEA5B5

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

Shades of Lily #BEA5B5

Tints of Lily #BEA5B5

Color information

#BEA5B5 (or 0xBEA5B5) is unknown color: approx Lily. HEX triplet: BE, A5 and B5. RGB value is (190,165,181). Sum of RGB (Red+Green+Blue) = 190+165+181=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5B5 is #415A4A. Grayscale: #AEAEAE. Windows color (decimal): -4282955 or 11904446. OLE color: 11904446.

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

Color convert

RGB190165181-
CMYK00.130.050.25
HSL321.6º16.13%69.61%-
HSV(B)321.6º13.16%74.51%-
XYZ43.0341.1949.4-
YUV174.3131.78139.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 165 (64.84% from 255) = 30.78%
BLUE value IS 181 (71.09% from 255) = 33.77%
R=35.45%
G=30.78%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016518100.130.050.25321.616.1369.61
HexBEA5B50D5191421046
Octal27624526501553150220106
Binary1011111010100101101101010110110111001101000010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA5B5; }

 p { color: rgb(190,165,181); }

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

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

 a { background-color: rgb(190,165,181); }

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

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

 span { border-color: rgb(190,165,181); }

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