COLOR #BCBFE3

HEX: #BCBFE3
RGB: (188,191,227)

Color info

#BCBFE3 contains red, green and blue colors in about the same proportion. Web safe color of #BCBFE3 is #CCCCCC (or #CCC).

RGB color model

#BCBFE3 color RGB value is (188,191,227).

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

RGB channels and saturation

R 188 of 255 = 74%
G 191 of 255 = 75%
B 227 of 255 = 89%

188
191
227

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

Portions of RGB colors in percentages

R + G + B =
188 + 191 + 227 = 606 (100%)
R 188 of 606 ~ 31.02%
G 191 of 606 ~ 31.52%
B 227 of 606 ~ 37.46%

%31.02
%31.52
%37.46

CMYK color model

#BCBFE3 color CMYK value is (17,16,0,11).

  • cyan value is 17.18%
  • magenta value is 15.86%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(17,16,0,11)
C17M16Y0K11 
(17%,16%,0%,11%)
(0.17/0.16/0.00/0.11)	

CMYK percentages

%17.18
%15.86
%0
%10.98

Codes

Color #BCBFE3 in popluar color models

BCBFE3
RGB188191227
HSL235°41.05%81.37%
HSB/HSV235°17.18%89.02%
CMYK17.18%15.86%0.00%
10.98%

Color #BCBFE3 in popluar number systems.

HEXBCBFE3
Decimal188191227
Binary101111001011111111100011
Octal274277343

Shades and tints

Shades of #BCBFE3

#BCBFE3
(188,191,227)
#ABAECF
(171,174,207)
#9A9DBB
(154,157,187)
#898CA7
(137,140,167)
#787B93
(120,123,147)
#676A7F
(103,106,127)
#56596B
(86,89,107)
#454857
(69,72,87)
#343743
(52,55,67)
#23262F
(35,38,47)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #BCBFE3

#BCBFE3
(188,191,227)
#C2C4E5
(194,196,229)
#C8C9E7
(200,201,231)
#CECEE9
(206,206,233)
#D4D3EB
(212,211,235)
#DAD8ED
(218,216,237)
#E0DDEF
(224,221,239)
#E6E2F1
(230,226,241)
#ECE7F3
(236,231,243)
#F2ECF5
(242,236,245)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBFE3; }

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

This text font color is #BCBFE3.


Background Color

.myBgColor { background-color: #BCBFE3; }

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

This div background color is #BCBFE3.


Border color

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

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

This div border color is #BCBFE3.


Opacity

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

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

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

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

This text has shadow with #BCBFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBFE3 on black background.


Color preview on white background

This text has color #BCBFE3 on white background.



Black color preview on #BCBFE3 background

This text has black color on #BCBFE3 background.


White color preview on #BCBFE3 background

This text has white color on #BCBFE3 background.