Color Hex Logo

#bcacc9 Color Hex

#BCACC9
(188,172,201)
0 Favorites   0 Comments

Color spaces of #bcacc9

RGB 188172201
HSL0.760.210.73
HSV273°14°79°
CMYK 0.060.140.00   0.21
XYZ46.034244.413561.4047
Yxy44.41350.30320.2925
Hunter Lab66.64356.6735-7.9789
CIE-Lab72.504011.1778-12.6451

#bcacc9 color RGB value is (188,172,201).

#bcacc9 hex color red value is 188, green value is 172 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #bcacc9 hue: 0.76 , saturation: 0.21 and the lightness value of bcacc9 is 0.73.

The process color (four color CMYK) of #bcacc9 color hex is 0.06, 0.14, 0.00, 0.21. Web safe color of #bcacc9 is #cc99cc. Color #bcacc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11001001
Octal 274 254 311
Decimal 188 172 201
Hex BC AC C9

RGB Percentages of Color #bcacc9

%33.51
%30.66
%35.83

CMYK Percentages of Color #bcacc9

%6
%14
%0
%21

Triadic Colors of #bcacc9

#bcacc9 #c9bcac #acc9bc

Analogous Colors of #bcacc9

#bcacc9 #c9acc8 #aeacc9

Monochromatic Colors of #bcacc9

#bcacc9

Complementary Color

#bcacc9 #b9c9ac

#bcacc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacc9 Color CSS Codes

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

#bcacc9 Text Font Color

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

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


#bcacc9 Background Color

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

This div background color is #bcacc9


#bcacc9 Border Color

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

This div border color is #bcacc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacc9


Comments

No comments written yet.

Please login to write comment.