#BCB3B6

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

Shades of Lily #BCB3B6

Tints of Lily #BCB3B6

Color information

#BCB3B6 (or 0xBCB3B6) is unknown color: approx Lily. HEX triplet: BC, B3 and B6. RGB value is (188,179,182). Sum of RGB (Red+Green+Blue) = 188+179+182=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3B6 is #434C49. Grayscale: #B6B6B6. Windows color (decimal): -4410442 or 11973564. OLE color: 11973564.

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

Color convert

RGB188179182-
CMYK00.050.030.26
HSL340º6.29%71.96%-
HSV(B)340º4.79%73.73%-
XYZ45.346.3150.81-
YUV182.03127.98132.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 179 (70.31% from 255) = 32.60%
BLUE value IS 182 (71.48% from 255) = 33.15%
R=34.24%
G=32.60%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817918200.050.030.263406.2971.96
HexBCB3B60531A154648
Octal274263266053325246110
Binary101111001011001110110110010111110101010101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3B6; }

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

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

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

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

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

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

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

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