COLOR #BBBDCB

HEX: #BBBDCB
RGB: (187,189,203)

Color info

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

RGB color model

#BBBDCB color RGB value is (187,189,203).

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

RGB channels and saturation

R 187 of 255 = 73%
G 189 of 255 = 74%
B 203 of 255 = 80%

187
189
203

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

Portions of RGB colors in percentages

R + G + B =
187 + 189 + 203 = 579 (100%)
R 187 of 579 ~ 32.3%
G 189 of 579 ~ 32.64%
B 203 of 579 ~ 35.06%

%32.3
%32.64
%35.06

CMYK color model

#BBBDCB color CMYK value is (8,7,0,20).

  • cyan value is 7.88%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(8,7,0,20)
C8M7Y0K20 
(8%,7%,0%,20%)
(0.08/0.07/0.00/0.20)	

CMYK percentages

%7.88
%6.9
%0
%20.39

Codes

Color #BBBDCB in popluar color models

BBBDCB
RGB187189203
HSL233°13.33%76.47%
HSB/HSV233°7.88%79.61%
CMYK7.88%6.90%0.00%
20.39%

Color #BBBDCB in popluar number systems.

HEXBBBDCB
Decimal187189203
Binary101110111011110111001011
Octal273275313

Shades and tints

Shades of #BBBDCB

#BBBDCB
(187,189,203)
#AAACB9
(170,172,185)
#999BA7
(153,155,167)
#888A95
(136,138,149)
#777983
(119,121,131)
#666871
(102,104,113)
#55575F
(85,87,95)
#44464D
(68,70,77)
#33353B
(51,53,59)
#222429
(34,36,41)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #BBBDCB

#BBBDCB
(187,189,203)
#C1C3CF
(193,195,207)
#C7C9D3
(199,201,211)
#CDCFD7
(205,207,215)
#D3D5DB
(211,213,219)
#D9DBDF
(217,219,223)
#DFE1E3
(223,225,227)
#E5E7E7
(229,231,231)
#EBEDEB
(235,237,235)
#F1F3EF
(241,243,239)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBDCB; }

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

This text font color is #BBBDCB.


Background Color

.myBgColor { background-color: #BBBDCB; }

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

This div background color is #BBBDCB.


Border color

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

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

This div border color is #BBBDCB.


Opacity

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

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

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

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

This text has shadow with #BBBDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBDCB on black background.


Color preview on white background

This text has color #BBBDCB on white background.



Black color preview on #BBBDCB background

This text has black color on #BBBDCB background.


White color preview on #BBBDCB background

This text has white color on #BBBDCB background.