COLOR #BCB0F4

HEX: #BCB0F4
RGB: (188,176,244)

Color info

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

RGB color model

#BCB0F4 color RGB value is (188,176,244).

  • red value is 188;
  • green value is 176;
  • blue value is 244.
RGB:
(188,176,244)
(74%,69%,96%)

RGB channels and saturation

R 188 of 255 = 74%
G 176 of 255 = 69%
B 244 of 255 = 96%

188
176
244

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

Portions of RGB colors in percentages

R + G + B =
188 + 176 + 244 = 608 (100%)
R 188 of 608 ~ 30.92%
G 176 of 608 ~ 28.95%
B 244 of 608 ~ 40.13%

%30.92
%28.95
%40.13

CMYK color model

#BCB0F4 color CMYK value is (23,28,0,4).

  • cyan value is 22.95%
  • magenta value is 27.87%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(23,28,0,4)
C23M28Y0K4 
(23%,28%,0%,4%)
(0.23/0.28/0.00/0.04)	

CMYK percentages

%22.95
%27.87
%0
%4.31

Codes

Color #BCB0F4 in popluar color models

BCB0F4
RGB188176244
HSL251°75.56%82.35%
HSB/HSV251°27.87%95.69%
CMYK22.95%27.87%0.00%
4.31%

Color #BCB0F4 in popluar number systems.

HEXBCB0F4
Decimal188176244
Binary101111001011000011110100
Octal274260364

Shades and tints

Shades of #BCB0F4

#BCB0F4
(188,176,244)
#ABA0DE
(171,160,222)
#9A90C8
(154,144,200)
#8980B2
(137,128,178)
#78709C
(120,112,156)
#676086
(103,96,134)
#565070
(86,80,112)
#45405A
(69,64,90)
#343044
(52,48,68)
#23202E
(35,32,46)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #BCB0F4

#BCB0F4
(188,176,244)
#C2B7F5
(194,183,245)
#C8BEF6
(200,190,246)
#CEC5F7
(206,197,247)
#D4CCF8
(212,204,248)
#DAD3F9
(218,211,249)
#E0DAFA
(224,218,250)
#E6E1FB
(230,225,251)
#ECE8FC
(236,232,252)
#F2EFFD
(242,239,253)
#F8F6FE
(248,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB0F4; }

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

This text font color is #BCB0F4.


Background Color

.myBgColor { background-color: #BCB0F4; }

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

This div background color is #BCB0F4.


Border color

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

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

This div border color is #BCB0F4.


Opacity

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

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

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

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

This text has shadow with #BCB0F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB0F4 on black background.


Color preview on white background

This text has color #BCB0F4 on white background.



Black color preview on #BCB0F4 background

This text has black color on #BCB0F4 background.


White color preview on #BCB0F4 background

This text has white color on #BCB0F4 background.