COLOR #BCA5F7

HEX: #BCA5F7
RGB: (188,165,247)

Color info

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

RGB color model

#BCA5F7 color RGB value is (188,165,247).

  • red value is 188;
  • green value is 165;
  • blue value is 247.
RGB:
(188,165,247)
(74%,65%,97%)

RGB channels and saturation

R 188 of 255 = 74%
G 165 of 255 = 65%
B 247 of 255 = 97%

188
165
247

R + G + B ~ 79%. #BCA5F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 165 + 247 = 600 (100%)
R 188 of 600 ~ 31.33%
G 165 of 600 ~ 27.5%
B 247 of 600 ~ 41.17%

%31.33
%27.5
%41.17

CMYK color model

#BCA5F7 color CMYK value is (24,33,0,3).

  • cyan value is 23.89%
  • magenta value is 33.20%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(24,33,0,3)
C24M33Y0K3 
(24%,33%,0%,3%)
(0.24/0.33/0.00/0.03)	

CMYK percentages

%23.89
%33.2
%0
%3.14

Codes

Color #BCA5F7 in popluar color models

BCA5F7
RGB188165247
HSL257°83.67%80.78%
HSB/HSV257°33.20%96.86%
CMYK23.89%33.20%0.00%
3.14%

Color #BCA5F7 in popluar number systems.

HEXBCA5F7
Decimal188165247
Binary101111001010010111110111
Octal274245367

Shades and tints

Shades of #BCA5F7

#BCA5F7
(188,165,247)
#AB96E1
(171,150,225)
#9A87CB
(154,135,203)
#8978B5
(137,120,181)
#78699F
(120,105,159)
#675A89
(103,90,137)
#564B73
(86,75,115)
#453C5D
(69,60,93)
#342D47
(52,45,71)
#231E31
(35,30,49)
#120F1B
(18,15,27)
#000000
(0,0,0)

Tints of #BCA5F7

#BCA5F7
(188,165,247)
#C2ADF7
(194,173,247)
#C8B5F7
(200,181,247)
#CEBDF7
(206,189,247)
#D4C5F7
(212,197,247)
#DACDF7
(218,205,247)
#E0D5F7
(224,213,247)
#E6DDF7
(230,221,247)
#ECE5F7
(236,229,247)
#F2EDF7
(242,237,247)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA5F7 color. Also use rgb(188,165,247) instead hex code.

Text Font Color

.myTextColor { color: #BCA5F7; }

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

This text font color is #BCA5F7.


Background Color

.myBgColor { background-color: #BCA5F7; }

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

This div background color is #BCA5F7.


Border color

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

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

This div border color is #BCA5F7.


Opacity

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

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

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

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

This text has shadow with #BCA5F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA5F7 on black background.


Color preview on white background

This text has color #BCA5F7 on white background.



Black color preview on #BCA5F7 background

This text has black color on #BCA5F7 background.


White color preview on #BCA5F7 background

This text has white color on #BCA5F7 background.