COLOR #BFBCE8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

191
188
232

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

Portions of RGB colors in percentages

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

%31.26
%30.77
%37.97

CMYK color model

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

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

CMYK percentages

%17.67
%18.97
%0
%9.02

Codes

Color #BFBCE8 in popluar color models

BFBCE8
RGB191188232
HSL244°48.89%82.35%
HSB/HSV244°18.97%90.98%
CMYK17.67%18.97%0.00%
9.02%

Color #BFBCE8 in popluar number systems.

HEXBFBCE8
Decimal191188232
Binary101111111011110011101000
Octal277274350

Shades and tints

Shades of #BFBCE8

#BFBCE8
(191,188,232)
#AEABD3
(174,171,211)
#9D9ABE
(157,154,190)
#8C89A9
(140,137,169)
#7B7894
(123,120,148)
#6A677F
(106,103,127)
#59566A
(89,86,106)
#484555
(72,69,85)
#373440
(55,52,64)
#26232B
(38,35,43)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #BFBCE8

#BFBCE8
(191,188,232)
#C4C2EA
(196,194,234)
#C9C8EC
(201,200,236)
#CECEEE
(206,206,238)
#D3D4F0
(211,212,240)
#D8DAF2
(216,218,242)
#DDE0F4
(221,224,244)
#E2E6F6
(226,230,246)
#E7ECF8
(231,236,248)
#ECF2FA
(236,242,250)
#F1F8FC
(241,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBCE8; }

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

This text font color is #BFBCE8.


Background Color

.myBgColor { background-color: #BFBCE8; }

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

This div background color is #BFBCE8.


Border color

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

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

This div border color is #BFBCE8.


Opacity

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

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

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

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

This text has shadow with #BFBCE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBCE8 on black background.


Color preview on white background

This text has color #BFBCE8 on white background.



Black color preview on #BFBCE8 background

This text has black color on #BFBCE8 background.


White color preview on #BFBCE8 background

This text has white color on #BFBCE8 background.