#BCB3BD

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

Shades of Lola #BCB3BD

Tints of Lola #BCB3BD

Color information

#BCB3BD (or 0xBCB3BD) is unknown color: approx Lola. HEX triplet: BC, B3 and BD. RGB value is (188,179,189). Sum of RGB (Red+Green+Blue) = 188+179+189=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 179 (70.31% from 255 or 32.19% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCB3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3BD is #434C42. Grayscale: #B6B6B6. Windows color (decimal): -4410435 or 12432316. OLE color: 12432316.

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

Color convert

RGB188179189-
CMYK0.010.0500.26
HSL294º7.04%72.16%-
HSV(B)294º5.29%74.12%-
XYZ46.0446.6154.71-
YUV182.83131.48131.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 179 (70.31% from 255) = 32.19%
BLUE value IS 189 (74.22% from 255) = 33.99%
R=33.81%
G=32.19%
B=33.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881791890.010.0500.262947.0472.16
HexBCB3BD1501A126748
Octal274263275150324467110
Binary10111100101100111011110111010110101001001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3BD; }

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

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

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

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

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

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

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

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