Color Hex Logo

#bcacc4 Color Hex

#BCACC4
(188,172,196)
0 Favorites   0 Comments

Color spaces of #bcacc4

RGB 188172196
HSL0.780.170.72
HSV280°12°77°
CMYK 0.040.120.00   0.23
XYZ45.455444.181958.3568
Yxy44.18190.30710.2985
Hunter Lab66.46955.7463-5.5250
CIE-Lab72.349910.1895-10.1303

#bcacc4 color RGB value is (188,172,196).

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

The process color (four color CMYK) of #bcacc4 color hex is 0.04, 0.12, 0.00, 0.23. Web safe color of #bcacc4 is #cc99cc. Color #bcacc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11000100
Octal 274 254 304
Decimal 188 172 196
Hex BC AC C4

RGB Percentages of Color #bcacc4

%33.81
%30.94
%35.25

CMYK Percentages of Color #bcacc4

%4
%12
%0
%23

Triadic Colors of #bcacc4

#bcacc4 #c4bcac #acc4bc

Analogous Colors of #bcacc4

#bcacc4 #c4acc0 #b0acc4

Monochromatic Colors of #bcacc4

#bcacc4

Complementary Color

#bcacc4 #b4c4ac

#bcacc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacc4 Color CSS Codes

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

#bcacc4 Text Font Color

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

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


#bcacc4 Background Color

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

This div background color is #bcacc4


#bcacc4 Border Color

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

This div border color is #bcacc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacc4


Comments

No comments written yet.

Please login to write comment.