COLOR #BCA2E2

HEX: #BCA2E2
RGB: (188,162,226)

Color info

#BCA2E2 contains mainly red and blue colors. Web safe color of #BCA2E2 is #CC99CC (or #C9C).

RGB color model

#BCA2E2 color RGB value is (188,162,226).

  • red value is 188;
  • green value is 162;
  • blue value is 226.
RGB:
(188,162,226)
(74%,64%,89%)

RGB channels and saturation

R 188 of 255 = 74%
G 162 of 255 = 64%
B 226 of 255 = 89%

188
162
226

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

Portions of RGB colors in percentages

R + G + B =
188 + 162 + 226 = 576 (100%)
R 188 of 576 ~ 32.64%
G 162 of 576 ~ 28.13%
B 226 of 576 ~ 39.24%

%32.64
%28.13
%39.24

CMYK color model

#BCA2E2 color CMYK value is (17,28,0,11).

  • cyan value is 16.81%
  • magenta value is 28.32%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(17,28,0,11)
C17M28Y0K11 
(17%,28%,0%,11%)
(0.17/0.28/0.00/0.11)	

CMYK percentages

%16.81
%28.32
%0
%11.37

Codes

Color #BCA2E2 in popluar color models

BCA2E2
RGB188162226
HSL264°52.46%76.08%
HSB/HSV264°28.32%88.63%
CMYK16.81%28.32%0.00%
11.37%

Color #BCA2E2 in popluar number systems.

HEXBCA2E2
Decimal188162226
Binary101111001010001011100010
Octal274242342

Shades and tints

Shades of #BCA2E2

#BCA2E2
(188,162,226)
#AB94CE
(171,148,206)
#9A86BA
(154,134,186)
#8978A6
(137,120,166)
#786A92
(120,106,146)
#675C7E
(103,92,126)
#564E6A
(86,78,106)
#454056
(69,64,86)
#343242
(52,50,66)
#23242E
(35,36,46)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #BCA2E2

#BCA2E2
(188,162,226)
#C2AAE4
(194,170,228)
#C8B2E6
(200,178,230)
#CEBAE8
(206,186,232)
#D4C2EA
(212,194,234)
#DACAEC
(218,202,236)
#E0D2EE
(224,210,238)
#E6DAF0
(230,218,240)
#ECE2F2
(236,226,242)
#F2EAF4
(242,234,244)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA2E2; }

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

This text font color is #BCA2E2.


Background Color

.myBgColor { background-color: #BCA2E2; }

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

This div background color is #BCA2E2.


Border color

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

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

This div border color is #BCA2E2.


Opacity

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

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

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

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

This text has shadow with #BCA2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA2E2 on black background.


Color preview on white background

This text has color #BCA2E2 on white background.



Black color preview on #BCA2E2 background

This text has black color on #BCA2E2 background.


White color preview on #BCA2E2 background

This text has white color on #BCA2E2 background.