COLOR #BCA3F9

HEX: #BCA3F9
RGB: (188,163,249)

Color info

#BCA3F9 contains mainly blue color. Web safe color of #BCA3F9 is #CC99FF (or #C9F).

RGB color model

#BCA3F9 color RGB value is (188,163,249).

  • red value is 188;
  • green value is 163;
  • blue value is 249.
RGB:
(188,163,249)
(74%,64%,98%)

RGB channels and saturation

R 188 of 255 = 74%
G 163 of 255 = 64%
B 249 of 255 = 98%

188
163
249

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

Portions of RGB colors in percentages

R + G + B =
188 + 163 + 249 = 600 (100%)
R 188 of 600 ~ 31.33%
G 163 of 600 ~ 27.17%
B 249 of 600 ~ 41.5%

%31.33
%27.17
%41.5

CMYK color model

#BCA3F9 color CMYK value is (24,35,0,2).

  • cyan value is 24.50%
  • magenta value is 34.54%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(24,35,0,2)
C24M35Y0K2 
(24%,35%,0%,2%)
(0.24/0.35/0.00/0.02)	

CMYK percentages

%24.5
%34.54
%0
%2.35

Codes

Color #BCA3F9 in popluar color models

BCA3F9
RGB188163249
HSL257°87.76%80.78%
HSB/HSV257°34.54%97.65%
CMYK24.50%34.54%0.00%
2.35%

Color #BCA3F9 in popluar number systems.

HEXBCA3F9
Decimal188163249
Binary101111001010001111111001
Octal274243371

Shades and tints

Shades of #BCA3F9

#BCA3F9
(188,163,249)
#AB95E3
(171,149,227)
#9A87CD
(154,135,205)
#8979B7
(137,121,183)
#786BA1
(120,107,161)
#675D8B
(103,93,139)
#564F75
(86,79,117)
#45415F
(69,65,95)
#343349
(52,51,73)
#232533
(35,37,51)
#12171D
(18,23,29)
#000000
(0,0,0)

Tints of #BCA3F9

#BCA3F9
(188,163,249)
#C2ABF9
(194,171,249)
#C8B3F9
(200,179,249)
#CEBBF9
(206,187,249)
#D4C3F9
(212,195,249)
#DACBF9
(218,203,249)
#E0D3F9
(224,211,249)
#E6DBF9
(230,219,249)
#ECE3F9
(236,227,249)
#F2EBF9
(242,235,249)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA3F9 color. Also use rgb(188,163,249) instead hex code.

Text Font Color

.myTextColor { color: #BCA3F9; }

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

This text font color is #BCA3F9.


Background Color

.myBgColor { background-color: #BCA3F9; }

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

This div background color is #BCA3F9.


Border color

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

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

This div border color is #BCA3F9.


Opacity

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

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

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

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

This text has shadow with #BCA3F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA3F9 on black background.


Color preview on white background

This text has color #BCA3F9 on white background.



Black color preview on #BCA3F9 background

This text has black color on #BCA3F9 background.


White color preview on #BCA3F9 background

This text has white color on #BCA3F9 background.