Color Hex Logo

#bcbdab Color Hex

#BCBDAB
(188,189,171)
0 Favorites   0 Comments

Color spaces of #bcbdab

RGB 188189171
HSL0.180.120.71
HSV63°10°74°
CMYK 0.010.000.10   0.26
XYZ46.287350.026845.7446
Yxy50.02680.32580.3522
Hunter Lab70.7296-6.961811.1648
CIE-Lab76.0857-3.54228.9760

#bcbdab color RGB value is (188,189,171).

#bcbdab hex color red value is 188, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bcbdab hue: 0.18 , saturation: 0.12 and the lightness value of bcbdab is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 10101011
Octal 274 275 253
Decimal 188 189 171
Hex BC BD AB

RGB Percentages of Color #bcbdab

%34.31
%34.49
%31.20

CMYK Percentages of Color #bcbdab

%1
%0
%10
%26

Triadic Colors of #bcbdab

#bcbdab #abbcbd #bdabbc

Analogous Colors of #bcbdab

#bcbdab #b3bdab #bdb5ab

Monochromatic Colors of #bcbdab

#bcbdab

Complementary Color

#bcbdab #acabbd

#bcbdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbdab Color CSS Codes

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

#bcbdab Text Font Color

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

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


#bcbdab Background Color

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

This div background color is #bcbdab


#bcbdab Border Color

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

This div border color is #bcbdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbdab


Comments

No comments written yet.

Please login to write comment.