COLOR #BBC3B9

HEX: #BBC3B9 RGB: (187,195,185)

Color info

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

RGB color model

#BBC3B9 color RGB value is (187,195,185).

RGB: (187,195,185) (73%, 76%, 73%)

RGB channels and saturation

R 187 of 255 = 73%
G 195 of 255 = 76%
B 185 of 255 = 73%

187
195
185

R + G + B ~ 74%. #BBC3B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 195 + 185 = 567 (100%)
R 187 of 567 ~ 32.98%
G 195 of 567 ~ 34.39%
B 185 of 567 ~ 32.63'%

%32.98
%34.39
%32.63

CMYK color model

#BBC3B9 color CMYK value is (4,0,5,24).

  • cyan value is 4.10%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 23.53%
CMYK: (4,0,5,24) C4M0Y5K24 (4%,0%,5%,24%) (0.04/0.00/0.05/0.24) 

CMYK percentages

%4.1
%0
%5.13
%23.53

Codes

Color #BBC3B9 in popluar color models

BB C3 B9
RGB 187 195 185
HSL 108° 7.69% 74.51%
HSB/HSV 108° 5.13% 76.47%
CMYK 4.10% 0.00% 5.13%
23.53%

Color #BBC3B9 in popluar number systems.

HEX BB C3 B9
Decimal 187 195 185
Binary 10111011 11000011 10111001
Octal 273 303 271

Shades and tints

Shades of #BBC3B9

#BBC3B9
(187,195,185)
#AAB2A9
(170,178,169)
#99A199
(153,161,153)
#889089
(136,144,137)
#777F79
(119,127,121)
#666E69
(102,110,105)
#555D59
(85,93,89)
#444C49
(68,76,73)
#333B39
(51,59,57)
#222A29
(34,42,41)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #BBC3B9

#BBC3B9
(187,195,185)
#C1C8BF
(193,200,191)
#C7CDC5
(199,205,197)
#CDD2CB
(205,210,203)
#D3D7D1
(211,215,209)
#D9DCD7
(217,220,215)
#DFE1DD
(223,225,221)
#E5E6E3
(229,230,227)
#EBEBE9
(235,235,233)
#F1F0EF
(241,240,239)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC3B9; }

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

This text font color is #BBC3B9.

Background Color

.myBgColor { background-color: #BBC3B9; }

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

This div background color is #BBC3B9.

Border color

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

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

This div border color is #BBC3B9.

Opacity

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

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

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

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

This text has shadow with #BBC3B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC3B9.

Preview

Color preview on black background

This text has color #BBC3B9 on black background.


Color preview on white background

This text has color #BBC3B9 on white background.


Black color preview on #BBC3B9 background

This text has black color on #BBC3B9 background.


White color preview on #BBC3B9 background

This text has white color on #BBC3B9 background.


Related colors

Complementary color

Complementary color for #hex is #443C46.


I love getcolorcode.com

Triadic colors

1 #B9BBC3 and #C3B9BB with #BBC3B9 are triadic colors.

2 #B9C3BB and #C3BBB9 with #BBC3B9 are triadic colors.