Color Hex Logo

#bcacc7 Color Hex

#BCACC7
(188,172,199)
0 Favorites   0 Comments

Color spaces of #bcacc7

RGB 188172199
HSL0.770.190.73
HSV276°14°78°
CMYK 0.060.140.00   0.22
XYZ45.800444.319960.1735
Yxy44.31990.30470.2949
Hunter Lab66.57326.2997-6.9892
CIE-Lab72.441810.7801-11.6405

#bcacc7 color RGB value is (188,172,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11000111
Octal 274 254 307
Decimal 188 172 199
Hex BC AC C7

RGB Percentages of Color #bcacc7

%33.63
%30.77
%35.60

CMYK Percentages of Color #bcacc7

%6
%14
%0
%22

Triadic Colors of #bcacc7

#bcacc7 #c7bcac #acc7bc

Analogous Colors of #bcacc7

#bcacc7 #c7acc5 #afacc7

Monochromatic Colors of #bcacc7

#bcacc7

Complementary Color

#bcacc7 #b7c7ac

#bcacc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacc7 Color CSS Codes

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

#bcacc7 Text Font Color

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

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


#bcacc7 Background Color

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

This div background color is #bcacc7


#bcacc7 Border Color

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

This div border color is #bcacc7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,172,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 #bcacc7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacc7

#bcacc7 Color Palettes


Comments

No comments written yet.

Please login to write comment.