COLOR #BBB9BE

HEX: #BBB9BE
RGB: (187,185,190)

Color info

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

RGB color model

#BBB9BE color RGB value is (187,185,190).

  • red value is 187;
  • green value is 185;
  • blue value is 190.
RGB:
(187,185,190)
(73%,73%,75%)

RGB channels and saturation

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

187
185
190

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

Portions of RGB colors in percentages

R + G + B =
187 + 185 + 190 = 562 (100%)
R 187 of 562 ~ 33.27%
G 185 of 562 ~ 32.92%
B 190 of 562 ~ 33.81%

%33.27
%32.92
%33.81

CMYK color model

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

  • cyan value is 1.58%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(2,3,0,25)
C2M3Y0K25 
(2%,3%,0%,25%)
(0.02/0.03/0.00/0.25)	

CMYK percentages

%1.58
%2.63
%0
%25.49

Codes

Color #BBB9BE in popluar color models

BBB9BE
RGB187185190
HSL264°3.70%73.53%
HSB/HSV264°2.63%74.51%
CMYK1.58%2.63%0.00%
25.49%

Color #BBB9BE in popluar number systems.

HEXBBB9BE
Decimal187185190
Binary101110111011100110111110
Octal273271276

Shades and tints

Shades of #BBB9BE

#BBB9BE
(187,185,190)
#AAA9AD
(170,169,173)
#99999C
(153,153,156)
#88898B
(136,137,139)
#77797A
(119,121,122)
#666969
(102,105,105)
#555958
(85,89,88)
#444947
(68,73,71)
#333936
(51,57,54)
#222925
(34,41,37)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #BBB9BE

#BBB9BE
(187,185,190)
#C1BFC3
(193,191,195)
#C7C5C8
(199,197,200)
#CDCBCD
(205,203,205)
#D3D1D2
(211,209,210)
#D9D7D7
(217,215,215)
#DFDDDC
(223,221,220)
#E5E3E1
(229,227,225)
#EBE9E6
(235,233,230)
#F1EFEB
(241,239,235)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB9BE; }

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

This text font color is #BBB9BE.


Background Color

.myBgColor { background-color: #BBB9BE; }

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

This div background color is #BBB9BE.


Border color

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

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

This div border color is #BBB9BE.


Opacity

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

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

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

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

This text has shadow with #BBB9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB9BE on black background.


Color preview on white background

This text has color #BBB9BE on white background.



Black color preview on #BBB9BE background

This text has black color on #BBB9BE background.


White color preview on #BBB9BE background

This text has white color on #BBB9BE background.