Color Hex Logo

#bcacc1 Color Hex

#BCACC1
(188,172,193)
0 Favorites   0 Comments

Color spaces of #bcacc1

RGB 188172193
HSL0.790.140.72
HSV286°11°76°
CMYK 0.030.110.00   0.24
XYZ45.117244.046756.5760
Yxy44.04670.30960.3022
Hunter Lab66.36775.2020-4.0852
CIE-Lab72.25979.6062-8.6163

#bcacc1 color RGB value is (188,172,193).

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

The process color (four color CMYK) of #bcacc1 color hex is 0.03, 0.11, 0.00, 0.24. Web safe color of #bcacc1 is #cc99cc. Color #bcacc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11000001
Octal 274 254 301
Decimal 188 172 193
Hex BC AC C1

RGB Percentages of Color #bcacc1

%34.00
%31.10
%34.90

CMYK Percentages of Color #bcacc1

%3
%11
%0
%24

Triadic Colors of #bcacc1

#bcacc1 #c1bcac #acc1bc

Analogous Colors of #bcacc1

#bcacc1 #c1acbc #b2acc1

Monochromatic Colors of #bcacc1

#bcacc1

Complementary Color

#bcacc1 #b1c1ac

#bcacc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacc1 Color CSS Codes

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

#bcacc1 Text Font Color

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

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


#bcacc1 Background Color

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

This div background color is #bcacc1


#bcacc1 Border Color

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

This div border color is #bcacc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacc1


Comments

No comments written yet.

Please login to write comment.