#BEA0B4

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

Shades of Lily #BEA0B4

Tints of Lily #BEA0B4

Color information

#BEA0B4 (or 0xBEA0B4) is unknown color: approx Lily. HEX triplet: BE, A0 and B4. RGB value is (190,160,180). Sum of RGB (Red+Green+Blue) = 190+160+180=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0B4 is #415F4B. Grayscale: #ABABAB. Windows color (decimal): -4284236 or 11837630. OLE color: 11837630.

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

Color convert

RGB190160180-
CMYK00.160.050.25
HSL320º18.75%68.63%-
HSV(B)320º15.79%74.51%-
XYZ42.0439.3848.57-
YUV171.25132.94141.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 160 (62.89% from 255) = 30.19%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=35.85%
G=30.19%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016018000.160.050.2532018.7568.63
HexBEA0B40105191401345
Octal27624026402053150023105
Binary10111110101000001011010001000010111001101000000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA0B4; }

 p { color: rgb(190,160,180); }

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

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

 a { background-color: rgb(190,160,180); }

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

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

 span { border-color: rgb(190,160,180); }

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