Color Hex Logo

#bcbda9 Color Hex

#BCBDA9
(188,189,169)
0 Favorites   0 Comments

Color spaces of #bcbda9

RGB 188189169
HSL0.180.130.70
HSV63°11°74°
CMYK 0.010.000.11   0.26
XYZ46.098149.951144.7480
Yxy49.95110.32740.3548
Hunter Lab70.6761-7.257511.9343
CIE-Lab76.0392-3.87869.9917

#bcbda9 color RGB value is (188,189,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 10101001
Octal 274 275 251
Decimal 188 189 169
Hex BC BD A9

RGB Percentages of Color #bcbda9

%34.43
%34.62
%30.95

CMYK Percentages of Color #bcbda9

%1
%0
%11
%26

Triadic Colors of #bcbda9

#bcbda9 #a9bcbd #bda9bc

Analogous Colors of #bcbda9

#bcbda9 #b2bda9 #bdb4a9

Monochromatic Colors of #bcbda9

#bcbda9

Complementary Color

#bcbda9 #aaa9bd

#bcbda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbda9 Color CSS Codes

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

#bcbda9 Text Font Color

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

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


#bcbda9 Background Color

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

This div background color is #bcbda9


#bcbda9 Border Color

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

This div border color is #bcbda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbda9


Comments

No comments written yet.

Please login to write comment.