COLOR #BCB1F3

HEX: #BCB1F3
RGB: (188,177,243)

Color info

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

RGB color model

#BCB1F3 color RGB value is (188,177,243).

  • red value is 188;
  • green value is 177;
  • blue value is 243.
RGB:
(188,177,243)
(74%,69%,95%)

RGB channels and saturation

R 188 of 255 = 74%
G 177 of 255 = 69%
B 243 of 255 = 95%

188
177
243

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

Portions of RGB colors in percentages

R + G + B =
188 + 177 + 243 = 608 (100%)
R 188 of 608 ~ 30.92%
G 177 of 608 ~ 29.11%
B 243 of 608 ~ 39.97%

%30.92
%29.11
%39.97

CMYK color model

#BCB1F3 color CMYK value is (23,27,0,5).

  • cyan value is 22.63%
  • magenta value is 27.16%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(23,27,0,5)
C23M27Y0K5 
(23%,27%,0%,5%)
(0.23/0.27/0.00/0.05)	

CMYK percentages

%22.63
%27.16
%0
%4.71

Codes

Color #BCB1F3 in popluar color models

BCB1F3
RGB188177243
HSL250°73.33%82.35%
HSB/HSV250°27.16%95.29%
CMYK22.63%27.16%0.00%
4.71%

Color #BCB1F3 in popluar number systems.

HEXBCB1F3
Decimal188177243
Binary101111001011000111110011
Octal274261363

Shades and tints

Shades of #BCB1F3

#BCB1F3
(188,177,243)
#ABA1DD
(171,161,221)
#9A91C7
(154,145,199)
#8981B1
(137,129,177)
#78719B
(120,113,155)
#676185
(103,97,133)
#56516F
(86,81,111)
#454159
(69,65,89)
#343143
(52,49,67)
#23212D
(35,33,45)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #BCB1F3

#BCB1F3
(188,177,243)
#C2B8F4
(194,184,244)
#C8BFF5
(200,191,245)
#CEC6F6
(206,198,246)
#D4CDF7
(212,205,247)
#DAD4F8
(218,212,248)
#E0DBF9
(224,219,249)
#E6E2FA
(230,226,250)
#ECE9FB
(236,233,251)
#F2F0FC
(242,240,252)
#F8F7FD
(248,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB1F3 color. Also use rgb(188,177,243) instead hex code.

Text Font Color

.myTextColor { color: #BCB1F3; }

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

This text font color is #BCB1F3.


Background Color

.myBgColor { background-color: #BCB1F3; }

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

This div background color is #BCB1F3.


Border color

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

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

This div border color is #BCB1F3.


Opacity

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

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

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

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

This text has shadow with #BCB1F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB1F3 on black background.


Color preview on white background

This text has color #BCB1F3 on white background.



Black color preview on #BCB1F3 background

This text has black color on #BCB1F3 background.


White color preview on #BCB1F3 background

This text has white color on #BCB1F3 background.