#BEAAB4

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

Shades of Lily #BEAAB4

Tints of Lily #BEAAB4

Color information

#BEAAB4 (or 0xBEAAB4) is unknown color: approx Lily. HEX triplet: BE, AA and B4. RGB value is (190,170,180). Sum of RGB (Red+Green+Blue) = 190+170+180=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAAB4 is #41554B. Grayscale: #B1B1B1. Windows color (decimal): -4281676 or 11840190. OLE color: 11840190.

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

Color convert

RGB190170180-
CMYK00.110.050.25
HSL330º13.33%70.59%-
HSV(B)330º10.53%74.51%-
XYZ43.8542.9949.17-
YUV177.12129.63137.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 180 (70.70% from 255) = 33.33%
R=35.19%
G=31.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017018000.110.050.2533013.3370.59
HexBEAAB40B51914ad47
Octal27625226401353151215107
Binary101111101010101010110100010111011100110100101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAAB4; }

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

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

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

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

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

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

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

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