COLOR #BCA0F8

HEX: #BCA0F8 RGB: (188,160,248)

Color info

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

RGB color model

#BCA0F8 color RGB value is (188,160,248).

RGB: (188,160,248) (74%, 63%, 97%)

RGB channels and saturation

R 188 of 255 = 74%
G 160 of 255 = 63%
B 248 of 255 = 97%

188
160
248

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

Portions of RGB colors in percentages

R + G + B = 188 + 160 + 248 = 596 (100%)
R 188 of 596 ~ 31.54%
G 160 of 596 ~ 26.85%
B 248 of 596 ~ 41.61'%

%31.54
%26.85
%41.61

CMYK color model

#BCA0F8 color CMYK value is (24,35,0,3).

  • cyan value is 24.19%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (24,35,0,3)
C24M35Y0K3 (24%, 35%, 0%, 3%)
(0.24 / 0.35 / 0.00 / 0.03)

CMYK percentages

%24.19
%35.48
%0
%2.75

Codes

Color #BCA0F8 in popluar color models

BC A0 F8
RGB 188 160 248
HSL 259° 86.27% 80.00%
HSB/HSV 259° 35.48% 97.25%
CMYK 24.19% 35.48% 0.00%
2.75%

Color #BCA0F8 in popluar number systems.

HEX BC A0 F8
Decimal 188 160 248
Binary 10111100 10100000 11111000
Octal 274 240 370

Shades and tints

Shades of #BCA0F8

#BCA0F8
(188,160,248)
#AB92E2
(171,146,226)
#9A84CC
(154,132,204)
#8976B6
(137,118,182)
#7868A0
(120,104,160)
#675A8A
(103,90,138)
#564C74
(86,76,116)
#453E5E
(69,62,94)
#343048
(52,48,72)
#232232
(35,34,50)
#12141C
(18,20,28)
#000000
(0,0,0)

Tints of #BCA0F8

#BCA0F8
(188,160,248)
#C2A8F8
(194,168,248)
#C8B0F8
(200,176,248)
#CEB8F8
(206,184,248)
#D4C0F8
(212,192,248)
#DAC8F8
(218,200,248)
#E0D0F8
(224,208,248)
#E6D8F8
(230,216,248)
#ECE0F8
(236,224,248)
#F2E8F8
(242,232,248)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA0F8 color. Also use rgb(188,160,248) instead hex code.

Text Font Color

.myTextColor { color: #BCA0F8; }

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

This text font color is #BCA0F8.

Background Color

.myBgColor { background-color: #BCA0F8; }

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

This div background color is #BCA0F8.

Border color

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

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

This div border color is #BCA0F8.

Opacity

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

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

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

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

This text has shadow with #BCA0F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA0F8.

Preview

Color preview on black background

This text has color #BCA0F8 on black background.


Color preview on white background

This text has color #BCA0F8 on white background.


Black color preview on #BCA0F8 background

This text has black color on #BCA0F8 background.


White color preview on #BCA0F8 background

This text has white color on #BCA0F8 background.


Related colors

Complementary color

Complementary color for #hex is #435F07.


I love getcolorcode.com

Triadic colors

1 #F8BCA0 and #A0F8BC with #BCA0F8 are triadic colors.

2 #F8A0BC and #A0BCF8 with #BCA0F8 are triadic colors.