Color Hex Logo

#bcb1bd Color Hex

#BCB1BD
(188,177,189)
0 Favorites   0 Comments

Color spaces of #bcb1bd

RGB 188177189
HSL0.820.080.72
HSV295°74°
CMYK 0.010.060.00   0.26
XYZ45.646545.809854.5805
Yxy45.80980.31260.3137
Hunter Lab67.68291.9382-0.4343
CIE-Lab73.42196.1158-4.6993

#bcb1bd color RGB value is (188,177,189).

#bcb1bd hex color red value is 188, green value is 177 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bcb1bd hue: 0.82 , saturation: 0.08 and the lightness value of bcb1bd is 0.72.

The process color (four color CMYK) of #bcb1bd color hex is 0.01, 0.06, 0.00, 0.26. Web safe color of #bcb1bd is #cc99cc. Color #bcb1bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 10111101
Octal 274 261 275
Decimal 188 177 189
Hex BC B1 BD

RGB Percentages of Color #bcb1bd

%33.94
%31.95
%34.12

CMYK Percentages of Color #bcb1bd

%1
%6
%0
%26

Triadic Colors of #bcb1bd

#bcb1bd #bdbcb1 #b1bdbc

Analogous Colors of #bcb1bd

#bcb1bd #bdb1b8 #b6b1bd

Monochromatic Colors of #bcb1bd

#bcb1bd

Complementary Color

#bcb1bd #b2bdb1

#bcb1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb1bd Color CSS Codes

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

#bcb1bd Text Font Color

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

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


#bcb1bd Background Color

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

This div background color is #bcb1bd


#bcb1bd Border Color

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

This div border color is #bcb1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb1bd


Comments

No comments written yet.

Please login to write comment.