#BCB0B6

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

Shades of Lily #BCB0B6

Tints of Lily #BCB0B6

Color information

#BCB0B6 (or 0xBCB0B6) is unknown color: approx Lily. HEX triplet: BC, B0 and B6. RGB value is (188,176,182). Sum of RGB (Red+Green+Blue) = 188+176+182=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0B6 is #434F49. Grayscale: #B4B4B4. Windows color (decimal): -4411210 or 11972796. OLE color: 11972796.

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

Color convert

RGB188176182-
CMYK00.060.030.26
HSL330º8.22%71.37%-
HSV(B)330º6.38%73.73%-
XYZ44.7145.1250.61-
YUV180.27128.98133.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 182 (71.48% from 255) = 33.33%
R=34.43%
G=32.23%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817618200.060.030.263308.2271.37
HexBCB0B60631A14a847
Octal2742602660633251210107
Binary1011110010110000101101100110111101010100101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0B6; }

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

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

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

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

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

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

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

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