COLOR #BCBFE7

HEX: #BCBFE7
RGB: (188,191,231)

Color info

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

RGB color model

#BCBFE7 color RGB value is (188,191,231).

  • red value is 188;
  • green value is 191;
  • blue value is 231.
RGB:
(188,191,231)
(74%,75%,91%)

RGB channels and saturation

R 188 of 255 = 74%
G 191 of 255 = 75%
B 231 of 255 = 91%

188
191
231

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

Portions of RGB colors in percentages

R + G + B =
188 + 191 + 231 = 610 (100%)
R 188 of 610 ~ 30.82%
G 191 of 610 ~ 31.31%
B 231 of 610 ~ 37.87%

%30.82
%31.31
%37.87

CMYK color model

#BCBFE7 color CMYK value is (19,17,0,9).

  • cyan value is 18.61%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(19,17,0,9)
C19M17Y0K9 
(19%,17%,0%,9%)
(0.19/0.17/0.00/0.09)	

CMYK percentages

%18.61
%17.32
%0
%9.41

Codes

Color #BCBFE7 in popluar color models

BCBFE7
RGB188191231
HSL236°47.25%82.16%
HSB/HSV236°18.61%90.59%
CMYK18.61%17.32%0.00%
9.41%

Color #BCBFE7 in popluar number systems.

HEXBCBFE7
Decimal188191231
Binary101111001011111111100111
Octal274277347

Shades and tints

Shades of #BCBFE7

#BCBFE7
(188,191,231)
#ABAED2
(171,174,210)
#9A9DBD
(154,157,189)
#898CA8
(137,140,168)
#787B93
(120,123,147)
#676A7E
(103,106,126)
#565969
(86,89,105)
#454854
(69,72,84)
#34373F
(52,55,63)
#23262A
(35,38,42)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #BCBFE7

#BCBFE7
(188,191,231)
#C2C4E9
(194,196,233)
#C8C9EB
(200,201,235)
#CECEED
(206,206,237)
#D4D3EF
(212,211,239)
#DAD8F1
(218,216,241)
#E0DDF3
(224,221,243)
#E6E2F5
(230,226,245)
#ECE7F7
(236,231,247)
#F2ECF9
(242,236,249)
#F8F1FB
(248,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBFE7 color. Also use rgb(188,191,231) instead hex code.

Text Font Color

.myTextColor { color: #BCBFE7; }

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

This text font color is #BCBFE7.


Background Color

.myBgColor { background-color: #BCBFE7; }

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

This div background color is #BCBFE7.


Border color

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

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

This div border color is #BCBFE7.


Opacity

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

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

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

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

This text has shadow with #BCBFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBFE7 on black background.


Color preview on white background

This text has color #BCBFE7 on white background.



Black color preview on #BCBFE7 background

This text has black color on #BCBFE7 background.


White color preview on #BCBFE7 background

This text has white color on #BCBFE7 background.