#BEACB4

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

Shades of Lily #BEACB4

Tints of Lily #BEACB4

Color information

#BEACB4 (or 0xBEACB4) is unknown color: approx Lily. HEX triplet: BE, AC and B4. RGB value is (190,172,180). Sum of RGB (Red+Green+Blue) = 190+172+180=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACB4 is #41534B. Grayscale: #B2B2B2. Windows color (decimal): -4281164 or 11840702. OLE color: 11840702.

HSL color Cylindrical-coordinate representation of color #BEACB4: hue angle of 333.33º 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 #BEACB4 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB190172180-
CMYK00.090.050.25
HSL333.33º12.16%70.98%-
HSV(B)333.33º9.47%74.51%-
XYZ44.2343.7549.29-
YUV178.29128.96136.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 180 (70.70% from 255) = 33.21%
R=35.06%
G=31.73%
B=33.21%

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
Decimal19017218000.090.050.25333.3312.1670.98
HexBEACB40951914dc47
Octal27625426401153151514107
Binary101111101010110010110100010011011100110100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACB4; }

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

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

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

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

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

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

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

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