#BCA5B1

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

Shades of Lily #BCA5B1

Tints of Lily #BCA5B1

Color information

#BCA5B1 (or 0xBCA5B1) is unknown color: approx Lily. HEX triplet: BC, A5 and B1. RGB value is (188,165,177). Sum of RGB (Red+Green+Blue) = 188+165+177=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA5B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA5B1 is #435A4E. Grayscale: #ADADAD. Windows color (decimal): -4414031 or 11642300. OLE color: 11642300.

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

Color convert

RGB188165177-
CMYK00.120.060.26
HSL328.7º14.65%69.22%-
HSV(B)328.7º12.23%73.73%-
XYZ42.1340.7847.25-
YUV173.24130.12138.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 165 (64.84% from 255) = 31.13%
BLUE value IS 177 (69.53% from 255) = 33.40%
R=35.47%
G=31.13%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816517700.120.060.26328.714.6569.22
HexBCA5B10C61A149f45
Octal27424526101463251117105
Binary101111001010010110110001011001101101010100100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA5B1; }

 p { color: rgb(188,165,177); }

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

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

 a { background-color: rgb(188,165,177); }

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

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

 span { border-color: rgb(188,165,177); }

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