COLOR #BBC4B5

HEX: #BBC4B5
RGB: (187,196,181)

Color info

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

RGB color model

#BBC4B5 color RGB value is (187,196,181).

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

RGB channels and saturation

R 187 of 255 = 73%
G 196 of 255 = 77%
B 181 of 255 = 71%

187
196
181

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

Portions of RGB colors in percentages

R + G + B =
187 + 196 + 181 = 564 (100%)
R 187 of 564 ~ 33.16%
G 196 of 564 ~ 34.75%
B 181 of 564 ~ 32.09%

%33.16
%34.75
%32.09

CMYK color model

#BBC4B5 color CMYK value is (5,0,8,23).

  • cyan value is 4.59%
  • magenta value is 0.00%
  • yellow value is 7.65%
  • key color value is 23.14%
CMYK:
(5,0,8,23)
C5M0Y8K23 
(5%,0%,8%,23%)
(0.05/0.00/0.08/0.23)	

CMYK percentages

%4.59
%0
%7.65
%23.14

Codes

Color #BBC4B5 in popluar color models

BBC4B5
RGB187196181
HSL96°11.28%73.92%
HSB/HSV96°7.65%76.86%
CMYK4.59%0.00%7.65%
23.14%

Color #BBC4B5 in popluar number systems.

HEXBBC4B5
Decimal187196181
Binary101110111100010010110101
Octal273304265

Shades and tints

Shades of #BBC4B5

#BBC4B5
(187,196,181)
#AAB3A5
(170,179,165)
#99A295
(153,162,149)
#889185
(136,145,133)
#778075
(119,128,117)
#666F65
(102,111,101)
#555E55
(85,94,85)
#444D45
(68,77,69)
#333C35
(51,60,53)
#222B25
(34,43,37)
#111A15
(17,26,21)
#000000
(0,0,0)

Tints of #BBC4B5

#BBC4B5
(187,196,181)
#C1C9BB
(193,201,187)
#C7CEC1
(199,206,193)
#CDD3C7
(205,211,199)
#D3D8CD
(211,216,205)
#D9DDD3
(217,221,211)
#DFE2D9
(223,226,217)
#E5E7DF
(229,231,223)
#EBECE5
(235,236,229)
#F1F1EB
(241,241,235)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC4B5; }

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

This text font color is #BBC4B5.


Background Color

.myBgColor { background-color: #BBC4B5; }

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

This div background color is #BBC4B5.


Border color

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

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

This div border color is #BBC4B5.


Opacity

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

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

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

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

This text has shadow with #BBC4B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC4B5 on black background.


Color preview on white background

This text has color #BBC4B5 on white background.



Black color preview on #BBC4B5 background

This text has black color on #BBC4B5 background.


White color preview on #BBC4B5 background

This text has white color on #BBC4B5 background.