COLOR #BCBFD6

HEX: #BCBFD6
RGB: (188,191,214)

Color info

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

RGB color model

#BCBFD6 color RGB value is (188,191,214).

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

RGB channels and saturation

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

188
191
214

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

Portions of RGB colors in percentages

R + G + B =
188 + 191 + 214 = 593 (100%)
R 188 of 593 ~ 31.7%
G 191 of 593 ~ 32.21%
B 214 of 593 ~ 36.09%

%31.7
%32.21
%36.09

CMYK color model

#BCBFD6 color CMYK value is (12,11,0,16).

  • cyan value is 12.15%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(12,11,0,16)
C12M11Y0K16 
(12%,11%,0%,16%)
(0.12/0.11/0.00/0.16)	

CMYK percentages

%12.15
%10.75
%0
%16.08

Codes

Color #BCBFD6 in popluar color models

BCBFD6
RGB188191214
HSL233°24.07%78.82%
HSB/HSV233°12.15%83.92%
CMYK12.15%10.75%0.00%
16.08%

Color #BCBFD6 in popluar number systems.

HEXBCBFD6
Decimal188191214
Binary101111001011111111010110
Octal274277326

Shades and tints

Shades of #BCBFD6

#BCBFD6
(188,191,214)
#ABAEC3
(171,174,195)
#9A9DB0
(154,157,176)
#898C9D
(137,140,157)
#787B8A
(120,123,138)
#676A77
(103,106,119)
#565964
(86,89,100)
#454851
(69,72,81)
#34373E
(52,55,62)
#23262B
(35,38,43)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #BCBFD6

#BCBFD6
(188,191,214)
#C2C4D9
(194,196,217)
#C8C9DC
(200,201,220)
#CECEDF
(206,206,223)
#D4D3E2
(212,211,226)
#DAD8E5
(218,216,229)
#E0DDE8
(224,221,232)
#E6E2EB
(230,226,235)
#ECE7EE
(236,231,238)
#F2ECF1
(242,236,241)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBFD6; }

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

This text font color is #BCBFD6.


Background Color

.myBgColor { background-color: #BCBFD6; }

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

This div background color is #BCBFD6.


Border color

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

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

This div border color is #BCBFD6.


Opacity

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

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

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

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

This text has shadow with #BCBFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBFD6 on black background.


Color preview on white background

This text has color #BCBFD6 on white background.



Black color preview on #BCBFD6 background

This text has black color on #BCBFD6 background.


White color preview on #BCBFD6 background

This text has white color on #BCBFD6 background.