#BCA3B6

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

Shades of Lily #BCA3B6

Tints of Lily #BCA3B6

Color information

#BCA3B6 (or 0xBCA3B6) is unknown color: approx Lily. HEX triplet: BC, A3 and B6. RGB value is (188,163,182). Sum of RGB (Red+Green+Blue) = 188+163+182=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA3B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3B6 is #435C49. Grayscale: #ACACAC. Windows color (decimal): -4414538 or 11969468. OLE color: 11969468.

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

Color convert

RGB188163182-
CMYK00.130.030.26
HSL314.4º15.72%68.82%-
HSV(B)314.4º13.3%73.73%-
XYZ42.2840.2649.8-
YUV172.64133.28138.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 163 (64.06% from 255) = 30.58%
BLUE value IS 182 (71.48% from 255) = 34.15%
R=35.27%
G=30.58%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816318200.130.030.26314.415.7268.82
HexBCA3B60D31A13a1045
Octal27424326601533247220105
Binary101111001010001110110110011011111010100111010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA3B6; }

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

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

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

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

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

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

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

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