Color Hex Logo

#bcaccf Color Hex

#BCACCF
(188,172,207)
0 Favorites   0 Comments

Color spaces of #bcaccf

RGB 188172207
HSL0.740.270.74
HSV267°17°81°
CMYK 0.090.170.00   0.19
XYZ46.754044.701465.1955
Yxy44.70140.29850.2854
Hunter Lab66.85917.8201-11.0134
CIE-Lab72.694812.3913-15.6487

#bcaccf color RGB value is (188,172,207).

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

The process color (four color CMYK) of #bcaccf color hex is 0.09, 0.17, 0.00, 0.19. Web safe color of #bcaccf is #cc99cc. Color #bcaccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11001111
Octal 274 254 317
Decimal 188 172 207
Hex BC AC CF

RGB Percentages of Color #bcaccf

%33.16
%30.34
%36.51

CMYK Percentages of Color #bcaccf

%9
%17
%0
%19

Triadic Colors of #bcaccf

#bcaccf #cfbcac #accfbc

Analogous Colors of #bcaccf

#bcaccf #ceaccf #acaecf

Monochromatic Colors of #bcaccf

#bcaccf

Complementary Color

#bcaccf #bfcfac

#bcaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaccf Color CSS Codes

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

#bcaccf Text Font Color

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

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


#bcaccf Background Color

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

This div background color is #bcaccf


#bcaccf Border Color

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

This div border color is #bcaccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaccf


Comments

No comments written yet.

Please login to write comment.