Color Hex Logo

#bcaccd Color Hex

#BCACCD
(188,172,205)
0 Favorites   0 Comments

Color spaces of #bcaccd

RGB 188172205
HSL0.750.250.74
HSV269°16°80°
CMYK 0.080.160.00   0.20
XYZ46.511044.604263.9157
Yxy44.60420.30000.2877
Hunter Lab66.78647.4338-9.9911
CIE-Lab72.630511.9836-14.6493

#bcaccd color RGB value is (188,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11001101
Octal 274 254 315
Decimal 188 172 205
Hex BC AC CD

RGB Percentages of Color #bcaccd

%33.27
%30.44
%36.28

CMYK Percentages of Color #bcaccd

%8
%16
%0
%20

Triadic Colors of #bcaccd

#bcaccd #cdbcac #accdbc

Analogous Colors of #bcaccd

#bcaccd #cdaccd #acadcd

Monochromatic Colors of #bcaccd

#bcaccd

Complementary Color

#bcaccd #bdcdac

#bcaccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaccd Color CSS Codes

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

#bcaccd Text Font Color

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

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


#bcaccd Background Color

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

This div background color is #bcaccd


#bcaccd Border Color

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

This div border color is #bcaccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaccd


Comments

No comments written yet.

Please login to write comment.