Color Hex Logo

#bcbbaf Color Hex

#BCBBAF
(188,187,175)
0 Favorites   0 Comments

Color spaces of #bcbbaf

RGB 188187175
HSL0.150.090.71
HSV55°74°
CMYK 0.000.010.07   0.26
XYZ46.247249.327247.6410
Yxy49.32720.32290.3444
Hunter Lab70.2333-5.36978.9455
CIE-Lab75.6544-1.79696.1905

#bcbbaf color RGB value is (188,187,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 10101111
Octal 274 273 257
Decimal 188 187 175
Hex BC BB AF

RGB Percentages of Color #bcbbaf

%34.18
%34.00
%31.82

CMYK Percentages of Color #bcbbaf

%0
%1
%7
%26

Triadic Colors of #bcbbaf

#bcbbaf #afbcbb #bbafbc

Analogous Colors of #bcbbaf

#bcbbaf #b7bcaf #bcb5af

Monochromatic Colors of #bcbbaf

#bcbbaf

Complementary Color

#bcbbaf #afb0bc

#bcbbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbaf Color CSS Codes

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

#bcbbaf Text Font Color

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

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


#bcbbaf Background Color

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

This div background color is #bcbbaf


#bcbbaf Border Color

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

This div border color is #bcbbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbaf

#bcbbaf Color Palettes


Comments

No comments written yet.

Please login to write comment.