COLOR #BBB4B5

HEX: #BBB4B5
RGB: (187,180,181)

Color info

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

RGB color model

#BBB4B5 color RGB value is (187,180,181).

  • red value is 187;
  • green value is 180;
  • blue value is 181.
RGB:
(187,180,181)
(73%,71%,71%)

RGB channels and saturation

R 187 of 255 = 73%
G 180 of 255 = 71%
B 181 of 255 = 71%

187
180
181

R + G + B ~ 72%. #BBB4B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 180 + 181 = 548 (100%)
R 187 of 548 ~ 34.12%
G 180 of 548 ~ 32.85%
B 181 of 548 ~ 33.03%

%34.12
%32.85
%33.03

CMYK color model

#BBB4B5 color CMYK value is (0,4,3,27).

  • cyan value is 0.00%
  • magenta value is 3.74%
  • yellow value is 3.21%
  • key color value is 26.67%
CMYK:
(0,4,3,27)
C0M4Y3K27 
(0%,4%,3%,27%)
(0.00/0.04/0.03/0.27)	

CMYK percentages

%0
%3.74
%3.21
%26.67

Codes

Color #BBB4B5 in popluar color models

BBB4B5
RGB187180181
HSL351°4.90%71.96%
HSB/HSV351°3.74%73.33%
CMYK0.00%3.74%3.21%
26.67%

Color #BBB4B5 in popluar number systems.

HEXBBB4B5
Decimal187180181
Binary101110111011010010110101
Octal273264265

Shades and tints

Shades of #BBB4B5

#BBB4B5
(187,180,181)
#AAA4A5
(170,164,165)
#999495
(153,148,149)
#888485
(136,132,133)
#777475
(119,116,117)
#666465
(102,100,101)
#555455
(85,84,85)
#444445
(68,68,69)
#333435
(51,52,53)
#222425
(34,36,37)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #BBB4B5

#BBB4B5
(187,180,181)
#C1BABB
(193,186,187)
#C7C0C1
(199,192,193)
#CDC6C7
(205,198,199)
#D3CCCD
(211,204,205)
#D9D2D3
(217,210,211)
#DFD8D9
(223,216,217)
#E5DEDF
(229,222,223)
#EBE4E5
(235,228,229)
#F1EAEB
(241,234,235)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB4B5 color. Also use rgb(187,180,181) instead hex code.

Text Font Color

.myTextColor { color: #BBB4B5; }

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

This text font color is #BBB4B5.


Background Color

.myBgColor { background-color: #BBB4B5; }

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

This div background color is #BBB4B5.


Border color

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

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

This div border color is #BBB4B5.


Opacity

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

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

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

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

This text has shadow with #BBB4B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB4B5 on black background.


Color preview on white background

This text has color #BBB4B5 on white background.



Black color preview on #BBB4B5 background

This text has black color on #BBB4B5 background.


White color preview on #BBB4B5 background

This text has white color on #BBB4B5 background.