COLOR #BBC8B8

HEX: #BBC8B8 RGB: (187,200,184)

Color info

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

RGB color model

#BBC8B8 color RGB value is (187,200,184).

RGB: (187,200,184) (73%, 78%, 72%)

RGB channels and saturation

R 187 of 255 = 73%
G 200 of 255 = 78%
B 184 of 255 = 72%

187
200
184

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

Portions of RGB colors in percentages

R + G + B = 187 + 200 + 184 = 571 (100%)
R 187 of 571 ~ 32.75%
G 200 of 571 ~ 35.03%
B 184 of 571 ~ 32.22'%

%32.75
%35.03
%32.22

CMYK color model

#BBC8B8 color CMYK value is (7,0,8,22).

  • cyan value is 6.50%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 21.57%

CMYK: (7,0,8,22)
C7M0Y8K22 (7%, 0%, 8%, 22%)
(0.07 / 0.00 / 0.08 / 0.22)

CMYK percentages

%6.5
%0
%8
%21.57

Codes

Color #BBC8B8 in popluar color models

BB C8 B8
RGB 187 200 184
HSL 109° 12.70% 75.29%
HSB/HSV 109° 8.00% 78.43%
CMYK 6.50% 0.00% 8.00%
21.57%

Color #BBC8B8 in popluar number systems.

HEX BB C8 B8
Decimal 187 200 184
Binary 10111011 11001000 10111000
Octal 273 310 270

Shades and tints

Shades of #BBC8B8

#BBC8B8
(187,200,184)
#AAB6A8
(170,182,168)
#99A498
(153,164,152)
#889288
(136,146,136)
#778078
(119,128,120)
#666E68
(102,110,104)
#555C58
(85,92,88)
#444A48
(68,74,72)
#333838
(51,56,56)
#222628
(34,38,40)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #BBC8B8

#BBC8B8
(187,200,184)
#C1CDBE
(193,205,190)
#C7D2C4
(199,210,196)
#CDD7CA
(205,215,202)
#D3DCD0
(211,220,208)
#D9E1D6
(217,225,214)
#DFE6DC
(223,230,220)
#E5EBE2
(229,235,226)
#EBF0E8
(235,240,232)
#F1F5EE
(241,245,238)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC8B8; }

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

This text font color is #BBC8B8.

Background Color

.myBgColor { background-color: #BBC8B8; }

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

This div background color is #BBC8B8.

Border color

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

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

This div border color is #BBC8B8.

Opacity

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

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

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

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

This text has shadow with #BBC8B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC8B8.

Preview

Color preview on black background

This text has color #BBC8B8 on black background.


Color preview on white background

This text has color #BBC8B8 on white background.


Black color preview on #BBC8B8 background

This text has black color on #BBC8B8 background.


White color preview on #BBC8B8 background

This text has white color on #BBC8B8 background.


Related colors

Complementary color

Complementary color for #hex is #443747.


I love getcolorcode.com

Triadic colors

1 #B8BBC8 and #C8B8BB with #BBC8B8 are triadic colors.

2 #B8C8BB and #C8BBB8 with #BBC8B8 are triadic colors.