Color Hex Logo

#bcbbab Color Hex

#BCBBAB
(188,187,171)
0 Favorites   0 Comments

Color spaces of #bcbbab

RGB 188187171
HSL0.160.110.70
HSV56°74°
CMYK 0.000.010.09   0.26
XYZ45.860049.172345.6022
Yxy49.17230.32610.3496
Hunter Lab70.1230-5.977310.5287
CIE-Lab75.5584-2.48358.2224

#bcbbab color RGB value is (188,187,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 10101011
Octal 274 273 253
Decimal 188 187 171
Hex BC BB AB

RGB Percentages of Color #bcbbab

%34.43
%34.25
%31.32

CMYK Percentages of Color #bcbbab

%0
%1
%9
%26

Triadic Colors of #bcbbab

#bcbbab #abbcbb #bbabbc

Analogous Colors of #bcbbab

#bcbbab #b5bcab #bcb3ab

Monochromatic Colors of #bcbbab

#bcbbab

Complementary Color

#bcbbab #abacbc

#bcbbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbab Color CSS Codes

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

#bcbbab Text Font Color

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

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


#bcbbab Background Color

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

This div background color is #bcbbab


#bcbbab Border Color

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

This div border color is #bcbbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbab

#bcbbab Color Palettes


Comments

No comments written yet.

Please login to write comment.