COLOR #BBBEC6

HEX: #BBBEC6
RGB: (187,190,198)

Color info

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

RGB color model

#BBBEC6 color RGB value is (187,190,198).

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

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 198 of 255 = 78%

187
190
198

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

Portions of RGB colors in percentages

R + G + B =
187 + 190 + 198 = 575 (100%)
R 187 of 575 ~ 32.52%
G 190 of 575 ~ 33.04%
B 198 of 575 ~ 34.43%

%32.52
%33.04
%34.43

CMYK color model

#BBBEC6 color CMYK value is (6,4,0,22).

  • cyan value is 5.56%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(6,4,0,22)
C6M4Y0K22 
(6%,4%,0%,22%)
(0.06/0.04/0.00/0.22)	

CMYK percentages

%5.56
%4.04
%0
%22.35

Codes

Color #BBBEC6 in popluar color models

BBBEC6
RGB187190198
HSL224°8.80%75.49%
HSB/HSV224°5.56%77.65%
CMYK5.56%4.04%0.00%
22.35%

Color #BBBEC6 in popluar number systems.

HEXBBBEC6
Decimal187190198
Binary101110111011111011000110
Octal273276306

Shades and tints

Shades of #BBBEC6

#BBBEC6
(187,190,198)
#AAADB4
(170,173,180)
#999CA2
(153,156,162)
#888B90
(136,139,144)
#777A7E
(119,122,126)
#66696C
(102,105,108)
#55585A
(85,88,90)
#444748
(68,71,72)
#333636
(51,54,54)
#222524
(34,37,36)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #BBBEC6

#BBBEC6
(187,190,198)
#C1C3CB
(193,195,203)
#C7C8D0
(199,200,208)
#CDCDD5
(205,205,213)
#D3D2DA
(211,210,218)
#D9D7DF
(217,215,223)
#DFDCE4
(223,220,228)
#E5E1E9
(229,225,233)
#EBE6EE
(235,230,238)
#F1EBF3
(241,235,243)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBEC6; }

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

This text font color is #BBBEC6.


Background Color

.myBgColor { background-color: #BBBEC6; }

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

This div background color is #BBBEC6.


Border color

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

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

This div border color is #BBBEC6.


Opacity

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

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

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

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

This text has shadow with #BBBEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBEC6 on black background.


Color preview on white background

This text has color #BBBEC6 on white background.



Black color preview on #BBBEC6 background

This text has black color on #BBBEC6 background.


White color preview on #BBBEC6 background

This text has white color on #BBBEC6 background.