COLOR #BCACDE

HEX: #BCACDE
RGB: (188,172,222)

Color info

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

RGB color model

#BCACDE color RGB value is (188,172,222).

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

RGB channels and saturation

R 188 of 255 = 74%
G 172 of 255 = 67%
B 222 of 255 = 87%

188
172
222

R + G + B ~ 76%. #BCACDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 172 + 222 = 582 (100%)
R 188 of 582 ~ 32.3%
G 172 of 582 ~ 29.55%
B 222 of 582 ~ 38.14%

%32.3
%29.55
%38.14

CMYK color model

#BCACDE color CMYK value is (15,23,0,13).

  • cyan value is 15.32%
  • magenta value is 22.52%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(15,23,0,13)
C15M23Y0K13 
(15%,23%,0%,13%)
(0.15/0.23/0.00/0.13)	

CMYK percentages

%15.32
%22.52
%0
%12.94

Codes

Color #BCACDE in popluar color models

BCACDE
RGB188172222
HSL259°43.10%77.25%
HSB/HSV259°22.52%87.06%
CMYK15.32%22.52%0.00%
12.94%

Color #BCACDE in popluar number systems.

HEXBCACDE
Decimal188172222
Binary101111001010110011011110
Octal274254336

Shades and tints

Shades of #BCACDE

#BCACDE
(188,172,222)
#AB9DCA
(171,157,202)
#9A8EB6
(154,142,182)
#897FA2
(137,127,162)
#78708E
(120,112,142)
#67617A
(103,97,122)
#565266
(86,82,102)
#454352
(69,67,82)
#34343E
(52,52,62)
#23252A
(35,37,42)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #BCACDE

#BCACDE
(188,172,222)
#C2B3E1
(194,179,225)
#C8BAE4
(200,186,228)
#CEC1E7
(206,193,231)
#D4C8EA
(212,200,234)
#DACFED
(218,207,237)
#E0D6F0
(224,214,240)
#E6DDF3
(230,221,243)
#ECE4F6
(236,228,246)
#F2EBF9
(242,235,249)
#F8F2FC
(248,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCACDE; }

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

This text font color is #BCACDE.


Background Color

.myBgColor { background-color: #BCACDE; }

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

This div background color is #BCACDE.


Border color

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

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

This div border color is #BCACDE.


Opacity

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

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

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

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

This text has shadow with #BCACDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCACDE on black background.


Color preview on white background

This text has color #BCACDE on white background.



Black color preview on #BCACDE background

This text has black color on #BCACDE background.


White color preview on #BCACDE background

This text has white color on #BCACDE background.