COLOR #BBBEC5

HEX: #BBBEC5
RGB: (187,190,197)

Color info

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

RGB color model

#BBBEC5 color RGB value is (187,190,197).

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

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 197 of 255 = 77%

187
190
197

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

Portions of RGB colors in percentages

R + G + B =
187 + 190 + 197 = 574 (100%)
R 187 of 574 ~ 32.58%
G 190 of 574 ~ 33.1%
B 197 of 574 ~ 34.32%

%32.58
%33.1
%34.32

CMYK color model

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

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

CMYK percentages

%5.08
%3.55
%0
%22.75

Codes

Color #BBBEC5 in popluar color models

BBBEC5
RGB187190197
HSL222°7.94%75.29%
HSB/HSV222°5.08%77.25%
CMYK5.08%3.55%0.00%
22.75%

Color #BBBEC5 in popluar number systems.

HEXBBBEC5
Decimal187190197
Binary101110111011111011000101
Octal273276305

Shades and tints

Shades of #BBBEC5

#BBBEC5
(187,190,197)
#AAADB4
(170,173,180)
#999CA3
(153,156,163)
#888B92
(136,139,146)
#777A81
(119,122,129)
#666970
(102,105,112)
#55585F
(85,88,95)
#44474E
(68,71,78)
#33363D
(51,54,61)
#22252C
(34,37,44)
#11141B
(17,20,27)
#000000
(0,0,0)

Tints of #BBBEC5

#BBBEC5
(187,190,197)
#C1C3CA
(193,195,202)
#C7C8CF
(199,200,207)
#CDCDD4
(205,205,212)
#D3D2D9
(211,210,217)
#D9D7DE
(217,215,222)
#DFDCE3
(223,220,227)
#E5E1E8
(229,225,232)
#EBE6ED
(235,230,237)
#F1EBF2
(241,235,242)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBEC5; }

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

This text font color is #BBBEC5.


Background Color

.myBgColor { background-color: #BBBEC5; }

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

This div background color is #BBBEC5.


Border color

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

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

This div border color is #BBBEC5.


Opacity

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

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

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

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

This text has shadow with #BBBEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBEC5 on black background.


Color preview on white background

This text has color #BBBEC5 on white background.



Black color preview on #BBBEC5 background

This text has black color on #BBBEC5 background.


White color preview on #BBBEC5 background

This text has white color on #BBBEC5 background.