COLOR #BCBBBE

HEX: #BCBBBE
RGB: (188,187,190)

Color info

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

RGB color model

#BCBBBE color RGB value is (188,187,190).

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

RGB channels and saturation

R 188 of 255 = 74%
G 187 of 255 = 73%
B 190 of 255 = 75%

188
187
190

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

Portions of RGB colors in percentages

R + G + B =
188 + 187 + 190 = 565 (100%)
R 188 of 565 ~ 33.27%
G 187 of 565 ~ 33.1%
B 190 of 565 ~ 33.63%

%33.27
%33.1
%33.63

CMYK color model

#BCBBBE color CMYK value is (1,2,0,25).

  • cyan value is 1.05%
  • magenta value is 1.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(1,2,0,25)
C1M2Y0K25 
(1%,2%,0%,25%)
(0.01/0.02/0.00/0.25)	

CMYK percentages

%1.05
%1.58
%0
%25.49

Codes

Color #BCBBBE in popluar color models

BCBBBE
RGB188187190
HSL260°2.26%73.92%
HSB/HSV260°1.58%74.51%
CMYK1.05%1.58%0.00%
25.49%

Color #BCBBBE in popluar number systems.

HEXBCBBBE
Decimal188187190
Binary101111001011101110111110
Octal274273276

Shades and tints

Shades of #BCBBBE

#BCBBBE
(188,187,190)
#ABAAAD
(171,170,173)
#9A999C
(154,153,156)
#89888B
(137,136,139)
#78777A
(120,119,122)
#676669
(103,102,105)
#565558
(86,85,88)
#454447
(69,68,71)
#343336
(52,51,54)
#232225
(35,34,37)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #BCBBBE

#BCBBBE
(188,187,190)
#C2C1C3
(194,193,195)
#C8C7C8
(200,199,200)
#CECDCD
(206,205,205)
#D4D3D2
(212,211,210)
#DAD9D7
(218,217,215)
#E0DFDC
(224,223,220)
#E6E5E1
(230,229,225)
#ECEBE6
(236,235,230)
#F2F1EB
(242,241,235)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBBBE; }

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

This text font color is #BCBBBE.


Background Color

.myBgColor { background-color: #BCBBBE; }

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

This div background color is #BCBBBE.


Border color

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

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

This div border color is #BCBBBE.


Opacity

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

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

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

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

This text has shadow with #BCBBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBBBE on black background.


Color preview on white background

This text has color #BCBBBE on white background.



Black color preview on #BCBBBE background

This text has black color on #BCBBBE background.


White color preview on #BCBBBE background

This text has white color on #BCBBBE background.