COLOR #BCB1BE

HEX: #BCB1BE
RGB: (188,177,190)

Color info

#BCB1BE contains red, green and blue colors in about the same proportion. Web safe color of #BCB1BE is #CC99CC (or #C9C).

RGB color model

#BCB1BE color RGB value is (188,177,190).

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

RGB channels and saturation

R 188 of 255 = 74%
G 177 of 255 = 69%
B 190 of 255 = 75%

188
177
190

R + G + B ~ 73%. #BCB1BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 177 + 190 = 555 (100%)
R 188 of 555 ~ 33.87%
G 177 of 555 ~ 31.89%
B 190 of 555 ~ 34.23%

%33.87
%31.89
%34.23

CMYK color model

#BCB1BE color CMYK value is (1,7,0,25).

  • cyan value is 1.05%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(1,7,0,25)
C1M7Y0K25 
(1%,7%,0%,25%)
(0.01/0.07/0.00/0.25)	

CMYK percentages

%1.05
%6.84
%0
%25.49

Codes

Color #BCB1BE in popluar color models

BCB1BE
RGB188177190
HSL291°9.09%71.96%
HSB/HSV291°6.84%74.51%
CMYK1.05%6.84%0.00%
25.49%

Color #BCB1BE in popluar number systems.

HEXBCB1BE
Decimal188177190
Binary101111001011000110111110
Octal274261276

Shades and tints

Shades of #BCB1BE

#BCB1BE
(188,177,190)
#ABA1AD
(171,161,173)
#9A919C
(154,145,156)
#89818B
(137,129,139)
#78717A
(120,113,122)
#676169
(103,97,105)
#565158
(86,81,88)
#454147
(69,65,71)
#343136
(52,49,54)
#232125
(35,33,37)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #BCB1BE

#BCB1BE
(188,177,190)
#C2B8C3
(194,184,195)
#C8BFC8
(200,191,200)
#CEC6CD
(206,198,205)
#D4CDD2
(212,205,210)
#DAD4D7
(218,212,215)
#E0DBDC
(224,219,220)
#E6E2E1
(230,226,225)
#ECE9E6
(236,233,230)
#F2F0EB
(242,240,235)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB1BE; }

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

This text font color is #BCB1BE.


Background Color

.myBgColor { background-color: #BCB1BE; }

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

This div background color is #BCB1BE.


Border color

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

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

This div border color is #BCB1BE.


Opacity

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

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

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

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

This text has shadow with #BCB1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB1BE on black background.


Color preview on white background

This text has color #BCB1BE on white background.



Black color preview on #BCB1BE background

This text has black color on #BCB1BE background.


White color preview on #BCB1BE background

This text has white color on #BCB1BE background.