Color Hex Logo

#bcbdae Color Hex

#BCBDAE
(188,189,174)
0 Favorites   0 Comments

Color spaces of #bcbdae

RGB 188189174
HSL0.180.100.71
HSV64°74°
CMYK 0.010.000.08   0.26
XYZ46.576650.142647.2680
Yxy50.14260.32350.3482
Hunter Lab70.8114-6.51079.9908
CIE-Lab76.1567-3.03037.4537

#bcbdae color RGB value is (188,189,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 10101110
Octal 274 275 256
Decimal 188 189 174
Hex BC BD AE

RGB Percentages of Color #bcbdae

%34.12
%34.30
%31.58

CMYK Percentages of Color #bcbdae

%1
%0
%8
%26

Triadic Colors of #bcbdae

#bcbdae #aebcbd #bdaebc

Analogous Colors of #bcbdae

#bcbdae #b5bdae #bdb7ae

Monochromatic Colors of #bcbdae

#bcbdae

Complementary Color

#bcbdae #afaebd

#bcbdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbdae Color CSS Codes

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

#bcbdae Text Font Color

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

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


#bcbdae Background Color

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

This div background color is #bcbdae


#bcbdae Border Color

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

This div border color is #bcbdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbdae


Comments

No comments written yet.

Please login to write comment.