COLOR #BBBBBD

HEX: #BBBBBD RGB: (187,187,189)

Color info

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

RGB color model

#BBBBBD color RGB value is (187,187,189).

RGB: (187,187,189) (73%, 73%, 74%)

RGB channels and saturation

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

187
187
189

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

Portions of RGB colors in percentages

R + G + B = 187 + 187 + 189 = 563 (100%)
R 187 of 563 ~ 33.21%
G 187 of 563 ~ 33.21%
B 189 of 563 ~ 33.57'%

%33.21
%33.21
%33.57

CMYK color model

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

  • cyan value is 1.06%
  • magenta value is 1.06%
  • 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
%1.06
%0
%25.88

Codes

Color #BBBBBD in popluar color models

BB BB BD
RGB 187 187 189
HSL 240° 1.49% 73.73%
HSB/HSV 240° 1.06% 74.12%
CMYK 1.06% 1.06% 0.00%
25.88%

Color #BBBBBD in popluar number systems.

HEX BB BB BD
Decimal 187 187 189
Binary 10111011 10111011 10111101
Octal 273 273 275

Shades and tints

Shades of #BBBBBD

#BBBBBD
(187,187,189)
#AAAAAC
(170,170,172)
#99999B
(153,153,155)
#88888A
(136,136,138)
#777779
(119,119,121)
#666668
(102,102,104)
#555557
(85,85,87)
#444446
(68,68,70)
#333335
(51,51,53)
#222224
(34,34,36)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #BBBBBD

#BBBBBD
(187,187,189)
#C1C1C3
(193,193,195)
#C7C7C9
(199,199,201)
#CDCDCF
(205,205,207)
#D3D3D5
(211,211,213)
#D9D9DB
(217,217,219)
#DFDFE1
(223,223,225)
#E5E5E7
(229,229,231)
#EBEBED
(235,235,237)
#F1F1F3
(241,241,243)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBBBD; }

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

This text font color is #BBBBBD.

Background Color

.myBgColor { background-color: #BBBBBD; }

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

This div background color is #BBBBBD.

Border color

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

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

This div border color is #BBBBBD.

Opacity

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

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

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

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

This text has shadow with #BBBBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBBBD.

Preview

Color preview on black background

This text has color #BBBBBD on black background.


Color preview on white background

This text has color #BBBBBD on white background.


Black color preview on #BBBBBD background

This text has black color on #BBBBBD background.


White color preview on #BBBBBD background

This text has white color on #BBBBBD background.


Related colors

Complementary color

Complementary color for #hex is #444442.


I love getcolorcode.com