Color Hex Logo

#bcbba6 Color Hex

#BCBBA6
(188,187,166)
0 Favorites   0 Comments

Color spaces of #bcbba6

RGB 188187166
HSL0.160.140.69
HSV57°12°74°
CMYK 0.000.010.12   0.26
XYZ45.392348.985243.1390
Yxy48.98520.33010.3562
Hunter Lab69.9894-6.713612.4483
CIE-Lab75.4421-3.320010.7662

#bcbba6 color RGB value is (188,187,166).

#bcbba6 hex color red value is 188, green value is 187 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #bcbba6 hue: 0.16 , saturation: 0.14 and the lightness value of bcbba6 is 0.69.

The process color (four color CMYK) of #bcbba6 color hex is 0.00, 0.01, 0.12, 0.26. Web safe color of #bcbba6 is #cccc99. Color #bcbba6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 10100110
Octal 274 273 246
Decimal 188 187 166
Hex BC BB A6

RGB Percentages of Color #bcbba6

%34.75
%34.57
%30.68

CMYK Percentages of Color #bcbba6

%0
%1
%12
%26

Triadic Colors of #bcbba6

#bcbba6 #a6bcbb #bba6bc

Analogous Colors of #bcbba6

#bcbba6 #b2bca6 #bcb0a6

Monochromatic Colors of #bcbba6

#bcbba6

Complementary Color

#bcbba6 #a6a7bc

#bcbba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbba6 Color CSS Codes

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

#bcbba6 Text Font Color

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

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


#bcbba6 Background Color

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

This div background color is #bcbba6


#bcbba6 Border Color

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

This div border color is #bcbba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbba6


Comments

No comments written yet.

Please login to write comment.