COLOR #BBBEB2

HEX: #BBBEB2 RGB: (187,190,178)

Color info

#BBBEB2 contains red, green and blue colors in about the same proportion. Web safe color of #BBBEB2 is #CCCC99 (or #CC9).

RGB color model

#BBBEB2 color RGB value is (187,190,178).

RGB: (187,190,178) (73%, 75%, 70%)

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 178 of 255 = 70%

187
190
178

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

Portions of RGB colors in percentages

R + G + B = 187 + 190 + 178 = 555 (100%)
R 187 of 555 ~ 33.69%
G 190 of 555 ~ 34.23%
B 178 of 555 ~ 32.07'%

%33.69
%34.23
%32.07

CMYK color model

#BBBEB2 color CMYK value is (2,0,6,25).

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

CMYK: (2,0,6,25)
C2M0Y6K25 (2%, 0%, 6%, 25%)
(0.02 / 0.00 / 0.06 / 0.25)

CMYK percentages

%1.58
%0
%6.32
%25.49

Codes

Color #BBBEB2 in popluar color models

BB BE B2
RGB 187 190 178
HSL 75° 8.45% 72.16%
HSB/HSV 75° 6.32% 74.51%
CMYK 1.58% 0.00% 6.32%
25.49%

Color #BBBEB2 in popluar number systems.

HEX BB BE B2
Decimal 187 190 178
Binary 10111011 10111110 10110010
Octal 273 276 262

Shades and tints

Shades of #BBBEB2

#BBBEB2
(187,190,178)
#AAADA2
(170,173,162)
#999C92
(153,156,146)
#888B82
(136,139,130)
#777A72
(119,122,114)
#666962
(102,105,98)
#555852
(85,88,82)
#444742
(68,71,66)
#333632
(51,54,50)
#222522
(34,37,34)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #BBBEB2

#BBBEB2
(187,190,178)
#C1C3B9
(193,195,185)
#C7C8C0
(199,200,192)
#CDCDC7
(205,205,199)
#D3D2CE
(211,210,206)
#D9D7D5
(217,215,213)
#DFDCDC
(223,220,220)
#E5E1E3
(229,225,227)
#EBE6EA
(235,230,234)
#F1EBF1
(241,235,241)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBEB2; }

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

This text font color is #BBBEB2.

Background Color

.myBgColor { background-color: #BBBEB2; }

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

This div background color is #BBBEB2.

Border color

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

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

This div border color is #BBBEB2.

Opacity

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

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

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

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

This text has shadow with #BBBEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBEB2.

Preview

Color preview on black background

This text has color #BBBEB2 on black background.


Color preview on white background

This text has color #BBBEB2 on white background.


Black color preview on #BBBEB2 background

This text has black color on #BBBEB2 background.


White color preview on #BBBEB2 background

This text has white color on #BBBEB2 background.


Related colors

Complementary color

Complementary color for #hex is #44414D.


I love getcolorcode.com

Triadic colors

1 #B2BBBE and #BEB2BB with #BBBEB2 are triadic colors.

2 #B2BEBB and #BEBBB2 with #BBBEB2 are triadic colors.