COLOR #BBBDC9

HEX: #BBBDC9 RGB: (187,189,201)

Color info

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

RGB color model

#BBBDC9 color RGB value is (187,189,201).

RGB: (187,189,201) (73%, 74%, 79%)

RGB channels and saturation

R 187 of 255 = 73%
G 189 of 255 = 74%
B 201 of 255 = 79%

187
189
201

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

Portions of RGB colors in percentages

R + G + B = 187 + 189 + 201 = 577 (100%)
R 187 of 577 ~ 32.41%
G 189 of 577 ~ 32.76%
B 201 of 577 ~ 34.84'%

%32.41
%32.76
%34.84

CMYK color model

#BBBDC9 color CMYK value is (7,6,0,21).

  • cyan value is 6.97%
  • magenta value is 5.97%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (7,6,0,21)
C7M6Y0K21 (7%, 6%, 0%, 21%)
(0.07 / 0.06 / 0.00 / 0.21)

CMYK percentages

%6.97
%5.97
%0
%21.18

Codes

Color #BBBDC9 in popluar color models

BB BD C9
RGB 187 189 201
HSL 231° 11.48% 76.08%
HSB/HSV 231° 6.97% 78.82%
CMYK 6.97% 5.97% 0.00%
21.18%

Color #BBBDC9 in popluar number systems.

HEX BB BD C9
Decimal 187 189 201
Binary 10111011 10111101 11001001
Octal 273 275 311

Shades and tints

Shades of #BBBDC9

#BBBDC9
(187,189,201)
#AAACB7
(170,172,183)
#999BA5
(153,155,165)
#888A93
(136,138,147)
#777981
(119,121,129)
#66686F
(102,104,111)
#55575D
(85,87,93)
#44464B
(68,70,75)
#333539
(51,53,57)
#222427
(34,36,39)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #BBBDC9

#BBBDC9
(187,189,201)
#C1C3CD
(193,195,205)
#C7C9D1
(199,201,209)
#CDCFD5
(205,207,213)
#D3D5D9
(211,213,217)
#D9DBDD
(217,219,221)
#DFE1E1
(223,225,225)
#E5E7E5
(229,231,229)
#EBEDE9
(235,237,233)
#F1F3ED
(241,243,237)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBDC9; }

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

This text font color is #BBBDC9.

Background Color

.myBgColor { background-color: #BBBDC9; }

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

This div background color is #BBBDC9.

Border color

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

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

This div border color is #BBBDC9.

Opacity

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

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

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

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

This text has shadow with #BBBDC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBDC9.

Preview

Color preview on black background

This text has color #BBBDC9 on black background.


Color preview on white background

This text has color #BBBDC9 on white background.


Black color preview on #BBBDC9 background

This text has black color on #BBBDC9 background.


White color preview on #BBBDC9 background

This text has white color on #BBBDC9 background.


Related colors

Complementary color

Complementary color for #hex is #444236.


I love getcolorcode.com

Triadic colors

1 #C9BBBD and #BDC9BB with #BBBDC9 are triadic colors.

2 #C9BDBB and #BDBBC9 with #BBBDC9 are triadic colors.