Color Hex Logo

#bcb2bc Color Hex

#BCB2BC
(188,178,188)
0 Favorites   0 Comments

Color spaces of #bcb2bc

RGB 188178188
HSL0.830.070.72
HSV300°74°
CMYK 0.000.050.00   0.26
XYZ45.736546.163054.0767
Yxy46.16300.31330.3162
Hunter Lab67.94341.25750.3709
CIE-Lab73.65125.3849-3.8138

#bcb2bc color RGB value is (188,178,188).

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

The process color (four color CMYK) of #bcb2bc color hex is 0.00, 0.05, 0.00, 0.26. Web safe color of #bcb2bc is #cc99cc. Color #bcb2bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110010 10111100
Octal 274 262 274
Decimal 188 178 188
Hex BC B2 BC

RGB Percentages of Color #bcb2bc

%33.94
%32.13
%33.94

CMYK Percentages of Color #bcb2bc

%0
%5
%0
%26

Triadic Colors of #bcb2bc

#bcb2bc #bcbcb2 #b2bcbc

Analogous Colors of #bcb2bc

#bcb2bc #bcb2b7 #b7b2bc

Monochromatic Colors of #bcb2bc

#bcb2bc

Complementary Color

#bcb2bc #b2bcb2

#bcb2bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb2bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb2bc Color CSS Codes

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

#bcb2bc Text Font Color

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

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


#bcb2bc Background Color

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

This div background color is #bcb2bc


#bcb2bc Border Color

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

This div border color is #bcb2bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb2bc


Comments

No comments written yet.

Please login to write comment.