#BEA6B3

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

Shades of Lily #BEA6B3

Tints of Lily #BEA6B3

Color information

#BEA6B3 (or 0xBEA6B3) is unknown color: approx Lily. HEX triplet: BE, A6 and B3. RGB value is (190,166,179). Sum of RGB (Red+Green+Blue) = 190+166+179=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6B3 is #41594C. Grayscale: #AEAEAE. Windows color (decimal): -4282701 or 11773630. OLE color: 11773630.

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

Color convert

RGB190166179-
CMYK00.130.060.25
HSL327.5º15.58%69.8%-
HSV(B)327.5º12.63%74.51%-
XYZ43.0141.4748.39-
YUV174.66130.45138.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 166 (65.23% from 255) = 31.03%
BLUE value IS 179 (70.31% from 255) = 33.46%
R=35.51%
G=31.03%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016617900.130.060.25327.515.5869.8
HexBEA6B30D6191481046
Octal27624626301563151020106
Binary1011111010100110101100110110111011001101001000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA6B3; }

 p { color: rgb(190,166,179); }

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

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

 a { background-color: rgb(190,166,179); }

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

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

 span { border-color: rgb(190,166,179); }

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