Color Hex Logo

#bcbac7 Color Hex

#BCBAC7
(188,186,199)
0 Favorites   0 Comments

Color spaces of #bcbac7

RGB 188186199
HSL0.690.100.75
HSV249°78°
CMYK 0.060.070.00   0.22
XYZ48.606749.932761.1090
Yxy49.93270.30450.3128
Hunter Lab70.6631-0.8764-1.8095
CIE-Lab76.02793.1706-6.3037

#bcbac7 color RGB value is (188,186,199).

#bcbac7 hex color red value is 188, green value is 186 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #bcbac7 hue: 0.69 , saturation: 0.10 and the lightness value of bcbac7 is 0.75.

The process color (four color CMYK) of #bcbac7 color hex is 0.06, 0.07, 0.00, 0.22. Web safe color of #bcbac7 is #cccccc. Color #bcbac7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111010 11000111
Octal 274 272 307
Decimal 188 186 199
Hex BC BA C7

RGB Percentages of Color #bcbac7

%32.81
%32.46
%34.73

CMYK Percentages of Color #bcbac7

%6
%7
%0
%22

Triadic Colors of #bcbac7

#bcbac7 #c7bcba #bac7bc

Analogous Colors of #bcbac7

#bcbac7 #c3bac7 #babfc7

Monochromatic Colors of #bcbac7

#bcbac7

Complementary Color

#bcbac7 #c5c7ba

#bcbac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbac7 Color CSS Codes

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

#bcbac7 Text Font Color

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

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


#bcbac7 Background Color

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

This div background color is #bcbac7


#bcbac7 Border Color

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

This div border color is #bcbac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbac7


Comments

No comments written yet.

Please login to write comment.