COLOR #BBBEBA

HEX: #BBBEBA RGB: (187,190,186)

Color info

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

RGB color model

#BBBEBA color RGB value is (187,190,186).

RGB: (187,190,186) (73%, 75%, 73%)

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 186 of 255 = 73%

187
190
186

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

Portions of RGB colors in percentages

R + G + B = 187 + 190 + 186 = 563 (100%)
R 187 of 563 ~ 33.21%
G 190 of 563 ~ 33.75%
B 186 of 563 ~ 33.04'%

%33.21
%33.75
%33.04

CMYK color model

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

  • cyan value is 1.58%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 25.49%
CMYK: (2,0,2,25) C2M0Y2K25 (2%,0%,2%,25%) (0.02/0.00/0.02/0.25) 

CMYK percentages

%1.58
%0
%2.11
%25.49

Codes

Color #BBBEBA in popluar color models

BB BE BA
RGB 187 190 186
HSL 105° 2.99% 73.73%
HSB/HSV 105° 2.11% 74.51%
CMYK 1.58% 0.00% 2.11%
25.49%

Color #BBBEBA in popluar number systems.

HEX BB BE BA
Decimal 187 190 186
Binary 10111011 10111110 10111010
Octal 273 276 272

Shades and tints

Shades of #BBBEBA

#BBBEBA
(187,190,186)
#AAADAA
(170,173,170)
#999C9A
(153,156,154)
#888B8A
(136,139,138)
#777A7A
(119,122,122)
#66696A
(102,105,106)
#55585A
(85,88,90)
#44474A
(68,71,74)
#33363A
(51,54,58)
#22252A
(34,37,42)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #BBBEBA

#BBBEBA
(187,190,186)
#C1C3C0
(193,195,192)
#C7C8C6
(199,200,198)
#CDCDCC
(205,205,204)
#D3D2D2
(211,210,210)
#D9D7D8
(217,215,216)
#DFDCDE
(223,220,222)
#E5E1E4
(229,225,228)
#EBE6EA
(235,230,234)
#F1EBF0
(241,235,240)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBEBA; }

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

This text font color is #BBBEBA.

Background Color

.myBgColor { background-color: #BBBEBA; }

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

This div background color is #BBBEBA.

Border color

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

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

This div border color is #BBBEBA.

Opacity

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

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

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

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

This text has shadow with #BBBEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBEBA.

Preview

Color preview on black background

This text has color #BBBEBA on black background.


Color preview on white background

This text has color #BBBEBA on white background.


Black color preview on #BBBEBA background

This text has black color on #BBBEBA background.


White color preview on #BBBEBA background

This text has white color on #BBBEBA background.


Related colors

Complementary color

Complementary color for #hex is #444145.


I love getcolorcode.com

Triadic colors

1 #BABBBE and #BEBABB with #BBBEBA are triadic colors.

2 #BABEBB and #BEBBBA with #BBBEBA are triadic colors.