Color Hex Logo

#bcbbaa Color Hex

#BCBBAA
(188,187,170)
0 Favorites   0 Comments

Color spaces of #bcbbaa

RGB 188187170
HSL0.160.120.70
HSV57°10°74°
CMYK 0.000.010.10   0.26
XYZ45.765149.134345.1020
Yxy49.13430.32690.3510
Hunter Lab70.0959-6.126410.9180
CIE-Lab75.5348-2.65258.7309

#bcbbaa color RGB value is (188,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 10101010
Octal 274 273 252
Decimal 188 187 170
Hex BC BB AA

RGB Percentages of Color #bcbbaa

%34.50
%34.31
%31.19

CMYK Percentages of Color #bcbbaa

%0
%1
%10
%26

Triadic Colors of #bcbbaa

#bcbbaa #aabcbb #bbaabc

Analogous Colors of #bcbbaa

#bcbbaa #b4bcaa #bcb2aa

Monochromatic Colors of #bcbbaa

#bcbbaa

Complementary Color

#bcbbaa #aaabbc

#bcbbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbaa Color CSS Codes

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

#bcbbaa Text Font Color

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

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


#bcbbaa Background Color

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

This div background color is #bcbbaa


#bcbbaa Border Color

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

This div border color is #bcbbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbaa


Comments

No comments written yet.

Please login to write comment.