Color Hex Logo

#bcbda2 Color Hex

#BCBDA2
(188,189,162)
0 Favorites   0 Comments

Color spaces of #bcbda2

RGB 188189162
HSL0.170.170.69
HSV62°14°74°
CMYK 0.010.000.14   0.26
XYZ45.458249.695241.3786
Yxy49.69520.33290.3640
Hunter Lab70.4948-8.261214.5447
CIE-Lab75.8818-5.026113.5502

#bcbda2 color RGB value is (188,189,162).

#bcbda2 hex color red value is 188, green value is 189 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #bcbda2 hue: 0.17 , saturation: 0.17 and the lightness value of bcbda2 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 10100010
Octal 274 275 242
Decimal 188 189 162
Hex BC BD A2

RGB Percentages of Color #bcbda2

%34.88
%35.06
%30.06

CMYK Percentages of Color #bcbda2

%1
%0
%14
%26

Triadic Colors of #bcbda2

#bcbda2 #a2bcbd #bda2bc

Analogous Colors of #bcbda2

#bcbda2 #afbda2 #bdb1a2

Monochromatic Colors of #bcbda2

#bcbda2

Complementary Color

#bcbda2 #a3a2bd

#bcbda2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbda2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbda2 Color CSS Codes

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

#bcbda2 Text Font Color

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

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


#bcbda2 Background Color

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

This div background color is #bcbda2


#bcbda2 Border Color

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

This div border color is #bcbda2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbda2

#bcbda2 Color Palettes


Comments

No comments written yet.

Please login to write comment.