#BEA9B3

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

Shades of Lily #BEA9B3

Tints of Lily #BEA9B3

Color information

#BEA9B3 (or 0xBEA9B3) is unknown color: approx Lily. HEX triplet: BE, A9 and B3. RGB value is (190,169,179). Sum of RGB (Red+Green+Blue) = 190+169+179=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA9B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9B3 is #41564C. Grayscale: #B0B0B0. Windows color (decimal): -4281933 or 11774398. OLE color: 11774398.

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

Color convert

RGB190169179-
CMYK00.110.060.25
HSL331.43º13.91%70.39%-
HSV(B)331.43º11.05%74.51%-
XYZ43.5642.5848.57-
YUV176.42129.46137.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 169 (66.41% from 255) = 31.41%
BLUE value IS 179 (70.31% from 255) = 33.27%
R=35.32%
G=31.41%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016917900.110.060.25331.4313.9170.39
HexBEA9B30B61914be46
Octal27625126301363151316106
Binary101111101010100110110011010111101100110100101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9B3; }

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

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

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

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

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

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

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

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