COLOR #BCACCD

HEX: #BCACCD
RGB: (188,172,205)

Color info

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

RGB color model

#BCACCD color RGB value is (188,172,205).

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

RGB channels and saturation

R 188 of 255 = 74%
G 172 of 255 = 67%
B 205 of 255 = 80%

188
172
205

R + G + B ~ 74%. #BCACCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 172 + 205 = 565 (100%)
R 188 of 565 ~ 33.27%
G 172 of 565 ~ 30.44%
B 205 of 565 ~ 36.28%

%33.27
%30.44
%36.28

CMYK color model

#BCACCD color CMYK value is (8,16,0,20).

  • cyan value is 8.29%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(8,16,0,20)
C8M16Y0K20 
(8%,16%,0%,20%)
(0.08/0.16/0.00/0.20)	

CMYK percentages

%8.29
%16.1
%0
%19.61

Codes

Color #BCACCD in popluar color models

BCACCD
RGB188172205
HSL269°24.81%73.92%
HSB/HSV269°16.10%80.39%
CMYK8.29%16.10%0.00%
19.61%

Color #BCACCD in popluar number systems.

HEXBCACCD
Decimal188172205
Binary101111001010110011001101
Octal274254315

Shades and tints

Shades of #BCACCD

#BCACCD
(188,172,205)
#AB9DBB
(171,157,187)
#9A8EA9
(154,142,169)
#897F97
(137,127,151)
#787085
(120,112,133)
#676173
(103,97,115)
#565261
(86,82,97)
#45434F
(69,67,79)
#34343D
(52,52,61)
#23252B
(35,37,43)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #BCACCD

#BCACCD
(188,172,205)
#C2B3D1
(194,179,209)
#C8BAD5
(200,186,213)
#CEC1D9
(206,193,217)
#D4C8DD
(212,200,221)
#DACFE1
(218,207,225)
#E0D6E5
(224,214,229)
#E6DDE9
(230,221,233)
#ECE4ED
(236,228,237)
#F2EBF1
(242,235,241)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCACCD; }

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

This text font color is #BCACCD.


Background Color

.myBgColor { background-color: #BCACCD; }

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

This div background color is #BCACCD.


Border color

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

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

This div border color is #BCACCD.


Opacity

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

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

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

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

This text has shadow with #BCACCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCACCD on black background.


Color preview on white background

This text has color #BCACCD on white background.



Black color preview on #BCACCD background

This text has black color on #BCACCD background.


White color preview on #BCACCD background

This text has white color on #BCACCD background.