COLOR #BCB3F2

HEX: #BCB3F2 RGB: (188,179,242)

Color info

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

RGB color model

#BCB3F2 color RGB value is (188,179,242).

RGB: (188,179,242) (74%, 70%, 95%)

RGB channels and saturation

R 188 of 255 = 74%
G 179 of 255 = 70%
B 242 of 255 = 95%

188
179
242

R + G + B ~ 80%. #BCB3F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 179 + 242 = 609 (100%)
R 188 of 609 ~ 30.87%
G 179 of 609 ~ 29.39%
B 242 of 609 ~ 39.74'%

%30.87
%29.39
%39.74

CMYK color model

#BCB3F2 color CMYK value is (22,26,0,5).

  • cyan value is 22.31%
  • magenta value is 26.03%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (22,26,0,5) C22M26Y0K5 (22%,26%,0%,5%) (0.22/0.26/0.00/0.05) 

CMYK percentages

%22.31
%26.03
%0
%5.1

Codes

Color #BCB3F2 in popluar color models

BC B3 F2
RGB 188 179 242
HSL 249° 70.79% 82.55%
HSB/HSV 249° 26.03% 94.90%
CMYK 22.31% 26.03% 0.00%
5.10%

Color #BCB3F2 in popluar number systems.

HEX BC B3 F2
Decimal 188 179 242
Binary 10111100 10110011 11110010
Octal 274 263 362

Shades and tints

Shades of #BCB3F2

#BCB3F2
(188,179,242)
#ABA3DC
(171,163,220)
#9A93C6
(154,147,198)
#8983B0
(137,131,176)
#78739A
(120,115,154)
#676384
(103,99,132)
#56536E
(86,83,110)
#454358
(69,67,88)
#343342
(52,51,66)
#23232C
(35,35,44)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #BCB3F2

#BCB3F2
(188,179,242)
#C2B9F3
(194,185,243)
#C8BFF4
(200,191,244)
#CEC5F5
(206,197,245)
#D4CBF6
(212,203,246)
#DAD1F7
(218,209,247)
#E0D7F8
(224,215,248)
#E6DDF9
(230,221,249)
#ECE3FA
(236,227,250)
#F2E9FB
(242,233,251)
#F8EFFC
(248,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB3F2 color. Also use rgb(188,179,242) instead hex code.

Text Font Color

.myTextColor { color: #BCB3F2; }

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

This text font color is #BCB3F2.

Background Color

.myBgColor { background-color: #BCB3F2; }

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

This div background color is #BCB3F2.

Border color

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

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

This div border color is #BCB3F2.

Opacity

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

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

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

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

This text has shadow with #BCB3F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB3F2.

Preview

Color preview on black background

This text has color #BCB3F2 on black background.


Color preview on white background

This text has color #BCB3F2 on white background.


Black color preview on #BCB3F2 background

This text has black color on #BCB3F2 background.


White color preview on #BCB3F2 background

This text has white color on #BCB3F2 background.


Related colors

Complementary color

Complementary color for #hex is #434C0D.


I love getcolorcode.com

Triadic colors

1 #F2BCB3 and #B3F2BC with #BCB3F2 are triadic colors.

2 #F2B3BC and #B3BCF2 with #BCB3F2 are triadic colors.