COLOR #BCBFE8

HEX: #BCBFE8
RGB: (188,191,232)

Color info

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

RGB color model

#BCBFE8 color RGB value is (188,191,232).

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

RGB channels and saturation

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

188
191
232

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

Portions of RGB colors in percentages

R + G + B =
188 + 191 + 232 = 611 (100%)
R 188 of 611 ~ 30.77%
G 191 of 611 ~ 31.26%
B 232 of 611 ~ 37.97%

%30.77
%31.26
%37.97

CMYK color model

#BCBFE8 color CMYK value is (19,18,0,9).

  • cyan value is 18.97%
  • magenta value is 17.67%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(19,18,0,9)
C19M18Y0K9 
(19%,18%,0%,9%)
(0.19/0.18/0.00/0.09)	

CMYK percentages

%18.97
%17.67
%0
%9.02

Codes

Color #BCBFE8 in popluar color models

BCBFE8
RGB188191232
HSL236°48.89%82.35%
HSB/HSV236°18.97%90.98%
CMYK18.97%17.67%0.00%
9.02%

Color #BCBFE8 in popluar number systems.

HEXBCBFE8
Decimal188191232
Binary101111001011111111101000
Octal274277350

Shades and tints

Shades of #BCBFE8

#BCBFE8
(188,191,232)
#ABAED3
(171,174,211)
#9A9DBE
(154,157,190)
#898CA9
(137,140,169)
#787B94
(120,123,148)
#676A7F
(103,106,127)
#56596A
(86,89,106)
#454855
(69,72,85)
#343740
(52,55,64)
#23262B
(35,38,43)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #BCBFE8

#BCBFE8
(188,191,232)
#C2C4EA
(194,196,234)
#C8C9EC
(200,201,236)
#CECEEE
(206,206,238)
#D4D3F0
(212,211,240)
#DAD8F2
(218,216,242)
#E0DDF4
(224,221,244)
#E6E2F6
(230,226,246)
#ECE7F8
(236,231,248)
#F2ECFA
(242,236,250)
#F8F1FC
(248,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBFE8; }

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

This text font color is #BCBFE8.


Background Color

.myBgColor { background-color: #BCBFE8; }

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

This div background color is #BCBFE8.


Border color

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

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

This div border color is #BCBFE8.


Opacity

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

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

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

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

This text has shadow with #BCBFE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBFE8 on black background.


Color preview on white background

This text has color #BCBFE8 on white background.



Black color preview on #BCBFE8 background

This text has black color on #BCBFE8 background.


White color preview on #BCBFE8 background

This text has white color on #BCBFE8 background.