COLOR #BCBFD9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

188
191
217

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

Portions of RGB colors in percentages

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

%31.54
%32.05
%36.41

CMYK color model

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

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

CMYK percentages

%13.36
%11.98
%0
%14.9

Codes

Color #BCBFD9 in popluar color models

BCBFD9
RGB188191217
HSL234°27.62%79.41%
HSB/HSV234°13.36%85.10%
CMYK13.36%11.98%0.00%
14.90%

Color #BCBFD9 in popluar number systems.

HEXBCBFD9
Decimal188191217
Binary101111001011111111011001
Octal274277331

Shades and tints

Shades of #BCBFD9

#BCBFD9
(188,191,217)
#ABAEC6
(171,174,198)
#9A9DB3
(154,157,179)
#898CA0
(137,140,160)
#787B8D
(120,123,141)
#676A7A
(103,106,122)
#565967
(86,89,103)
#454854
(69,72,84)
#343741
(52,55,65)
#23262E
(35,38,46)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #BCBFD9

#BCBFD9
(188,191,217)
#C2C4DC
(194,196,220)
#C8C9DF
(200,201,223)
#CECEE2
(206,206,226)
#D4D3E5
(212,211,229)
#DAD8E8
(218,216,232)
#E0DDEB
(224,221,235)
#E6E2EE
(230,226,238)
#ECE7F1
(236,231,241)
#F2ECF4
(242,236,244)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBFD9; }

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

This text font color is #BCBFD9.


Background Color

.myBgColor { background-color: #BCBFD9; }

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

This div background color is #BCBFD9.


Border color

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

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

This div border color is #BCBFD9.


Opacity

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

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

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

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

This text has shadow with #BCBFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBFD9 on black background.


Color preview on white background

This text has color #BCBFD9 on white background.



Black color preview on #BCBFD9 background

This text has black color on #BCBFD9 background.


White color preview on #BCBFD9 background

This text has white color on #BCBFD9 background.