#BEAAB2

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

Shades of Lily #BEAAB2

Tints of Lily #BEAAB2

Color information

#BEAAB2 (or 0xBEAAB2) is unknown color: approx Lily. HEX triplet: BE, AA and B2. RGB value is (190,170,178). Sum of RGB (Red+Green+Blue) = 190+170+178=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAAB2 is #41554D. Grayscale: #B0B0B0. Windows color (decimal): -4281678 or 11709118. OLE color: 11709118.

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

Color convert

RGB190170178-
CMYK00.110.060.25
HSL336º13.33%70.59%-
HSV(B)336º10.53%74.51%-
XYZ43.6542.9148.1-
YUV176.89128.63137.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 178 (69.92% from 255) = 33.09%
R=35.32%
G=31.60%
B=33.09%

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
Decimal19017017800.110.060.2533613.3370.59
HexBEAAB20B619150d47
Octal27625226201363152015107
Binary101111101010101010110010010111101100110101000011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAAB2; }

 p { color: rgb(190,170,178); }

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

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

 a { background-color: rgb(190,170,178); }

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

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

 span { border-color: rgb(190,170,178); }

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