COLOR #BBC7BF

HEX: #BBC7BF RGB: (187,199,191)

Color info

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

RGB color model

#BBC7BF color RGB value is (187,199,191).

RGB: (187,199,191) (73%, 78%, 75%)

RGB channels and saturation

R 187 of 255 = 73%
G 199 of 255 = 78%
B 191 of 255 = 75%

187
199
191

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

Portions of RGB colors in percentages

R + G + B = 187 + 199 + 191 = 577 (100%)
R 187 of 577 ~ 32.41%
G 199 of 577 ~ 34.49%
B 191 of 577 ~ 33.1'%

%32.41
%34.49
%33.1

CMYK color model

#BBC7BF color CMYK value is (6,0,4,22).

  • cyan value is 6.03%
  • magenta value is 0.00%
  • yellow value is 4.02%
  • key color value is 21.96%

CMYK: (6,0,4,22)
C6M0Y4K22 (6%, 0%, 4%, 22%)
(0.06 / 0.00 / 0.04 / 0.22)

CMYK percentages

%6.03
%0
%4.02
%21.96

Codes

Color #BBC7BF in popluar color models

BB C7 BF
RGB 187 199 191
HSL 140° 9.68% 75.69%
HSB/HSV 140° 6.03% 78.04%
CMYK 6.03% 0.00% 4.02%
21.96%

Color #BBC7BF in popluar number systems.

HEX BB C7 BF
Decimal 187 199 191
Binary 10111011 11000111 10111111
Octal 273 307 277

Shades and tints

Shades of #BBC7BF

#BBC7BF
(187,199,191)
#AAB5AE
(170,181,174)
#99A39D
(153,163,157)
#88918C
(136,145,140)
#777F7B
(119,127,123)
#666D6A
(102,109,106)
#555B59
(85,91,89)
#444948
(68,73,72)
#333737
(51,55,55)
#222526
(34,37,38)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #BBC7BF

#BBC7BF
(187,199,191)
#C1CCC4
(193,204,196)
#C7D1C9
(199,209,201)
#CDD6CE
(205,214,206)
#D3DBD3
(211,219,211)
#D9E0D8
(217,224,216)
#DFE5DD
(223,229,221)
#E5EAE2
(229,234,226)
#EBEFE7
(235,239,231)
#F1F4EC
(241,244,236)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC7BF; }

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

This text font color is #BBC7BF.

Background Color

.myBgColor { background-color: #BBC7BF; }

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

This div background color is #BBC7BF.

Border color

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

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

This div border color is #BBC7BF.

Opacity

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

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

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

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

This text has shadow with #BBC7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC7BF.

Preview

Color preview on black background

This text has color #BBC7BF on black background.


Color preview on white background

This text has color #BBC7BF on white background.


Black color preview on #BBC7BF background

This text has black color on #BBC7BF background.


White color preview on #BBC7BF background

This text has white color on #BBC7BF background.


Related colors

Complementary color

Complementary color for #hex is #443840.


I love getcolorcode.com

Triadic colors

1 #BFBBC7 and #C7BFBB with #BBC7BF are triadic colors.

2 #BFC7BB and #C7BBBF with #BBC7BF are triadic colors.