COLOR #BCA4F2

HEX: #BCA4F2
RGB: (188,164,242)

Color info

#BCA4F2 contains mainly red and blue colors. Web safe color of #BCA4F2 is #CC99FF (or #C9F).

RGB color model

#BCA4F2 color RGB value is (188,164,242).

  • red value is 188;
  • green value is 164;
  • blue value is 242.
RGB:
(188,164,242)
(74%,64%,95%)

RGB channels and saturation

R 188 of 255 = 74%
G 164 of 255 = 64%
B 242 of 255 = 95%

188
164
242

R + G + B ~ 78%. #BCA4F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 164 + 242 = 594 (100%)
R 188 of 594 ~ 31.65%
G 164 of 594 ~ 27.61%
B 242 of 594 ~ 40.74%

%31.65
%27.61
%40.74

CMYK color model

#BCA4F2 color CMYK value is (22,32,0,5).

  • cyan value is 22.31%
  • magenta value is 32.23%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(22,32,0,5)
C22M32Y0K5 
(22%,32%,0%,5%)
(0.22/0.32/0.00/0.05)	

CMYK percentages

%22.31
%32.23
%0
%5.1

Codes

Color #BCA4F2 in popluar color models

BCA4F2
RGB188164242
HSL258°75.00%79.61%
HSB/HSV258°32.23%94.90%
CMYK22.31%32.23%0.00%
5.10%

Color #BCA4F2 in popluar number systems.

HEXBCA4F2
Decimal188164242
Binary101111001010010011110010
Octal274244362

Shades and tints

Shades of #BCA4F2

#BCA4F2
(188,164,242)
#AB96DC
(171,150,220)
#9A88C6
(154,136,198)
#897AB0
(137,122,176)
#786C9A
(120,108,154)
#675E84
(103,94,132)
#56506E
(86,80,110)
#454258
(69,66,88)
#343442
(52,52,66)
#23262C
(35,38,44)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #BCA4F2

#BCA4F2
(188,164,242)
#C2ACF3
(194,172,243)
#C8B4F4
(200,180,244)
#CEBCF5
(206,188,245)
#D4C4F6
(212,196,246)
#DACCF7
(218,204,247)
#E0D4F8
(224,212,248)
#E6DCF9
(230,220,249)
#ECE4FA
(236,228,250)
#F2ECFB
(242,236,251)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA4F2 color. Also use rgb(188,164,242) instead hex code.

Text Font Color

.myTextColor { color: #BCA4F2; }

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

This text font color is #BCA4F2.


Background Color

.myBgColor { background-color: #BCA4F2; }

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

This div background color is #BCA4F2.


Border color

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

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

This div border color is #BCA4F2.


Opacity

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

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

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

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

This text has shadow with #BCA4F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA4F2 on black background.


Color preview on white background

This text has color #BCA4F2 on white background.



Black color preview on #BCA4F2 background

This text has black color on #BCA4F2 background.


White color preview on #BCA4F2 background

This text has white color on #BCA4F2 background.