COLOR #BFBCD1

HEX: #BFBCD1
RGB: (191,188,209)

Color info

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

RGB color model

#BFBCD1 color RGB value is (191,188,209).

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

RGB channels and saturation

R 191 of 255 = 75%
G 188 of 255 = 74%
B 209 of 255 = 82%

191
188
209

R + G + B ~ 77%. #BFBCD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 188 + 209 = 588 (100%)
R 191 of 588 ~ 32.48%
G 188 of 588 ~ 31.97%
B 209 of 588 ~ 35.54%

%32.48
%31.97
%35.54

CMYK color model

#BFBCD1 color CMYK value is (9,10,0,18).

  • cyan value is 8.61%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(9,10,0,18)
C9M10Y0K18 
(9%,10%,0%,18%)
(0.09/0.10/0.00/0.18)	

CMYK percentages

%8.61
%10.05
%0
%18.04

Codes

Color #BFBCD1 in popluar color models

BFBCD1
RGB191188209
HSL249°18.58%77.84%
HSB/HSV249°10.05%81.96%
CMYK8.61%10.05%0.00%
18.04%

Color #BFBCD1 in popluar number systems.

HEXBFBCD1
Decimal191188209
Binary101111111011110011010001
Octal277274321

Shades and tints

Shades of #BFBCD1

#BFBCD1
(191,188,209)
#AEABBE
(174,171,190)
#9D9AAB
(157,154,171)
#8C8998
(140,137,152)
#7B7885
(123,120,133)
#6A6772
(106,103,114)
#59565F
(89,86,95)
#48454C
(72,69,76)
#373439
(55,52,57)
#262326
(38,35,38)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #BFBCD1

#BFBCD1
(191,188,209)
#C4C2D5
(196,194,213)
#C9C8D9
(201,200,217)
#CECEDD
(206,206,221)
#D3D4E1
(211,212,225)
#D8DAE5
(216,218,229)
#DDE0E9
(221,224,233)
#E2E6ED
(226,230,237)
#E7ECF1
(231,236,241)
#ECF2F5
(236,242,245)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBCD1; }

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

This text font color is #BFBCD1.


Background Color

.myBgColor { background-color: #BFBCD1; }

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

This div background color is #BFBCD1.


Border color

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

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

This div border color is #BFBCD1.


Opacity

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

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

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

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

This text has shadow with #BFBCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBCD1 on black background.


Color preview on white background

This text has color #BFBCD1 on white background.



Black color preview on #BFBCD1 background

This text has black color on #BFBCD1 background.


White color preview on #BFBCD1 background

This text has white color on #BFBCD1 background.