COLOR #BBBDBE

HEX: #BBBDBE RGB: (187,189,190)

Color info

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

RGB color model

#BBBDBE color RGB value is (187,189,190).

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

RGB channels and saturation

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

187
189
190

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

Portions of RGB colors in percentages

R + G + B = 187 + 189 + 190 = 566 (100%)
R 187 of 566 ~ 33.04%
G 189 of 566 ~ 33.39%
B 190 of 566 ~ 33.57'%

%33.04
%33.39
%33.57

CMYK color model

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

  • cyan value is 1.58%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (2,1,0,25)
C2M1Y0K25 (2%, 1%, 0%, 25%)
(0.02 / 0.01 / 0.00 / 0.25)

CMYK percentages

%1.58
%0.53
%0
%25.49

Codes

Color #BBBDBE in popluar color models

BB BD BE
RGB 187 189 190
HSL 200° 2.26% 73.92%
HSB/HSV 200° 1.58% 74.51%
CMYK 1.58% 0.53% 0.00%
25.49%

Color #BBBDBE in popluar number systems.

HEX BB BD BE
Decimal 187 189 190
Binary 10111011 10111101 10111110
Octal 273 275 276

Shades and tints

Shades of #BBBDBE

#BBBDBE
(187,189,190)
#AAACAD
(170,172,173)
#999B9C
(153,155,156)
#888A8B
(136,138,139)
#77797A
(119,121,122)
#666869
(102,104,105)
#555758
(85,87,88)
#444647
(68,70,71)
#333536
(51,53,54)
#222425
(34,36,37)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #BBBDBE

#BBBDBE
(187,189,190)
#C1C3C3
(193,195,195)
#C7C9C8
(199,201,200)
#CDCFCD
(205,207,205)
#D3D5D2
(211,213,210)
#D9DBD7
(217,219,215)
#DFE1DC
(223,225,220)
#E5E7E1
(229,231,225)
#EBEDE6
(235,237,230)
#F1F3EB
(241,243,235)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBDBE; }

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

This text font color is #BBBDBE.

Background Color

.myBgColor { background-color: #BBBDBE; }

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

This div background color is #BBBDBE.

Border color

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

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

This div border color is #BBBDBE.

Opacity

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

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

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

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

This text has shadow with #BBBDBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBDBE.

Preview

Color preview on black background

This text has color #BBBDBE on black background.


Color preview on white background

This text has color #BBBDBE on white background.


Black color preview on #BBBDBE background

This text has black color on #BBBDBE background.


White color preview on #BBBDBE background

This text has white color on #BBBDBE background.


Related colors

Complementary color

Complementary color for #hex is #444241.


I love getcolorcode.com

Triadic colors

1 #BEBBBD and #BDBEBB with #BBBDBE are triadic colors.

2 #BEBDBB and #BDBBBE with #BBBDBE are triadic colors.