#BEA6B8

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

Shades of Lily #BEA6B8

Tints of Lily #BEA6B8

Color information

#BEA6B8 (or 0xBEA6B8) is unknown color: approx Lily. HEX triplet: BE, A6 and B8. RGB value is (190,166,184). Sum of RGB (Red+Green+Blue) = 190+166+184=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 184 (72.27% from 255 or 34.07% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA6B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6B8 is #415947. Grayscale: #AFAFAF. Windows color (decimal): -4282696 or 12101310. OLE color: 12101310.

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

Color convert

RGB190166184-
CMYK00.130.030.25
HSL315º15.58%69.8%-
HSV(B)315º12.63%74.51%-
XYZ43.5241.6851.1-
YUV175.23132.95138.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 166 (65.23% from 255) = 30.74%
BLUE value IS 184 (72.27% from 255) = 34.07%
R=35.19%
G=30.74%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016618400.130.030.2531515.5869.8
HexBEA6B80D31913b1046
Octal27624627001533147320106
Binary101111101010011010111000011011111001100111011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA6B8; }

 p { color: rgb(190,166,184); }

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

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

 a { background-color: rgb(190,166,184); }

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

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

 span { border-color: rgb(190,166,184); }

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