#BEA1B8

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

Shades of Lily #BEA1B8

Tints of Lily #BEA1B8

Color information

#BEA1B8 (or 0xBEA1B8) is unknown color: approx Lily. HEX triplet: BE, A1 and B8. RGB value is (190,161,184). Sum of RGB (Red+Green+Blue) = 190+161+184=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1B8 is #415E47. Grayscale: #ACACAC. Windows color (decimal): -4283976 or 12100030. OLE color: 12100030.

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

Color convert

RGB190161184-
CMYK00.150.030.25
HSL312.41º18.24%68.82%-
HSV(B)312.41º15.26%74.51%-
XYZ42.6339.950.8-
YUV172.29134.61140.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 184 (72.27% from 255) = 34.39%
R=35.51%
G=30.09%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016118400.150.030.25312.4118.2468.82
HexBEA1B80F3191381245
Octal27624127001733147022105
Binary101111101010000110111000011111111001100111000100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1B8; }

 p { color: rgb(190,161,184); }

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

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

 a { background-color: rgb(190,161,184); }

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

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

 span { border-color: rgb(190,161,184); }

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