COLOR #BBC4B8

HEX: #BBC4B8 RGB: (187,196,184)

Color info

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

RGB color model

#BBC4B8 color RGB value is (187,196,184).

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

RGB channels and saturation

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

187
196
184

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

Portions of RGB colors in percentages

R + G + B = 187 + 196 + 184 = 567 (100%)
R 187 of 567 ~ 32.98%
G 196 of 567 ~ 34.57%
B 184 of 567 ~ 32.45'%

%32.98
%34.57
%32.45

CMYK color model

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

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

CMYK: (5,0,6,23)
C5M0Y6K23 (5%, 0%, 6%, 23%)
(0.05 / 0.00 / 0.06 / 0.23)

CMYK percentages

%4.59
%0
%6.12
%23.14

Codes

Color #BBC4B8 in popluar color models

BB C4 B8
RGB 187 196 184
HSL 105° 9.23% 74.51%
HSB/HSV 105° 6.12% 76.86%
CMYK 4.59% 0.00% 6.12%
23.14%

Color #BBC4B8 in popluar number systems.

HEX BB C4 B8
Decimal 187 196 184
Binary 10111011 11000100 10111000
Octal 273 304 270

Shades and tints

Shades of #BBC4B8

#BBC4B8
(187,196,184)
#AAB3A8
(170,179,168)
#99A298
(153,162,152)
#889188
(136,145,136)
#778078
(119,128,120)
#666F68
(102,111,104)
#555E58
(85,94,88)
#444D48
(68,77,72)
#333C38
(51,60,56)
#222B28
(34,43,40)
#111A18
(17,26,24)
#000000
(0,0,0)

Tints of #BBC4B8

#BBC4B8
(187,196,184)
#C1C9BE
(193,201,190)
#C7CEC4
(199,206,196)
#CDD3CA
(205,211,202)
#D3D8D0
(211,216,208)
#D9DDD6
(217,221,214)
#DFE2DC
(223,226,220)
#E5E7E2
(229,231,226)
#EBECE8
(235,236,232)
#F1F1EE
(241,241,238)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC4B8; }

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

This text font color is #BBC4B8.

Background Color

.myBgColor { background-color: #BBC4B8; }

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

This div background color is #BBC4B8.

Border color

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

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

This div border color is #BBC4B8.

Opacity

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

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

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

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

This text has shadow with #BBC4B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC4B8.

Preview

Color preview on black background

This text has color #BBC4B8 on black background.


Color preview on white background

This text has color #BBC4B8 on white background.


Black color preview on #BBC4B8 background

This text has black color on #BBC4B8 background.


White color preview on #BBC4B8 background

This text has white color on #BBC4B8 background.


Related colors

Complementary color

Complementary color for #hex is #443B47.


I love getcolorcode.com

Triadic colors

1 #B8BBC4 and #C4B8BB with #BBC4B8 are triadic colors.

2 #B8C4BB and #C4BBB8 with #BBC4B8 are triadic colors.