COLOR #BFBCD9

HEX: #BFBCD9
RGB: (191,188,217)

Color info

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

RGB color model

#BFBCD9 color RGB value is (191,188,217).

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

RGB channels and saturation

R 191 of 255 = 75%
G 188 of 255 = 74%
B 217 of 255 = 85%

191
188
217

R + G + B ~ 78%. #BFBCD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 188 + 217 = 596 (100%)
R 191 of 596 ~ 32.05%
G 188 of 596 ~ 31.54%
B 217 of 596 ~ 36.41%

%32.05
%31.54
%36.41

CMYK color model

#BFBCD9 color CMYK value is (12,13,0,15).

  • cyan value is 11.98%
  • magenta value is 13.36%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(12,13,0,15)
C12M13Y0K15 
(12%,13%,0%,15%)
(0.12/0.13/0.00/0.15)	

CMYK percentages

%11.98
%13.36
%0
%14.9

Codes

Color #BFBCD9 in popluar color models

BFBCD9
RGB191188217
HSL246°27.62%79.41%
HSB/HSV246°13.36%85.10%
CMYK11.98%13.36%0.00%
14.90%

Color #BFBCD9 in popluar number systems.

HEXBFBCD9
Decimal191188217
Binary101111111011110011011001
Octal277274331

Shades and tints

Shades of #BFBCD9

#BFBCD9
(191,188,217)
#AEABC6
(174,171,198)
#9D9AB3
(157,154,179)
#8C89A0
(140,137,160)
#7B788D
(123,120,141)
#6A677A
(106,103,122)
#595667
(89,86,103)
#484554
(72,69,84)
#373441
(55,52,65)
#26232E
(38,35,46)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #BFBCD9

#BFBCD9
(191,188,217)
#C4C2DC
(196,194,220)
#C9C8DF
(201,200,223)
#CECEE2
(206,206,226)
#D3D4E5
(211,212,229)
#D8DAE8
(216,218,232)
#DDE0EB
(221,224,235)
#E2E6EE
(226,230,238)
#E7ECF1
(231,236,241)
#ECF2F4
(236,242,244)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBCD9; }

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

This text font color is #BFBCD9.


Background Color

.myBgColor { background-color: #BFBCD9; }

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

This div background color is #BFBCD9.


Border color

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

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

This div border color is #BFBCD9.


Opacity

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

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

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

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

This text has shadow with #BFBCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBCD9 on black background.


Color preview on white background

This text has color #BFBCD9 on white background.



Black color preview on #BFBCD9 background

This text has black color on #BFBCD9 background.


White color preview on #BFBCD9 background

This text has white color on #BFBCD9 background.