#BEA7B3

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

Shades of Lily #BEA7B3

Tints of Lily #BEA7B3

Color information

#BEA7B3 (or 0xBEA7B3) is unknown color: approx Lily. HEX triplet: BE, A7 and B3. RGB value is (190,167,179). Sum of RGB (Red+Green+Blue) = 190+167+179=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA7B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA7B3 is #41584C. Grayscale: #AFAFAF. Windows color (decimal): -4282445 or 11773886. OLE color: 11773886.

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

Color convert

RGB190167179-
CMYK00.120.060.25
HSL328.7º15.03%70%-
HSV(B)328.7º12.11%74.51%-
XYZ43.1941.8448.45-
YUV175.24130.12138.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 167 (65.62% from 255) = 31.16%
BLUE value IS 179 (70.31% from 255) = 33.40%
R=35.45%
G=31.16%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016717900.120.060.25328.715.0370
HexBEA7B30C619149f46
Octal27624726301463151117106
Binary101111101010011110110011011001101100110100100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA7B3; }

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

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

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

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

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

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

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

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