COLOR #BCA1F4

HEX: #BCA1F4 RGB: (188,161,244)

Color info

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

RGB color model

#BCA1F4 color RGB value is (188,161,244).

RGB: (188,161,244) (74%, 63%, 96%)

RGB channels and saturation

R 188 of 255 = 74%
G 161 of 255 = 63%
B 244 of 255 = 96%

188
161
244

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

Portions of RGB colors in percentages

R + G + B = 188 + 161 + 244 = 593 (100%)
R 188 of 593 ~ 31.7%
G 161 of 593 ~ 27.15%
B 244 of 593 ~ 41.15'%

%31.7
%27.15
%41.15

CMYK color model

#BCA1F4 color CMYK value is (23,34,0,4).

  • cyan value is 22.95%
  • magenta value is 34.02%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (23,34,0,4)
C23M34Y0K4 (23%, 34%, 0%, 4%)
(0.23 / 0.34 / 0.00 / 0.04)

CMYK percentages

%22.95
%34.02
%0
%4.31

Codes

Color #BCA1F4 in popluar color models

BC A1 F4
RGB 188 161 244
HSL 260° 79.05% 79.41%
HSB/HSV 260° 34.02% 95.69%
CMYK 22.95% 34.02% 0.00%
4.31%

Color #BCA1F4 in popluar number systems.

HEX BC A1 F4
Decimal 188 161 244
Binary 10111100 10100001 11110100
Octal 274 241 364

Shades and tints

Shades of #BCA1F4

#BCA1F4
(188,161,244)
#AB93DE
(171,147,222)
#9A85C8
(154,133,200)
#8977B2
(137,119,178)
#78699C
(120,105,156)
#675B86
(103,91,134)
#564D70
(86,77,112)
#453F5A
(69,63,90)
#343144
(52,49,68)
#23232E
(35,35,46)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #BCA1F4

#BCA1F4
(188,161,244)
#C2A9F5
(194,169,245)
#C8B1F6
(200,177,246)
#CEB9F7
(206,185,247)
#D4C1F8
(212,193,248)
#DAC9F9
(218,201,249)
#E0D1FA
(224,209,250)
#E6D9FB
(230,217,251)
#ECE1FC
(236,225,252)
#F2E9FD
(242,233,253)
#F8F1FE
(248,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA1F4 color. Also use rgb(188,161,244) instead hex code.

Text Font Color

.myTextColor { color: #BCA1F4; }

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

This text font color is #BCA1F4.

Background Color

.myBgColor { background-color: #BCA1F4; }

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

This div background color is #BCA1F4.

Border color

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

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

This div border color is #BCA1F4.

Opacity

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

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

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

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

This text has shadow with #BCA1F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA1F4.

Preview

Color preview on black background

This text has color #BCA1F4 on black background.


Color preview on white background

This text has color #BCA1F4 on white background.


Black color preview on #BCA1F4 background

This text has black color on #BCA1F4 background.


White color preview on #BCA1F4 background

This text has white color on #BCA1F4 background.


Related colors

Complementary color

Complementary color for #hex is #435E0B.


I love getcolorcode.com

Triadic colors

1 #F4BCA1 and #A1F4BC with #BCA1F4 are triadic colors.

2 #F4A1BC and #A1BCF4 with #BCA1F4 are triadic colors.