COLOR #BBBBC6

HEX: #BBBBC6 RGB: (187,187,198)

Color info

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

RGB color model

#BBBBC6 color RGB value is (187,187,198).

RGB: (187,187,198) (73%, 73%, 78%)

RGB channels and saturation

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

187
187
198

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

Portions of RGB colors in percentages

R + G + B = 187 + 187 + 198 = 572 (100%)
R 187 of 572 ~ 32.69%
G 187 of 572 ~ 32.69%
B 198 of 572 ~ 34.62'%

%32.69
%32.69
%34.62

CMYK color model

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

  • cyan value is 5.56%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (6,6,0,22)
C6M6Y0K22 (6%, 6%, 0%, 22%)
(0.06 / 0.06 / 0.00 / 0.22)

CMYK percentages

%5.56
%5.56
%0
%22.35

Codes

Color #BBBBC6 in popluar color models

BB BB C6
RGB 187 187 198
HSL 240° 8.80% 75.49%
HSB/HSV 240° 5.56% 77.65%
CMYK 5.56% 5.56% 0.00%
22.35%

Color #BBBBC6 in popluar number systems.

HEX BB BB C6
Decimal 187 187 198
Binary 10111011 10111011 11000110
Octal 273 273 306

Shades and tints

Shades of #BBBBC6

#BBBBC6
(187,187,198)
#AAAAB4
(170,170,180)
#9999A2
(153,153,162)
#888890
(136,136,144)
#77777E
(119,119,126)
#66666C
(102,102,108)
#55555A
(85,85,90)
#444448
(68,68,72)
#333336
(51,51,54)
#222224
(34,34,36)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #BBBBC6

#BBBBC6
(187,187,198)
#C1C1CB
(193,193,203)
#C7C7D0
(199,199,208)
#CDCDD5
(205,205,213)
#D3D3DA
(211,211,218)
#D9D9DF
(217,217,223)
#DFDFE4
(223,223,228)
#E5E5E9
(229,229,233)
#EBEBEE
(235,235,238)
#F1F1F3
(241,241,243)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBBC6; }

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

This text font color is #BBBBC6.

Background Color

.myBgColor { background-color: #BBBBC6; }

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

This div background color is #BBBBC6.

Border color

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

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

This div border color is #BBBBC6.

Opacity

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

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

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

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

This text has shadow with #BBBBC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBBC6.

Preview

Color preview on black background

This text has color #BBBBC6 on black background.


Color preview on white background

This text has color #BBBBC6 on white background.


Black color preview on #BBBBC6 background

This text has black color on #BBBBC6 background.


White color preview on #BBBBC6 background

This text has white color on #BBBBC6 background.


Related colors

Complementary color

Complementary color for #hex is #444439.


I love getcolorcode.com