#BCA4B5

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

Shades of Lily #BCA4B5

Tints of Lily #BCA4B5

Color information

#BCA4B5 (or 0xBCA4B5) is unknown color: approx Lily. HEX triplet: BC, A4 and B5. RGB value is (188,164,181). Sum of RGB (Red+Green+Blue) = 188+164+181=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA4B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4B5 is #435B4A. Grayscale: #ADADAD. Windows color (decimal): -4414283 or 11904188. OLE color: 11904188.

HSL color Cylindrical-coordinate representation of color #BCA4B5: hue angle of 317.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCA4B5 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB188164181-
CMYK00.130.040.26
HSL317.5º15.19%69.02%-
HSV(B)317.5º12.77%73.73%-
XYZ42.3540.5849.32-
YUV173.11132.45138.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 164 (64.45% from 255) = 30.77%
BLUE value IS 181 (71.09% from 255) = 33.96%
R=35.27%
G=30.77%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816418100.130.040.26317.515.1969.02
HexBCA4B50D41A13ef45
Octal27424426501543247617105
Binary101111001010010010110101011011001101010011111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4B5; }

 p { color: rgb(188,164,181); }

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

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

 a { background-color: rgb(188,164,181); }

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

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

 span { border-color: rgb(188,164,181); }

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