#BEAEB6

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

Shades of Lily #BEAEB6

Tints of Lily #BEAEB6

Color information

#BEAEB6 (or 0xBEAEB6) is unknown color: approx Lily. HEX triplet: BE, AE and B6. RGB value is (190,174,182). Sum of RGB (Red+Green+Blue) = 190+174+182=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEB6 is #415149. Grayscale: #B3B3B3. Windows color (decimal): -4280650 or 11972286. OLE color: 11972286.

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

Color convert

RGB190174182-
CMYK00.080.040.25
HSL330º10.96%71.37%-
HSV(B)330º8.42%74.51%-
XYZ44.8144.650.5-
YUV179.7129.3135.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 182 (71.48% from 255) = 33.33%
R=34.80%
G=31.87%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017418200.080.040.2533010.9671.37
HexBEAEB60841914ab47
Octal27625626601043151213107
Binary101111101010111010110110010001001100110100101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEB6; }

 p { color: rgb(190,174,182); }

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

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

 a { background-color: rgb(190,174,182); }

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

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

 span { border-color: rgb(190,174,182); }

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