COLOR #BCBFD5

HEX: #BCBFD5
RGB: (188,191,213)

Color info

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

RGB color model

#BCBFD5 color RGB value is (188,191,213).

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

RGB channels and saturation

R 188 of 255 = 74%
G 191 of 255 = 75%
B 213 of 255 = 84%

188
191
213

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

Portions of RGB colors in percentages

R + G + B =
188 + 191 + 213 = 592 (100%)
R 188 of 592 ~ 31.76%
G 191 of 592 ~ 32.26%
B 213 of 592 ~ 35.98%

%31.76
%32.26
%35.98

CMYK color model

#BCBFD5 color CMYK value is (12,10,0,16).

  • cyan value is 11.74%
  • magenta value is 10.33%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(12,10,0,16)
C12M10Y0K16 
(12%,10%,0%,16%)
(0.12/0.10/0.00/0.16)	

CMYK percentages

%11.74
%10.33
%0
%16.47

Codes

Color #BCBFD5 in popluar color models

BCBFD5
RGB188191213
HSL233°22.94%78.63%
HSB/HSV233°11.74%83.53%
CMYK11.74%10.33%0.00%
16.47%

Color #BCBFD5 in popluar number systems.

HEXBCBFD5
Decimal188191213
Binary101111001011111111010101
Octal274277325

Shades and tints

Shades of #BCBFD5

#BCBFD5
(188,191,213)
#ABAEC2
(171,174,194)
#9A9DAF
(154,157,175)
#898C9C
(137,140,156)
#787B89
(120,123,137)
#676A76
(103,106,118)
#565963
(86,89,99)
#454850
(69,72,80)
#34373D
(52,55,61)
#23262A
(35,38,42)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #BCBFD5

#BCBFD5
(188,191,213)
#C2C4D8
(194,196,216)
#C8C9DB
(200,201,219)
#CECEDE
(206,206,222)
#D4D3E1
(212,211,225)
#DAD8E4
(218,216,228)
#E0DDE7
(224,221,231)
#E6E2EA
(230,226,234)
#ECE7ED
(236,231,237)
#F2ECF0
(242,236,240)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBFD5; }

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

This text font color is #BCBFD5.


Background Color

.myBgColor { background-color: #BCBFD5; }

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

This div background color is #BCBFD5.


Border color

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

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

This div border color is #BCBFD5.


Opacity

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

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

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

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

This text has shadow with #BCBFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBFD5 on black background.


Color preview on white background

This text has color #BCBFD5 on white background.



Black color preview on #BCBFD5 background

This text has black color on #BCBFD5 background.


White color preview on #BCBFD5 background

This text has white color on #BCBFD5 background.