COLOR #BBC4BB

HEX: #BBC4BB RGB: (187,196,187)

Color info

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

RGB color model

#BBC4BB color RGB value is (187,196,187).

RGB: (187,196,187) (73%, 77%, 73%)

RGB channels and saturation

R 187 of 255 = 73%
G 196 of 255 = 77%
B 187 of 255 = 73%

187
196
187

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

Portions of RGB colors in percentages

R + G + B = 187 + 196 + 187 = 570 (100%)
R 187 of 570 ~ 32.81%
G 196 of 570 ~ 34.39%
B 187 of 570 ~ 32.81'%

%32.81
%34.39
%32.81

CMYK color model

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

  • cyan value is 4.59%
  • magenta value is 0.00%
  • yellow value is 4.59%
  • key color value is 23.14%

CMYK: (5,0,5,23)
C5M0Y5K23 (5%, 0%, 5%, 23%)
(0.05 / 0.00 / 0.05 / 0.23)

CMYK percentages

%4.59
%0
%4.59
%23.14

Codes

Color #BBC4BB in popluar color models

BB C4 BB
RGB 187 196 187
HSL 120° 7.09% 75.10%
HSB/HSV 120° 4.59% 76.86%
CMYK 4.59% 0.00% 4.59%
23.14%

Color #BBC4BB in popluar number systems.

HEX BB C4 BB
Decimal 187 196 187
Binary 10111011 11000100 10111011
Octal 273 304 273

Shades and tints

Shades of #BBC4BB

#BBC4BB
(187,196,187)
#AAB3AA
(170,179,170)
#99A299
(153,162,153)
#889188
(136,145,136)
#778077
(119,128,119)
#666F66
(102,111,102)
#555E55
(85,94,85)
#444D44
(68,77,68)
#333C33
(51,60,51)
#222B22
(34,43,34)
#111A11
(17,26,17)
#000000
(0,0,0)

Tints of #BBC4BB

#BBC4BB
(187,196,187)
#C1C9C1
(193,201,193)
#C7CEC7
(199,206,199)
#CDD3CD
(205,211,205)
#D3D8D3
(211,216,211)
#D9DDD9
(217,221,217)
#DFE2DF
(223,226,223)
#E5E7E5
(229,231,229)
#EBECEB
(235,236,235)
#F1F1F1
(241,241,241)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC4BB; }

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

This text font color is #BBC4BB.

Background Color

.myBgColor { background-color: #BBC4BB; }

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

This div background color is #BBC4BB.

Border color

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

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

This div border color is #BBC4BB.

Opacity

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

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

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

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

This text has shadow with #BBC4BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC4BB.

Preview

Color preview on black background

This text has color #BBC4BB on black background.


Color preview on white background

This text has color #BBC4BB on white background.


Black color preview on #BBC4BB background

This text has black color on #BBC4BB background.


White color preview on #BBC4BB background

This text has white color on #BBC4BB background.


Related colors

Complementary color

Complementary color for #hex is #443B44.


I love getcolorcode.com

Triadic colors

1 #BBBBC4 and #C4BBBB with #BBC4BB are triadic colors.

2 #BBC4BB and #C4BBBB with #BBC4BB are triadic colors.