COLOR #BBC5BB

HEX: #BBC5BB
RGB: (187,197,187)

Color info

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

RGB color model

#BBC5BB color RGB value is (187,197,187).

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

RGB channels and saturation

R 187 of 255 = 73%
G 197 of 255 = 77%
B 187 of 255 = 73%

187
197
187

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

Portions of RGB colors in percentages

R + G + B =
187 + 197 + 187 = 571 (100%)
R 187 of 571 ~ 32.75%
G 197 of 571 ~ 34.5%
B 187 of 571 ~ 32.75%

%32.75
%34.5
%32.75

CMYK color model

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

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 5.08%
  • key color value is 22.75%
CMYK:
(5,0,5,23)
C5M0Y5K23 
(5%,0%,5%,23%)
(0.05/0.00/0.05/0.23)	

CMYK percentages

%5.08
%0
%5.08
%22.75

Codes

Color #BBC5BB in popluar color models

BBC5BB
RGB187197187
HSL120°7.94%75.29%
HSB/HSV120°5.08%77.25%
CMYK5.08%0.00%5.08%
22.75%

Color #BBC5BB in popluar number systems.

HEXBBC5BB
Decimal187197187
Binary101110111100010110111011
Octal273305273

Shades and tints

Shades of #BBC5BB

#BBC5BB
(187,197,187)
#AAB4AA
(170,180,170)
#99A399
(153,163,153)
#889288
(136,146,136)
#778177
(119,129,119)
#667066
(102,112,102)
#555F55
(85,95,85)
#444E44
(68,78,68)
#333D33
(51,61,51)
#222C22
(34,44,34)
#111B11
(17,27,17)
#000000
(0,0,0)

Tints of #BBC5BB

#BBC5BB
(187,197,187)
#C1CAC1
(193,202,193)
#C7CFC7
(199,207,199)
#CDD4CD
(205,212,205)
#D3D9D3
(211,217,211)
#D9DED9
(217,222,217)
#DFE3DF
(223,227,223)
#E5E8E5
(229,232,229)
#EBEDEB
(235,237,235)
#F1F2F1
(241,242,241)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC5BB; }

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

This text font color is #BBC5BB.


Background Color

.myBgColor { background-color: #BBC5BB; }

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

This div background color is #BBC5BB.


Border color

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

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

This div border color is #BBC5BB.


Opacity

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

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

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

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

This text has shadow with #BBC5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC5BB on black background.


Color preview on white background

This text has color #BBC5BB on white background.



Black color preview on #BBC5BB background

This text has black color on #BBC5BB background.


White color preview on #BBC5BB background

This text has white color on #BBC5BB background.