COLOR #BCBECB

HEX: #BCBECB
RGB: (188,190,203)

Color info

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

RGB color model

#BCBECB color RGB value is (188,190,203).

  • red value is 188;
  • green value is 190;
  • blue value is 203.
RGB:
(188,190,203)
(74%,75%,80%)

RGB channels and saturation

R 188 of 255 = 74%
G 190 of 255 = 75%
B 203 of 255 = 80%

188
190
203

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

Portions of RGB colors in percentages

R + G + B =
188 + 190 + 203 = 581 (100%)
R 188 of 581 ~ 32.36%
G 190 of 581 ~ 32.7%
B 203 of 581 ~ 34.94%

%32.36
%32.7
%34.94

CMYK color model

#BCBECB color CMYK value is (7,6,0,20).

  • cyan value is 7.39%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(7,6,0,20)
C7M6Y0K20 
(7%,6%,0%,20%)
(0.07/0.06/0.00/0.20)	

CMYK percentages

%7.39
%6.4
%0
%20.39

Codes

Color #BCBECB in popluar color models

BCBECB
RGB188190203
HSL232°12.61%76.67%
HSB/HSV232°7.39%79.61%
CMYK7.39%6.40%0.00%
20.39%

Color #BCBECB in popluar number systems.

HEXBCBECB
Decimal188190203
Binary101111001011111011001011
Octal274276313

Shades and tints

Shades of #BCBECB

#BCBECB
(188,190,203)
#ABADB9
(171,173,185)
#9A9CA7
(154,156,167)
#898B95
(137,139,149)
#787A83
(120,122,131)
#676971
(103,105,113)
#56585F
(86,88,95)
#45474D
(69,71,77)
#34363B
(52,54,59)
#232529
(35,37,41)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #BCBECB

#BCBECB
(188,190,203)
#C2C3CF
(194,195,207)
#C8C8D3
(200,200,211)
#CECDD7
(206,205,215)
#D4D2DB
(212,210,219)
#DAD7DF
(218,215,223)
#E0DCE3
(224,220,227)
#E6E1E7
(230,225,231)
#ECE6EB
(236,230,235)
#F2EBEF
(242,235,239)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBECB color. Also use rgb(188,190,203) instead hex code.

Text Font Color

.myTextColor { color: #BCBECB; }

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

This text font color is #BCBECB.


Background Color

.myBgColor { background-color: #BCBECB; }

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

This div background color is #BCBECB.


Border color

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

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

This div border color is #BCBECB.


Opacity

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

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

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

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

This text has shadow with #BCBECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBECB on black background.


Color preview on white background

This text has color #BCBECB on white background.



Black color preview on #BCBECB background

This text has black color on #BCBECB background.


White color preview on #BCBECB background

This text has white color on #BCBECB background.