#BCB2B5

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

Shades of Lily #BCB2B5

Tints of Lily #BCB2B5

Color information

#BCB2B5 (or 0xBCB2B5) is unknown color: approx Lily. HEX triplet: BC, B2 and B5. RGB value is (188,178,181). Sum of RGB (Red+Green+Blue) = 188+178+181=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2B5 is #434D4A. Grayscale: #B5B5B5. Windows color (decimal): -4410699 or 11907772. OLE color: 11907772.

HSL color Cylindrical-coordinate representation of color #BCB2B5: hue angle of 342º degrees, saturation: 0.07, 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 #BCB2B5 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB188178181-
CMYK00.050.040.26
HSL342º6.94%71.76%-
HSV(B)342º5.32%73.73%-
XYZ4545.8750.2-
YUV181.33127.81132.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 178 (69.92% from 255) = 32.54%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=34.37%
G=32.54%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817818100.050.040.263426.9471.76
HexBCB2B50541A156748
Octal274262265054325267110
Binary1011110010110010101101010101100110101010101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2B5; }

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

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

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

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

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

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

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

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