COLOR #BBC0B9

HEX: #BBC0B9
RGB: (187,192,185)

Color info

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

RGB color model

#BBC0B9 color RGB value is (187,192,185).

  • red value is 187;
  • green value is 192;
  • blue value is 185.
RGB:
(187,192,185)
(73%,75%,73%)

RGB channels and saturation

R 187 of 255 = 73%
G 192 of 255 = 75%
B 185 of 255 = 73%

187
192
185

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

Portions of RGB colors in percentages

R + G + B =
187 + 192 + 185 = 564 (100%)
R 187 of 564 ~ 33.16%
G 192 of 564 ~ 34.04%
B 185 of 564 ~ 32.8%

%33.16
%34.04
%32.8

CMYK color model

#BBC0B9 color CMYK value is (3,0,4,25).

  • cyan value is 2.60%
  • magenta value is 0.00%
  • yellow value is 3.65%
  • key color value is 24.71%
CMYK:
(3,0,4,25)
C3M0Y4K25 
(3%,0%,4%,25%)
(0.03/0.00/0.04/0.25)	

CMYK percentages

%2.6
%0
%3.65
%24.71

Codes

Color #BBC0B9 in popluar color models

BBC0B9
RGB187192185
HSL103°5.26%73.92%
HSB/HSV103°3.65%75.29%
CMYK2.60%0.00%3.65%
24.71%

Color #BBC0B9 in popluar number systems.

HEXBBC0B9
Decimal187192185
Binary101110111100000010111001
Octal273300271

Shades and tints

Shades of #BBC0B9

#BBC0B9
(187,192,185)
#AAAFA9
(170,175,169)
#999E99
(153,158,153)
#888D89
(136,141,137)
#777C79
(119,124,121)
#666B69
(102,107,105)
#555A59
(85,90,89)
#444949
(68,73,73)
#333839
(51,56,57)
#222729
(34,39,41)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #BBC0B9

#BBC0B9
(187,192,185)
#C1C5BF
(193,197,191)
#C7CAC5
(199,202,197)
#CDCFCB
(205,207,203)
#D3D4D1
(211,212,209)
#D9D9D7
(217,217,215)
#DFDEDD
(223,222,221)
#E5E3E3
(229,227,227)
#EBE8E9
(235,232,233)
#F1EDEF
(241,237,239)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC0B9; }

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

This text font color is #BBC0B9.


Background Color

.myBgColor { background-color: #BBC0B9; }

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

This div background color is #BBC0B9.


Border color

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

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

This div border color is #BBC0B9.


Opacity

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

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

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

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

This text has shadow with #BBC0B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC0B9 on black background.


Color preview on white background

This text has color #BBC0B9 on white background.



Black color preview on #BBC0B9 background

This text has black color on #BBC0B9 background.


White color preview on #BBC0B9 background

This text has white color on #BBC0B9 background.