COLOR #BCA2CE

HEX: #BCA2CE RGB: (188,162,206)

Color info

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

RGB color model

#BCA2CE color RGB value is (188,162,206).

RGB: (188,162,206) (74%, 64%, 81%)

RGB channels and saturation

R 188 of 255 = 74%
G 162 of 255 = 64%
B 206 of 255 = 81%

188
162
206

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

Portions of RGB colors in percentages

R + G + B = 188 + 162 + 206 = 556 (100%)
R 188 of 556 ~ 33.81%
G 162 of 556 ~ 29.14%
B 206 of 556 ~ 37.05'%

%33.81
%29.14
%37.05

CMYK color model

#BCA2CE color CMYK value is (9,21,0,19).

  • cyan value is 8.74%
  • magenta value is 21.36%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (9,21,0,19)
C9M21Y0K19 (9%, 21%, 0%, 19%)
(0.09 / 0.21 / 0.00 / 0.19)

CMYK percentages

%8.74
%21.36
%0
%19.22

Codes

Color #BCA2CE in popluar color models

BC A2 CE
RGB 188 162 206
HSL 275° 30.99% 72.16%
HSB/HSV 275° 21.36% 80.78%
CMYK 8.74% 21.36% 0.00%
19.22%

Color #BCA2CE in popluar number systems.

HEX BC A2 CE
Decimal 188 162 206
Binary 10111100 10100010 11001110
Octal 274 242 316

Shades and tints

Shades of #BCA2CE

#BCA2CE
(188,162,206)
#AB94BC
(171,148,188)
#9A86AA
(154,134,170)
#897898
(137,120,152)
#786A86
(120,106,134)
#675C74
(103,92,116)
#564E62
(86,78,98)
#454050
(69,64,80)
#34323E
(52,50,62)
#23242C
(35,36,44)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #BCA2CE

#BCA2CE
(188,162,206)
#C2AAD2
(194,170,210)
#C8B2D6
(200,178,214)
#CEBADA
(206,186,218)
#D4C2DE
(212,194,222)
#DACAE2
(218,202,226)
#E0D2E6
(224,210,230)
#E6DAEA
(230,218,234)
#ECE2EE
(236,226,238)
#F2EAF2
(242,234,242)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA2CE color. Also use rgb(188,162,206) instead hex code.

Text Font Color

.myTextColor { color: #BCA2CE; }

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

This text font color is #BCA2CE.

Background Color

.myBgColor { background-color: #BCA2CE; }

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

This div background color is #BCA2CE.

Border color

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

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

This div border color is #BCA2CE.

Opacity

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

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

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

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

This text has shadow with #BCA2CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA2CE.

Preview

Color preview on black background

This text has color #BCA2CE on black background.


Color preview on white background

This text has color #BCA2CE on white background.


Black color preview on #BCA2CE background

This text has black color on #BCA2CE background.


White color preview on #BCA2CE background

This text has white color on #BCA2CE background.


Related colors

Complementary color

Complementary color for #hex is #435D31.


I love getcolorcode.com

Triadic colors

1 #CEBCA2 and #A2CEBC with #BCA2CE are triadic colors.

2 #CEA2BC and #A2BCCE with #BCA2CE are triadic colors.