COLOR #BBBEC3

HEX: #BBBEC3
RGB: (187,190,195)

Color info

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

RGB color model

#BBBEC3 color RGB value is (187,190,195).

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

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 195 of 255 = 76%

187
190
195

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

Portions of RGB colors in percentages

R + G + B =
187 + 190 + 195 = 572 (100%)
R 187 of 572 ~ 32.69%
G 190 of 572 ~ 33.22%
B 195 of 572 ~ 34.09%

%32.69
%33.22
%34.09

CMYK color model

#BBBEC3 color CMYK value is (4,3,0,24).

  • cyan value is 4.10%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(4,3,0,24)
C4M3Y0K24 
(4%,3%,0%,24%)
(0.04/0.03/0.00/0.24)	

CMYK percentages

%4.1
%2.56
%0
%23.53

Codes

Color #BBBEC3 in popluar color models

BBBEC3
RGB187190195
HSL218°6.25%74.90%
HSB/HSV218°4.10%76.47%
CMYK4.10%2.56%0.00%
23.53%

Color #BBBEC3 in popluar number systems.

HEXBBBEC3
Decimal187190195
Binary101110111011111011000011
Octal273276303

Shades and tints

Shades of #BBBEC3

#BBBEC3
(187,190,195)
#AAADB2
(170,173,178)
#999CA1
(153,156,161)
#888B90
(136,139,144)
#777A7F
(119,122,127)
#66696E
(102,105,110)
#55585D
(85,88,93)
#44474C
(68,71,76)
#33363B
(51,54,59)
#22252A
(34,37,42)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #BBBEC3

#BBBEC3
(187,190,195)
#C1C3C8
(193,195,200)
#C7C8CD
(199,200,205)
#CDCDD2
(205,205,210)
#D3D2D7
(211,210,215)
#D9D7DC
(217,215,220)
#DFDCE1
(223,220,225)
#E5E1E6
(229,225,230)
#EBE6EB
(235,230,235)
#F1EBF0
(241,235,240)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBEC3; }

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

This text font color is #BBBEC3.


Background Color

.myBgColor { background-color: #BBBEC3; }

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

This div background color is #BBBEC3.


Border color

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

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

This div border color is #BBBEC3.


Opacity

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

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

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

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

This text has shadow with #BBBEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBEC3 on black background.


Color preview on white background

This text has color #BBBEC3 on white background.



Black color preview on #BBBEC3 background

This text has black color on #BBBEC3 background.


White color preview on #BBBEC3 background

This text has white color on #BBBEC3 background.