Color Hex Logo

#bcaccc Color Hex

#BCACCC
(188,172,204)
2 Favorites   0 Comments

Color spaces of #bcaccc

RGB 188172204
HSL0.750.240.74
HSV270°16°80°
CMYK 0.080.160.00   0.20
XYZ46.390644.556063.2819
Yxy44.55600.30080.2889
Hunter Lab66.75037.2422-9.4841
CIE-Lab72.598611.7810-14.1490

#bcaccc color RGB value is (188,172,204).

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

The process color (four color CMYK) of #bcaccc color hex is 0.08, 0.16, 0.00, 0.20. Web safe color of #bcaccc is #cc99cc. Color #bcaccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11001100
Octal 274 254 314
Decimal 188 172 204
Hex BC AC CC

RGB Percentages of Color #bcaccc

%33.33
%30.50
%36.17

CMYK Percentages of Color #bcaccc

%8
%16
%0
%20

Triadic Colors of #bcaccc

#bcaccc #ccbcac #acccbc

Analogous Colors of #bcaccc

#bcaccc #ccaccc #acaccc

Monochromatic Colors of #bcaccc

#bcaccc

Complementary Color

#bcaccc #bcccac

#bcaccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaccc Color CSS Codes

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

#bcaccc Text Font Color

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

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


#bcaccc Background Color

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

This div background color is #bcaccc


#bcaccc Border Color

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

This div border color is #bcaccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaccc


Comments

No comments written yet.

Please login to write comment.