COLOR #BCBABC

HEX: #BCBABC
RGB: (188,186,188)

Color info

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

RGB color model

#BCBABC color RGB value is (188,186,188).

  • red value is 188;
  • green value is 186;
  • blue value is 188.
RGB:
(188,186,188)
(74%,73%,74%)

RGB channels and saturation

R 188 of 255 = 74%
G 186 of 255 = 73%
B 188 of 255 = 74%

188
186
188

R + G + B ~ 74%. #BCBABC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 186 + 188 = 562 (100%)
R 188 of 562 ~ 33.45%
G 186 of 562 ~ 33.1%
B 188 of 562 ~ 33.45%

%33.45
%33.1
%33.45

CMYK color model

#BCBABC color CMYK value is (0,1,0,26).

  • cyan value is 0.00%
  • magenta value is 1.06%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(0,1,0,26)
C0M1Y0K26 
(0%,1%,0%,26%)
(0.00/0.01/0.00/0.26)	

CMYK percentages

%0
%1.06
%0
%26.27

Codes

Color #BCBABC in popluar color models

BCBABC
RGB188186188
HSL300°1.47%73.33%
HSB/HSV300°1.06%73.73%
CMYK0.00%1.06%0.00%
26.27%

Color #BCBABC in popluar number systems.

HEXBCBABC
Decimal188186188
Binary101111001011101010111100
Octal274272274

Shades and tints

Shades of #BCBABC

#BCBABC
(188,186,188)
#ABAAAB
(171,170,171)
#9A9A9A
(154,154,154)
#898A89
(137,138,137)
#787A78
(120,122,120)
#676A67
(103,106,103)
#565A56
(86,90,86)
#454A45
(69,74,69)
#343A34
(52,58,52)
#232A23
(35,42,35)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #BCBABC

#BCBABC
(188,186,188)
#C2C0C2
(194,192,194)
#C8C6C8
(200,198,200)
#CECCCE
(206,204,206)
#D4D2D4
(212,210,212)
#DAD8DA
(218,216,218)
#E0DEE0
(224,222,224)
#E6E4E6
(230,228,230)
#ECEAEC
(236,234,236)
#F2F0F2
(242,240,242)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBABC; }

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

This text font color is #BCBABC.


Background Color

.myBgColor { background-color: #BCBABC; }

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

This div background color is #BCBABC.


Border color

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

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

This div border color is #BCBABC.


Opacity

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

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

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

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

This text has shadow with #BCBABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBABC on black background.


Color preview on white background

This text has color #BCBABC on white background.



Black color preview on #BCBABC background

This text has black color on #BCBABC background.


White color preview on #BCBABC background

This text has white color on #BCBABC background.