COLOR #BCBDCF

HEX: #BCBDCF
RGB: (188,189,207)

Color info

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

RGB color model

#BCBDCF color RGB value is (188,189,207).

  • red value is 188;
  • green value is 189;
  • blue value is 207.
RGB:
(188,189,207)
(74%,74%,81%)

RGB channels and saturation

R 188 of 255 = 74%
G 189 of 255 = 74%
B 207 of 255 = 81%

188
189
207

R + G + B ~ 76%. #BCBDCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 189 + 207 = 584 (100%)
R 188 of 584 ~ 32.19%
G 189 of 584 ~ 32.36%
B 207 of 584 ~ 35.45%

%32.19
%32.36
%35.45

CMYK color model

#BCBDCF color CMYK value is (9,9,0,19).

  • cyan value is 9.18%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(9,9,0,19)
C9M9Y0K19 
(9%,9%,0%,19%)
(0.09/0.09/0.00/0.19)	

CMYK percentages

%9.18
%8.7
%0
%18.82

Codes

Color #BCBDCF in popluar color models

BCBDCF
RGB188189207
HSL237°16.52%77.45%
HSB/HSV237°9.18%81.18%
CMYK9.18%8.70%0.00%
18.82%

Color #BCBDCF in popluar number systems.

HEXBCBDCF
Decimal188189207
Binary101111001011110111001111
Octal274275317

Shades and tints

Shades of #BCBDCF

#BCBDCF
(188,189,207)
#ABACBD
(171,172,189)
#9A9BAB
(154,155,171)
#898A99
(137,138,153)
#787987
(120,121,135)
#676875
(103,104,117)
#565763
(86,87,99)
#454651
(69,70,81)
#34353F
(52,53,63)
#23242D
(35,36,45)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #BCBDCF

#BCBDCF
(188,189,207)
#C2C3D3
(194,195,211)
#C8C9D7
(200,201,215)
#CECFDB
(206,207,219)
#D4D5DF
(212,213,223)
#DADBE3
(218,219,227)
#E0E1E7
(224,225,231)
#E6E7EB
(230,231,235)
#ECEDEF
(236,237,239)
#F2F3F3
(242,243,243)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBDCF color. Also use rgb(188,189,207) instead hex code.

Text Font Color

.myTextColor { color: #BCBDCF; }

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

This text font color is #BCBDCF.


Background Color

.myBgColor { background-color: #BCBDCF; }

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

This div background color is #BCBDCF.


Border color

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

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

This div border color is #BCBDCF.


Opacity

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

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

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

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

This text has shadow with #BCBDCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBDCF on black background.


Color preview on white background

This text has color #BCBDCF on white background.



Black color preview on #BCBDCF background

This text has black color on #BCBDCF background.


White color preview on #BCBDCF background

This text has white color on #BCBDCF background.