COLOR #BCACCA

HEX: #BCACCA
RGB: (188,172,202)

Color info

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

RGB color model

#BCACCA color RGB value is (188,172,202).

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

RGB channels and saturation

R 188 of 255 = 74%
G 172 of 255 = 67%
B 202 of 255 = 79%

188
172
202

R + G + B ~ 73%. #BCACCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 172 + 202 = 562 (100%)
R 188 of 562 ~ 33.45%
G 172 of 562 ~ 30.6%
B 202 of 562 ~ 35.94%

%33.45
%30.6
%35.94

CMYK color model

#BCACCA color CMYK value is (7,15,0,21).

  • cyan value is 6.93%
  • magenta value is 14.85%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(7,15,0,21)
C7M15Y0K21 
(7%,15%,0%,21%)
(0.07/0.15/0.00/0.21)	

CMYK percentages

%6.93
%14.85
%0
%20.78

Codes

Color #BCACCA in popluar color models

BCACCA
RGB188172202
HSL272°22.06%73.33%
HSB/HSV272°14.85%79.22%
CMYK6.93%14.85%0.00%
20.78%

Color #BCACCA in popluar number systems.

HEXBCACCA
Decimal188172202
Binary101111001010110011001010
Octal274254312

Shades and tints

Shades of #BCACCA

#BCACCA
(188,172,202)
#AB9DB8
(171,157,184)
#9A8EA6
(154,142,166)
#897F94
(137,127,148)
#787082
(120,112,130)
#676170
(103,97,112)
#56525E
(86,82,94)
#45434C
(69,67,76)
#34343A
(52,52,58)
#232528
(35,37,40)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #BCACCA

#BCACCA
(188,172,202)
#C2B3CE
(194,179,206)
#C8BAD2
(200,186,210)
#CEC1D6
(206,193,214)
#D4C8DA
(212,200,218)
#DACFDE
(218,207,222)
#E0D6E2
(224,214,226)
#E6DDE6
(230,221,230)
#ECE4EA
(236,228,234)
#F2EBEE
(242,235,238)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCACCA; }

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

This text font color is #BCACCA.


Background Color

.myBgColor { background-color: #BCACCA; }

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

This div background color is #BCACCA.


Border color

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

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

This div border color is #BCACCA.


Opacity

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

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

Text with #BCACCA 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 #BCACCA;}

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

This text has shadow with #BCACCA color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCACCA;
-webkit-box-shadow: 1px 1px 3px 2px #BCACCA;
box-shadow:1px 1px 3px 2px #BCACCA;">
Div content here</div>
This div box has shadow with color #BCACCA.

Preview

Color preview on black background

This text has color #BCACCA on black background.


Color preview on white background

This text has color #BCACCA on white background.



Black color preview on #BCACCA background

This text has black color on #BCACCA background.


White color preview on #BCACCA background

This text has white color on #BCACCA background.