Color Hex Logo

#bcacc2 Color Hex

#BCACC2
(188,172,194)
0 Favorites   0 Comments

Color spaces of #bcacc2

RGB 188172194
HSL0.790.150.72
HSV284°11°76°
CMYK 0.030.110.00   0.24
XYZ45.229244.091557.1656
Yxy44.09150.30880.3010
Hunter Lab66.40145.3824-4.5623
CIE-Lab72.28969.7997-9.1213

#bcacc2 color RGB value is (188,172,194).

#bcacc2 hex color red value is 188, green value is 172 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #bcacc2 hue: 0.79 , saturation: 0.15 and the lightness value of bcacc2 is 0.72.

The process color (four color CMYK) of #bcacc2 color hex is 0.03, 0.11, 0.00, 0.24. Web safe color of #bcacc2 is #cc99cc. Color #bcacc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11000010
Octal 274 254 302
Decimal 188 172 194
Hex BC AC C2

RGB Percentages of Color #bcacc2

%33.94
%31.05
%35.02

CMYK Percentages of Color #bcacc2

%3
%11
%0
%24

Triadic Colors of #bcacc2

#bcacc2 #c2bcac #acc2bc

Analogous Colors of #bcacc2

#bcacc2 #c2acbd #b1acc2

Monochromatic Colors of #bcacc2

#bcacc2

Complementary Color

#bcacc2 #b2c2ac

#bcacc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacc2 Color CSS Codes

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

#bcacc2 Text Font Color

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

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


#bcacc2 Background Color

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

This div background color is #bcacc2


#bcacc2 Border Color

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

This div border color is #bcacc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacc2


Comments

No comments written yet.

Please login to write comment.