COLOR #BBC9BE

HEX: #BBC9BE
RGB: (187,201,190)

Color info

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

RGB color model

#BBC9BE color RGB value is (187,201,190).

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

RGB channels and saturation

R 187 of 255 = 73%
G 201 of 255 = 79%
B 190 of 255 = 75%

187
201
190

R + G + B ~ 76%. #BBC9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 201 + 190 = 578 (100%)
R 187 of 578 ~ 32.35%
G 201 of 578 ~ 34.78%
B 190 of 578 ~ 32.87%

%32.35
%34.78
%32.87

CMYK color model

#BBC9BE color CMYK value is (7,0,5,21).

  • cyan value is 6.97%
  • magenta value is 0.00%
  • yellow value is 5.47%
  • key color value is 21.18%
CMYK:
(7,0,5,21)
C7M0Y5K21 
(7%,0%,5%,21%)
(0.07/0.00/0.05/0.21)	

CMYK percentages

%6.97
%0
%5.47
%21.18

Codes

Color #BBC9BE in popluar color models

BBC9BE
RGB187201190
HSL133°11.48%76.08%
HSB/HSV133°6.97%78.82%
CMYK6.97%0.00%5.47%
21.18%

Color #BBC9BE in popluar number systems.

HEXBBC9BE
Decimal187201190
Binary101110111100100110111110
Octal273311276

Shades and tints

Shades of #BBC9BE

#BBC9BE
(187,201,190)
#AAB7AD
(170,183,173)
#99A59C
(153,165,156)
#88938B
(136,147,139)
#77817A
(119,129,122)
#666F69
(102,111,105)
#555D58
(85,93,88)
#444B47
(68,75,71)
#333936
(51,57,54)
#222725
(34,39,37)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #BBC9BE

#BBC9BE
(187,201,190)
#C1CDC3
(193,205,195)
#C7D1C8
(199,209,200)
#CDD5CD
(205,213,205)
#D3D9D2
(211,217,210)
#D9DDD7
(217,221,215)
#DFE1DC
(223,225,220)
#E5E5E1
(229,229,225)
#EBE9E6
(235,233,230)
#F1EDEB
(241,237,235)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC9BE; }

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

This text font color is #BBC9BE.


Background Color

.myBgColor { background-color: #BBC9BE; }

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

This div background color is #BBC9BE.


Border color

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

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

This div border color is #BBC9BE.


Opacity

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

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

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

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

This text has shadow with #BBC9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC9BE on black background.


Color preview on white background

This text has color #BBC9BE on white background.



Black color preview on #BBC9BE background

This text has black color on #BBC9BE background.


White color preview on #BBC9BE background

This text has white color on #BBC9BE background.