#BCA2B5

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

Shades of Lily #BCA2B5

Tints of Lily #BCA2B5

Color information

#BCA2B5 (or 0xBCA2B5) is unknown color: approx Lily. HEX triplet: BC, A2 and B5. RGB value is (188,162,181). Sum of RGB (Red+Green+Blue) = 188+162+181=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2B5 is #435D4A. Grayscale: #ABABAB. Windows color (decimal): -4414795 or 11903676. OLE color: 11903676.

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

Color convert

RGB188162181-
CMYK00.140.040.26
HSL316.15º16.25%68.63%-
HSV(B)316.15º13.83%73.73%-
XYZ4239.8749.2-
YUV171.94133.11139.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 162 (63.67% from 255) = 30.51%
BLUE value IS 181 (71.09% from 255) = 34.09%
R=35.40%
G=30.51%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816218100.140.040.26316.1516.2568.63
HexBCA2B50E41A13c1045
Octal27424226501643247420105
Binary1011110010100010101101010111010011010100111100100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2B5; }

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

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

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

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

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

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

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

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