#BCB1B5

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

Shades of Lily #BCB1B5

Tints of Lily #BCB1B5

Color information

#BCB1B5 (or 0xBCB1B5) is unknown color: approx Lily. HEX triplet: BC, B1 and B5. RGB value is (188,177,181). Sum of RGB (Red+Green+Blue) = 188+177+181=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1B5 is #434E4A. Grayscale: #B4B4B4. Windows color (decimal): -4410955 or 11907516. OLE color: 11907516.

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

Color convert

RGB188177181-
CMYK00.060.040.26
HSL338.18º7.59%71.57%-
HSV(B)338.18º5.85%73.73%-
XYZ44.845.4750.13-
YUV180.74128.14133.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 177 (69.53% from 255) = 32.42%
BLUE value IS 181 (71.09% from 255) = 33.15%
R=34.43%
G=32.42%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817718100.060.040.26338.187.5971.57
HexBCB1B50641A152848
Octal2742612650643252210110
Binary10111100101100011011010101101001101010101001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1B5; }

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

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

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

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

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

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

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

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