COLOR #BCB9F4

HEX: #BCB9F4
RGB: (188,185,244)

Color info

#BCB9F4 contains red, green and blue colors in about the same proportion. Web safe color of #BCB9F4 is #CCCCFF (or #CCF).

RGB color model

#BCB9F4 color RGB value is (188,185,244).

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

RGB channels and saturation

R 188 of 255 = 74%
G 185 of 255 = 73%
B 244 of 255 = 96%

188
185
244

R + G + B ~ 81%. #BCB9F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 185 + 244 = 617 (100%)
R 188 of 617 ~ 30.47%
G 185 of 617 ~ 29.98%
B 244 of 617 ~ 39.55%

%30.47
%29.98
%39.55

CMYK color model

#BCB9F4 color CMYK value is (23,24,0,4).

  • cyan value is 22.95%
  • magenta value is 24.18%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(23,24,0,4)
C23M24Y0K4 
(23%,24%,0%,4%)
(0.23/0.24/0.00/0.04)	

CMYK percentages

%22.95
%24.18
%0
%4.31

Codes

Color #BCB9F4 in popluar color models

BCB9F4
RGB188185244
HSL243°72.84%84.12%
HSB/HSV243°24.18%95.69%
CMYK22.95%24.18%0.00%
4.31%

Color #BCB9F4 in popluar number systems.

HEXBCB9F4
Decimal188185244
Binary101111001011100111110100
Octal274271364

Shades and tints

Shades of #BCB9F4

#BCB9F4
(188,185,244)
#ABA9DE
(171,169,222)
#9A99C8
(154,153,200)
#8989B2
(137,137,178)
#78799C
(120,121,156)
#676986
(103,105,134)
#565970
(86,89,112)
#45495A
(69,73,90)
#343944
(52,57,68)
#23292E
(35,41,46)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #BCB9F4

#BCB9F4
(188,185,244)
#C2BFF5
(194,191,245)
#C8C5F6
(200,197,246)
#CECBF7
(206,203,247)
#D4D1F8
(212,209,248)
#DAD7F9
(218,215,249)
#E0DDFA
(224,221,250)
#E6E3FB
(230,227,251)
#ECE9FC
(236,233,252)
#F2EFFD
(242,239,253)
#F8F5FE
(248,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB9F4; }

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

This text font color is #BCB9F4.


Background Color

.myBgColor { background-color: #BCB9F4; }

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

This div background color is #BCB9F4.


Border color

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

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

This div border color is #BCB9F4.


Opacity

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

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

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

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

This text has shadow with #BCB9F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB9F4 on black background.


Color preview on white background

This text has color #BCB9F4 on white background.



Black color preview on #BCB9F4 background

This text has black color on #BCB9F4 background.


White color preview on #BCB9F4 background

This text has white color on #BCB9F4 background.