COLOR #BBBCBD

HEX: #BBBCBD
RGB: (187,188,189)

Color info

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

RGB color model

#BBBCBD color RGB value is (187,188,189).

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

RGB channels and saturation

R 187 of 255 = 73%
G 188 of 255 = 74%
B 189 of 255 = 74%

187
188
189

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

Portions of RGB colors in percentages

R + G + B =
187 + 188 + 189 = 564 (100%)
R 187 of 564 ~ 33.16%
G 188 of 564 ~ 33.33%
B 189 of 564 ~ 33.51%

%33.16
%33.33
%33.51

CMYK color model

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

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

CMYK percentages

%1.06
%0.53
%0
%25.88

Codes

Color #BBBCBD in popluar color models

BBBCBD
RGB187188189
HSL210°1.49%73.73%
HSB/HSV210°1.06%74.12%
CMYK1.06%0.53%0.00%
25.88%

Color #BBBCBD in popluar number systems.

HEXBBBCBD
Decimal187188189
Binary101110111011110010111101
Octal273274275

Shades and tints

Shades of #BBBCBD

#BBBCBD
(187,188,189)
#AAABAC
(170,171,172)
#999A9B
(153,154,155)
#88898A
(136,137,138)
#777879
(119,120,121)
#666768
(102,103,104)
#555657
(85,86,87)
#444546
(68,69,70)
#333435
(51,52,53)
#222324
(34,35,36)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #BBBCBD

#BBBCBD
(187,188,189)
#C1C2C3
(193,194,195)
#C7C8C9
(199,200,201)
#CDCECF
(205,206,207)
#D3D4D5
(211,212,213)
#D9DADB
(217,218,219)
#DFE0E1
(223,224,225)
#E5E6E7
(229,230,231)
#EBECED
(235,236,237)
#F1F2F3
(241,242,243)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBCBD; }

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

This text font color is #BBBCBD.


Background Color

.myBgColor { background-color: #BBBCBD; }

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

This div background color is #BBBCBD.


Border color

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

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

This div border color is #BBBCBD.


Opacity

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

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

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

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

This text has shadow with #BBBCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBCBD on black background.


Color preview on white background

This text has color #BBBCBD on white background.



Black color preview on #BBBCBD background

This text has black color on #BBBCBD background.


White color preview on #BBBCBD background

This text has white color on #BBBCBD background.