COLOR #BCA3FD

HEX: #BCA3FD RGB: (188,163,253)

Color info

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

RGB color model

#BCA3FD color RGB value is (188,163,253).

RGB: (188,163,253) (74%, 64%, 99%)

RGB channels and saturation

R 188 of 255 = 74%
G 163 of 255 = 64%
B 253 of 255 = 99%

188
163
253

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

Portions of RGB colors in percentages

R + G + B = 188 + 163 + 253 = 604 (100%)
R 188 of 604 ~ 31.13%
G 163 of 604 ~ 26.99%
B 253 of 604 ~ 41.89'%

%31.13
%26.99
%41.89

CMYK color model

#BCA3FD color CMYK value is (26,36,0,1).

  • cyan value is 25.69%
  • magenta value is 35.57%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (26,36,0,1)
C26M36Y0K1 (26%, 36%, 0%, 1%)
(0.26 / 0.36 / 0.00 / 0.01)

CMYK percentages

%25.69
%35.57
%0
%0.78

Codes

Color #BCA3FD in popluar color models

BC A3 FD
RGB 188 163 253
HSL 257° 95.74% 81.57%
HSB/HSV 257° 35.57% 99.22%
CMYK 25.69% 35.57% 0.00%
0.78%

Color #BCA3FD in popluar number systems.

HEX BC A3 FD
Decimal 188 163 253
Binary 10111100 10100011 11111101
Octal 274 243 375

Shades and tints

Shades of #BCA3FD

#BCA3FD
(188,163,253)
#AB95E6
(171,149,230)
#9A87CF
(154,135,207)
#8979B8
(137,121,184)
#786BA1
(120,107,161)
#675D8A
(103,93,138)
#564F73
(86,79,115)
#45415C
(69,65,92)
#343345
(52,51,69)
#23252E
(35,37,46)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #BCA3FD

#BCA3FD
(188,163,253)
#C2ABFD
(194,171,253)
#C8B3FD
(200,179,253)
#CEBBFD
(206,187,253)
#D4C3FD
(212,195,253)
#DACBFD
(218,203,253)
#E0D3FD
(224,211,253)
#E6DBFD
(230,219,253)
#ECE3FD
(236,227,253)
#F2EBFD
(242,235,253)
#F8F3FD
(248,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA3FD; }

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

This text font color is #BCA3FD.

Background Color

.myBgColor { background-color: #BCA3FD; }

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

This div background color is #BCA3FD.

Border color

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

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

This div border color is #BCA3FD.

Opacity

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

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

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

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

This text has shadow with #BCA3FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA3FD.

Preview

Color preview on black background

This text has color #BCA3FD on black background.


Color preview on white background

This text has color #BCA3FD on white background.


Black color preview on #BCA3FD background

This text has black color on #BCA3FD background.


White color preview on #BCA3FD background

This text has white color on #BCA3FD background.


Related colors

Complementary color

Complementary color for #hex is #435C02.


I love getcolorcode.com

Triadic colors

1 #FDBCA3 and #A3FDBC with #BCA3FD are triadic colors.

2 #FDA3BC and #A3BCFD with #BCA3FD are triadic colors.