#BCA2B6

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

Shades of Lily #BCA2B6

Tints of Lily #BCA2B6

Color information

#BCA2B6 (or 0xBCA2B6) is unknown color: approx Lily. HEX triplet: BC, A2 and B6. RGB value is (188,162,182). Sum of RGB (Red+Green+Blue) = 188+162+182=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2B6 is #435D49. Grayscale: #ACACAC. Windows color (decimal): -4414794 or 11969212. OLE color: 11969212.

HSL color Cylindrical-coordinate representation of color #BCA2B6: hue angle of 313.85º 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 #BCA2B6 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB188162182-
CMYK00.140.030.26
HSL313.85º16.25%68.63%-
HSV(B)313.85º13.83%73.73%-
XYZ42.139.9149.74-
YUV172.05133.61139.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 162 (63.67% from 255) = 30.45%
BLUE value IS 182 (71.48% from 255) = 34.21%
R=35.34%
G=30.45%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816218200.140.030.26313.8516.2568.63
HexBCA2B60E31A13a1045
Octal27424226601633247220105
Binary101111001010001010110110011101111010100111010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2B6; }

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

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

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

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

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

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

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

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