#BEACB5

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

Shades of Lily #BEACB5

Tints of Lily #BEACB5

Color information

#BEACB5 (or 0xBEACB5) is unknown color: approx Lily. HEX triplet: BE, AC and B5. RGB value is (190,172,181). Sum of RGB (Red+Green+Blue) = 190+172+181=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACB5 is #41534A. Grayscale: #B2B2B2. Windows color (decimal): -4281163 or 11906238. OLE color: 11906238.

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

Color convert

RGB190172181-
CMYK00.090.050.25
HSL330º12.16%70.98%-
HSV(B)330º9.47%74.51%-
XYZ44.3343.7949.83-
YUV178.41129.46136.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 181 (71.09% from 255) = 33.33%
R=34.99%
G=31.68%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017218100.090.050.2533012.1670.98
HexBEACB50951914ac47
Octal27625426501153151214107
Binary101111101010110010110101010011011100110100101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACB5; }

 p { color: rgb(190,172,181); }

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

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

 a { background-color: rgb(190,172,181); }

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

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

 span { border-color: rgb(190,172,181); }

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