Color Hex Logo

#bcbfbb Color Hex

#BCBFBB
(188,191,187)
0 Favorites   0 Comments

Color spaces of #bcbfbb

RGB 188191187
HSL0.290.030.74
HSV105°75°
CMYK 0.020.000.02   0.25
XYZ48.339551.540854.4143
Yxy51.54080.31330.3340
Hunter Lab71.7919-5.44685.3158
CIE-Lab77.0054-1.77681.6406

#bcbfbb color RGB value is (188,191,187).

#bcbfbb hex color red value is 188, green value is 191 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bcbfbb hue: 0.29 , saturation: 0.03 and the lightness value of bcbfbb is 0.74.

The process color (four color CMYK) of #bcbfbb color hex is 0.02, 0.00, 0.02, 0.25. Web safe color of #bcbfbb is #cccccc. Color #bcbfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 10111011
Octal 274 277 273
Decimal 188 191 187
Hex BC BF BB

RGB Percentages of Color #bcbfbb

%33.22
%33.75
%33.04

CMYK Percentages of Color #bcbfbb

%2
%0
%2
%25

Triadic Colors of #bcbfbb

#bcbfbb #bbbcbf #bfbbbc

Analogous Colors of #bcbfbb

#bcbfbb #bbbfbc #bebfbb

Monochromatic Colors of #bcbfbb

#bcbfbb

Complementary Color

#bcbfbb #bebbbf

#bcbfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbfbb Color CSS Codes

.mybgcolor {background-color:#bcbfbb; } 
.myforecolor {color:#bcbfbb; }
.mybordercolor {border:3px solid #bcbfbb; }

#bcbfbb Text Font Color

<p style="color:#bcbfbb">Text here</p>

This sample text font color is #bcbfbb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bcbfbb Background Color

<div style="background-color:#bcbfbb">
Div content here</div>

This div background color is #bcbfbb


#bcbfbb Border Color

<div style="border:3px solid #bcbfbb">
Div here</div>

This div border color is #bcbfbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,191,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bcbfbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bcbfbb;
  -webkit-box-shadow: 1px 1px 3px 2px #bcbfbb;
  box-shadow:         1px 1px 3px 2px #bcbfbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,191,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bcbfbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bcbfbb;
  -webkit-box-shadow: 1px 1px 3px 2px #bcbfbb;
  box-shadow:         1px 1px 3px 2px #bcbfbb;">
Div content here</div>

This div box has shadow with color #bcbfbb


Comments

No comments written yet.

Please login to write comment.