Color Hex Logo

#bcb6bc Color Hex

#BCB6BC
(188,182,188)
0 Favorites   0 Comments

Color spaces of #bcb6bc

RGB 188182188
HSL0.830.040.73
HSV300°74°
CMYK 0.000.030.00   0.26
XYZ46.544147.778154.3459
Yxy47.77810.31310.3214
Hunter Lab69.1217-0.76741.7693
CIE-Lab74.68483.2226-2.2941

#bcb6bc color RGB value is (188,182,188).

#bcb6bc hex color red value is 188, green value is 182 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bcb6bc hue: 0.83 , saturation: 0.04 and the lightness value of bcb6bc is 0.73.

The process color (four color CMYK) of #bcb6bc color hex is 0.00, 0.03, 0.00, 0.26. Web safe color of #bcb6bc is #cccccc. Color #bcb6bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110110 10111100
Octal 274 266 274
Decimal 188 182 188
Hex BC B6 BC

RGB Percentages of Color #bcb6bc

%33.69
%32.62
%33.69

CMYK Percentages of Color #bcb6bc

%0
%3
%0
%26

Triadic Colors of #bcb6bc

#bcb6bc #bcbcb6 #b6bcbc

Analogous Colors of #bcb6bc

#bcb6bc #bcb6b9 #b9b6bc

Monochromatic Colors of #bcb6bc

#bcb6bc

Complementary Color

#bcb6bc #b6bcb6

#bcb6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb6bc Color CSS Codes

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

#bcb6bc Text Font Color

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

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


#bcb6bc Background Color

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

This div background color is #bcb6bc


#bcb6bc Border Color

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

This div border color is #bcb6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb6bc


Comments

No comments written yet.

Please login to write comment.