COLOR #BCB7F2

HEX: #BCB7F2
RGB: (188,183,242)

Color info

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

RGB color model

#BCB7F2 color RGB value is (188,183,242).

  • red value is 188;
  • green value is 183;
  • blue value is 242.
RGB:
(188,183,242)
(74%,72%,95%)

RGB channels and saturation

R 188 of 255 = 74%
G 183 of 255 = 72%
B 242 of 255 = 95%

188
183
242

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

Portions of RGB colors in percentages

R + G + B =
188 + 183 + 242 = 613 (100%)
R 188 of 613 ~ 30.67%
G 183 of 613 ~ 29.85%
B 242 of 613 ~ 39.48%

%30.67
%29.85
%39.48

CMYK color model

#BCB7F2 color CMYK value is (22,24,0,5).

  • cyan value is 22.31%
  • magenta value is 24.38%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(22,24,0,5)
C22M24Y0K5 
(22%,24%,0%,5%)
(0.22/0.24/0.00/0.05)	

CMYK percentages

%22.31
%24.38
%0
%5.1

Codes

Color #BCB7F2 in popluar color models

BCB7F2
RGB188183242
HSL245°69.41%83.33%
HSB/HSV245°24.38%94.90%
CMYK22.31%24.38%0.00%
5.10%

Color #BCB7F2 in popluar number systems.

HEXBCB7F2
Decimal188183242
Binary101111001011011111110010
Octal274267362

Shades and tints

Shades of #BCB7F2

#BCB7F2
(188,183,242)
#ABA7DC
(171,167,220)
#9A97C6
(154,151,198)
#8987B0
(137,135,176)
#78779A
(120,119,154)
#676784
(103,103,132)
#56576E
(86,87,110)
#454758
(69,71,88)
#343742
(52,55,66)
#23272C
(35,39,44)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #BCB7F2

#BCB7F2
(188,183,242)
#C2BDF3
(194,189,243)
#C8C3F4
(200,195,244)
#CEC9F5
(206,201,245)
#D4CFF6
(212,207,246)
#DAD5F7
(218,213,247)
#E0DBF8
(224,219,248)
#E6E1F9
(230,225,249)
#ECE7FA
(236,231,250)
#F2EDFB
(242,237,251)
#F8F3FC
(248,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB7F2; }

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

This text font color is #BCB7F2.


Background Color

.myBgColor { background-color: #BCB7F2; }

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

This div background color is #BCB7F2.


Border color

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

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

This div border color is #BCB7F2.


Opacity

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

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

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

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

This text has shadow with #BCB7F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB7F2 on black background.


Color preview on white background

This text has color #BCB7F2 on white background.



Black color preview on #BCB7F2 background

This text has black color on #BCB7F2 background.


White color preview on #BCB7F2 background

This text has white color on #BCB7F2 background.