Color Hex Logo

#bcbbc0 Color Hex

#BCBBC0
(188,187,192)
0 Favorites   0 Comments

Color spaces of #bcbbc0

RGB 188187192
HSL0.700.040.74
HSV252°75°
CMYK 0.020.030.00   0.25
XYZ48.023850.037856.9963
Yxy50.03780.30970.3227
Hunter Lab70.7374-2.60641.7436
CIE-Lab76.09251.2878-2.4052

#bcbbc0 color RGB value is (188,187,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11000000
Octal 274 273 300
Decimal 188 187 192
Hex BC BB C0

RGB Percentages of Color #bcbbc0

%33.16
%32.98
%33.86

CMYK Percentages of Color #bcbbc0

%2
%3
%0
%25

Triadic Colors of #bcbbc0

#bcbbc0 #c0bcbb #bbc0bc

Analogous Colors of #bcbbc0

#bcbbc0 #bfbbc0 #bbbdc0

Monochromatic Colors of #bcbbc0

#bcbbc0

Complementary Color

#bcbbc0 #bfc0bb

#bcbbc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbc0 Color CSS Codes

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

#bcbbc0 Text Font Color

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

This sample text font color is #bcbbc0
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.


#bcbbc0 Background Color

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

This div background color is #bcbbc0


#bcbbc0 Border Color

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

This div border color is #bcbbc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbc0


Comments

No comments written yet.

Please login to write comment.