COLOR #BBC5BD

HEX: #BBC5BD
RGB: (187,197,189)

Color info

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

RGB color model

#BBC5BD color RGB value is (187,197,189).

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

RGB channels and saturation

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

187
197
189

R + G + B ~ 75%. #BBC5BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 197 + 189 = 573 (100%)
R 187 of 573 ~ 32.64%
G 197 of 573 ~ 34.38%
B 189 of 573 ~ 32.98%

%32.64
%34.38
%32.98

CMYK color model

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

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

CMYK percentages

%5.08
%0
%4.06
%22.75

Codes

Color #BBC5BD in popluar color models

BBC5BD
RGB187197189
HSL132°7.94%75.29%
HSB/HSV132°5.08%77.25%
CMYK5.08%0.00%4.06%
22.75%

Color #BBC5BD in popluar number systems.

HEXBBC5BD
Decimal187197189
Binary101110111100010110111101
Octal273305275

Shades and tints

Shades of #BBC5BD

#BBC5BD
(187,197,189)
#AAB4AC
(170,180,172)
#99A39B
(153,163,155)
#88928A
(136,146,138)
#778179
(119,129,121)
#667068
(102,112,104)
#555F57
(85,95,87)
#444E46
(68,78,70)
#333D35
(51,61,53)
#222C24
(34,44,36)
#111B13
(17,27,19)
#000000
(0,0,0)

Tints of #BBC5BD

#BBC5BD
(187,197,189)
#C1CAC3
(193,202,195)
#C7CFC9
(199,207,201)
#CDD4CF
(205,212,207)
#D3D9D5
(211,217,213)
#D9DEDB
(217,222,219)
#DFE3E1
(223,227,225)
#E5E8E7
(229,232,231)
#EBEDED
(235,237,237)
#F1F2F3
(241,242,243)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC5BD; }

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

This text font color is #BBC5BD.


Background Color

.myBgColor { background-color: #BBC5BD; }

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

This div background color is #BBC5BD.


Border color

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

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

This div border color is #BBC5BD.


Opacity

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

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

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

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

This text has shadow with #BBC5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC5BD on black background.


Color preview on white background

This text has color #BBC5BD on white background.



Black color preview on #BBC5BD background

This text has black color on #BBC5BD background.


White color preview on #BBC5BD background

This text has white color on #BBC5BD background.