COLOR #BBBDC5

HEX: #BBBDC5 RGB: (187,189,197)

Color info

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

RGB color model

#BBBDC5 color RGB value is (187,189,197).

RGB: (187,189,197) (73%, 74%, 77%)

RGB channels and saturation

R 187 of 255 = 73%
G 189 of 255 = 74%
B 197 of 255 = 77%

187
189
197

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

Portions of RGB colors in percentages

R + G + B = 187 + 189 + 197 = 573 (100%)
R 187 of 573 ~ 32.64%
G 189 of 573 ~ 32.98%
B 197 of 573 ~ 34.38'%

%32.64
%32.98
%34.38

CMYK color model

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

  • cyan value is 5.08%
  • magenta value is 4.06%
  • 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
%4.06
%0
%22.75

Codes

Color #BBBDC5 in popluar color models

BB BD C5
RGB 187 189 197
HSL 228° 7.94% 75.29%
HSB/HSV 228° 5.08% 77.25%
CMYK 5.08% 4.06% 0.00%
22.75%

Color #BBBDC5 in popluar number systems.

HEX BB BD C5
Decimal 187 189 197
Binary 10111011 10111101 11000101
Octal 273 275 305

Shades and tints

Shades of #BBBDC5

#BBBDC5
(187,189,197)
#AAACB4
(170,172,180)
#999BA3
(153,155,163)
#888A92
(136,138,146)
#777981
(119,121,129)
#666870
(102,104,112)
#55575F
(85,87,95)
#44464E
(68,70,78)
#33353D
(51,53,61)
#22242C
(34,36,44)
#11131B
(17,19,27)
#000000
(0,0,0)

Tints of #BBBDC5

#BBBDC5
(187,189,197)
#C1C3CA
(193,195,202)
#C7C9CF
(199,201,207)
#CDCFD4
(205,207,212)
#D3D5D9
(211,213,217)
#D9DBDE
(217,219,222)
#DFE1E3
(223,225,227)
#E5E7E8
(229,231,232)
#EBEDED
(235,237,237)
#F1F3F2
(241,243,242)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBDC5; }

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

This text font color is #BBBDC5.

Background Color

.myBgColor { background-color: #BBBDC5; }

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

This div background color is #BBBDC5.

Border color

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

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

This div border color is #BBBDC5.

Opacity

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

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

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

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

This text has shadow with #BBBDC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBDC5.

Preview

Color preview on black background

This text has color #BBBDC5 on black background.


Color preview on white background

This text has color #BBBDC5 on white background.


Black color preview on #BBBDC5 background

This text has black color on #BBBDC5 background.


White color preview on #BBBDC5 background

This text has white color on #BBBDC5 background.


Related colors

Complementary color

Complementary color for #hex is #44423A.


I love getcolorcode.com

Triadic colors

1 #C5BBBD and #BDC5BB with #BBBDC5 are triadic colors.

2 #C5BDBB and #BDBBC5 with #BBBDC5 are triadic colors.