#BCB3BF

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

Shades of Lola #BCB3BF

Tints of Lola #BCB3BF

Color information

#BCB3BF (or 0xBCB3BF) is unknown color: approx Lola. HEX triplet: BC, B3 and BF. RGB value is (188,179,191). Sum of RGB (Red+Green+Blue) = 188+179+191=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCB3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3BF is #434C40. Grayscale: #B7B7B7. Windows color (decimal): -4410433 or 12563388. OLE color: 12563388.

HSL color Cylindrical-coordinate representation of color #BCB3BF: hue angle of 285º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCB3BF is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188179191-
CMYK0.020.0600.25
HSL285º8.57%72.55%-
HSV(B)285º6.28%74.9%-
XYZ46.2646.6955.86-
YUV183.06132.48131.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 179 (70.31% from 255) = 32.08%
BLUE value IS 191 (75% from 255) = 34.23%
R=33.69%
G=32.08%
B=34.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881791910.020.0600.252858.5772.55
HexBCB3BF2601911d949
Octal2742632772603143511111
Binary1011110010110011101111111011001100110001110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3BF; }

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

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

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

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

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

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

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

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