Color Hex Logo

#bcbbae Color Hex

#BCBBAE
(188,187,174)
0 Favorites   0 Comments

Color spaces of #bcbbae

RGB 188187174
HSL0.150.090.71
HSV56°74°
CMYK 0.000.010.07   0.26
XYZ46.149349.288047.1256
Yxy49.28800.32370.3457
Hunter Lab70.2054-5.52319.3452
CIE-Lab75.6301-1.96996.6981

#bcbbae color RGB value is (188,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 10101110
Octal 274 273 256
Decimal 188 187 174
Hex BC BB AE

RGB Percentages of Color #bcbbae

%34.24
%34.06
%31.69

CMYK Percentages of Color #bcbbae

%0
%1
%7
%26

Triadic Colors of #bcbbae

#bcbbae #aebcbb #bbaebc

Analogous Colors of #bcbbae

#bcbbae #b6bcae #bcb4ae

Monochromatic Colors of #bcbbae

#bcbbae

Complementary Color

#bcbbae #aeafbc

#bcbbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbae Color CSS Codes

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

#bcbbae Text Font Color

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

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


#bcbbae Background Color

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

This div background color is #bcbbae


#bcbbae Border Color

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

This div border color is #bcbbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbae


Comments

No comments written yet.

Please login to write comment.