COLOR #BBBEBD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

187
190
189

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

Portions of RGB colors in percentages

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

%33.04
%33.57
%33.39

CMYK color model

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

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

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

CMYK percentages

%1.58
%0
%0.53
%25.49

Codes

Color #BBBEBD in popluar color models

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

Color #BBBEBD in popluar number systems.

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

Shades and tints

Shades of #BBBEBD

#BBBEBD
(187,190,189)
#AAADAC
(170,173,172)
#999C9B
(153,156,155)
#888B8A
(136,139,138)
#777A79
(119,122,121)
#666968
(102,105,104)
#555857
(85,88,87)
#444746
(68,71,70)
#333635
(51,54,53)
#222524
(34,37,36)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #BBBEBD

#BBBEBD
(187,190,189)
#C1C3C3
(193,195,195)
#C7C8C9
(199,200,201)
#CDCDCF
(205,205,207)
#D3D2D5
(211,210,213)
#D9D7DB
(217,215,219)
#DFDCE1
(223,220,225)
#E5E1E7
(229,225,231)
#EBE6ED
(235,230,237)
#F1EBF3
(241,235,243)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBEBD; }

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

This text font color is #BBBEBD.

Background Color

.myBgColor { background-color: #BBBEBD; }

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

This div background color is #BBBEBD.

Border color

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

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

This div border color is #BBBEBD.

Opacity

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

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

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

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

This text has shadow with #BBBEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBEBD.

Preview

Color preview on black background

This text has color #BBBEBD on black background.


Color preview on white background

This text has color #BBBEBD on white background.


Black color preview on #BBBEBD background

This text has black color on #BBBEBD background.


White color preview on #BBBEBD background

This text has white color on #BBBEBD background.


Related colors

Complementary color

Complementary color for #hex is #444142.


I love getcolorcode.com

Triadic colors

1 #BDBBBE and #BEBDBB with #BBBEBD are triadic colors.

2 #BDBEBB and #BEBBBD with #BBBEBD are triadic colors.