Color Hex Logo

#bcacce Color Hex

#BCACCE
(188,172,206)
0 Favorites   0 Comments

Color spaces of #bcacce

RGB 188172206
HSL0.750.260.74
HSV268°17°81°
CMYK 0.090.170.00   0.19
XYZ46.632144.652664.5536
Yxy44.65260.29920.2865
Hunter Lab66.82267.6265-10.5010
CIE-Lab72.662612.1872-15.1493

#bcacce color RGB value is (188,172,206).

#bcacce hex color red value is 188, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bcacce hue: 0.75 , saturation: 0.26 and the lightness value of bcacce is 0.74.

The process color (four color CMYK) of #bcacce color hex is 0.09, 0.17, 0.00, 0.19. Web safe color of #bcacce is #cc99cc. Color #bcacce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11001110
Octal 274 254 316
Decimal 188 172 206
Hex BC AC CE

RGB Percentages of Color #bcacce

%33.22
%30.39
%36.40

CMYK Percentages of Color #bcacce

%9
%17
%0
%19

Triadic Colors of #bcacce

#bcacce #cebcac #accebc

Analogous Colors of #bcacce

#bcacce #cdacce #acadce

Monochromatic Colors of #bcacce

#bcacce

Complementary Color

#bcacce #beceac

#bcacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacce Color CSS Codes

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

#bcacce Text Font Color

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

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


#bcacce Background Color

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

This div background color is #bcacce


#bcacce Border Color

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

This div border color is #bcacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacce


Comments

No comments written yet.

Please login to write comment.