#BCA3B5

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

Shades of Lily #BCA3B5

Tints of Lily #BCA3B5

Color information

#BCA3B5 (or 0xBCA3B5) is unknown color: approx Lily. HEX triplet: BC, A3 and B5. RGB value is (188,163,181). Sum of RGB (Red+Green+Blue) = 188+163+181=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA3B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3B5 is #435C4A. Grayscale: #ACACAC. Windows color (decimal): -4414539 or 11903932. OLE color: 11903932.

HSL color Cylindrical-coordinate representation of color #BCA3B5: hue angle of 316.8º degrees, saturation: 0.16, 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 #BCA3B5 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB188163181-
CMYK00.130.040.26
HSL316.8º15.72%68.82%-
HSV(B)316.8º13.3%73.73%-
XYZ42.1840.2249.26-
YUV172.53132.78139.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 163 (64.06% from 255) = 30.64%
BLUE value IS 181 (71.09% from 255) = 34.02%
R=35.34%
G=30.64%
B=34.02%

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
Decimal18816318100.130.040.26316.815.7268.82
HexBCA3B50D41A13d1045
Octal27424326501543247520105
Binary1011110010100011101101010110110011010100111101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA3B5; }

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

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

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

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

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

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

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

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