COLOR #BCACC1

HEX: #BCACC1
RGB: (188,172,193)

Color info

#BCACC1 contains red, green and blue colors in about the same proportion. Web safe color of #BCACC1 is #CC99CC (or #C9C).

RGB color model

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

  • red value is 188;
  • green value is 172;
  • blue value is 193.
RGB:
(188,172,193)
(74%,67%,76%)

RGB channels and saturation

R 188 of 255 = 74%
G 172 of 255 = 67%
B 193 of 255 = 76%

188
172
193

R + G + B ~ 72%. #BCACC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 172 + 193 = 553 (100%)
R 188 of 553 ~ 34%
G 172 of 553 ~ 31.1%
B 193 of 553 ~ 34.9%

%34
%31.1
%34.9

CMYK color model

#BCACC1 color CMYK value is (3,11,0,24).

  • cyan value is 2.59%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(3,11,0,24)
C3M11Y0K24 
(3%,11%,0%,24%)
(0.03/0.11/0.00/0.24)	

CMYK percentages

%2.59
%10.88
%0
%24.31

Codes

Color #BCACC1 in popluar color models

BCACC1
RGB188172193
HSL286°14.48%71.57%
HSB/HSV286°10.88%75.69%
CMYK2.59%10.88%0.00%
24.31%

Color #BCACC1 in popluar number systems.

HEXBCACC1
Decimal188172193
Binary101111001010110011000001
Octal274254301

Shades and tints

Shades of #BCACC1

#BCACC1
(188,172,193)
#AB9DB0
(171,157,176)
#9A8E9F
(154,142,159)
#897F8E
(137,127,142)
#78707D
(120,112,125)
#67616C
(103,97,108)
#56525B
(86,82,91)
#45434A
(69,67,74)
#343439
(52,52,57)
#232528
(35,37,40)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #BCACC1

#BCACC1
(188,172,193)
#C2B3C6
(194,179,198)
#C8BACB
(200,186,203)
#CEC1D0
(206,193,208)
#D4C8D5
(212,200,213)
#DACFDA
(218,207,218)
#E0D6DF
(224,214,223)
#E6DDE4
(230,221,228)
#ECE4E9
(236,228,233)
#F2EBEE
(242,235,238)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCACC1 color. Also use rgb(188,172,193) instead hex code.

Text Font Color

.myTextColor { color: #BCACC1; }

<p style="color:#BCACC1">This sample text font color is #BCACC1.</p>

This text font color is #BCACC1.


Background Color

.myBgColor { background-color: #BCACC1; }

<div style="background-color:#BCACC1">Inner text</div>

This div background color is #BCACC1.


Border color

.myBorderColor { border: 1px solid #BCACC1; }

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

This div border color is #BCACC1.


Opacity

.myOpacity80 { color: #BCACC1; opacity: 0.8; }

<p style="color:#BCACC1;opacity:0.8;">80%</p>

Text with #BCACC1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BCACC1;}

<p style="text-shadow: 3px 3px 1px #BCACC1">Text here.</p>

This text has shadow with #BCACC1 color.

.textShadow {text-shadow: 3px 3px 1px #BCACC1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BCACC1, 5px 5px 20px red">Text here.</p>

This text has shadow with #BCACC1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCACC1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BCACC1, Direction=45, Strength=4)">Text</p>

This text has shadow with #BCACC1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BCACC1;
  -webkit-box-shadow:	1px 1px 3px 2px #BCACC1;
  box-shadow:		1px 1px 3px 2px #BCACC1;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #BCACC1 on black background.


Color preview on white background

This text has color #BCACC1 on white background.



Black color preview on #BCACC1 background

This text has black color on #BCACC1 background.


White color preview on #BCACC1 background

This text has white color on #BCACC1 background.