Color Hex Logo

#bcb2bd Color Hex

#BCB2BD
(188,178,189)
0 Favorites   0 Comments

Color spaces of #bcb2bd

RGB 188178189
HSL0.820.080.72
HSV295°74°
CMYK 0.010.060.00   0.26
XYZ45.844746.206354.6465
Yxy46.20630.31250.3150
Hunter Lab67.97521.4296-0.0816
CIE-Lab73.67925.5729-4.3198

#bcb2bd color RGB value is (188,178,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110010 10111101
Octal 274 262 275
Decimal 188 178 189
Hex BC B2 BD

RGB Percentages of Color #bcb2bd

%33.87
%32.07
%34.05

CMYK Percentages of Color #bcb2bd

%1
%6
%0
%26

Triadic Colors of #bcb2bd

#bcb2bd #bdbcb2 #b2bdbc

Analogous Colors of #bcb2bd

#bcb2bd #bdb2b9 #b7b2bd

Monochromatic Colors of #bcb2bd

#bcb2bd

Complementary Color

#bcb2bd #b3bdb2

#bcb2bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb2bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb2bd Color CSS Codes

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

#bcb2bd Text Font Color

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

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


#bcb2bd Background Color

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

This div background color is #bcb2bd


#bcb2bd Border Color

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

This div border color is #bcb2bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,178,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 #bcb2bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb2bd


Comments

No comments written yet.

Please login to write comment.