COLOR #BBC2C0

HEX: #BBC2C0 RGB: (187,194,192)

Color info

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

RGB color model

#BBC2C0 color RGB value is (187,194,192).

RGB: (187,194,192) (73%, 76%, 75%)

RGB channels and saturation

R 187 of 255 = 73%
G 194 of 255 = 76%
B 192 of 255 = 75%

187
194
192

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

Portions of RGB colors in percentages

R + G + B = 187 + 194 + 192 = 573 (100%)
R 187 of 573 ~ 32.64%
G 194 of 573 ~ 33.86%
B 192 of 573 ~ 33.51'%

%32.64
%33.86
%33.51

CMYK color model

#BBC2C0 color CMYK value is (4,0,1,24).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 1.03%
  • key color value is 23.92%

CMYK: (4,0,1,24)
C4M0Y1K24 (4%, 0%, 1%, 24%)
(0.04 / 0.00 / 0.01 / 0.24)

CMYK percentages

%3.61
%0
%1.03
%23.92

Codes

Color #BBC2C0 in popluar color models

BB C2 C0
RGB 187 194 192
HSL 163° 5.43% 74.71%
HSB/HSV 163° 3.61% 76.08%
CMYK 3.61% 0.00% 1.03%
23.92%

Color #BBC2C0 in popluar number systems.

HEX BB C2 C0
Decimal 187 194 192
Binary 10111011 11000010 11000000
Octal 273 302 300

Shades and tints

Shades of #BBC2C0

#BBC2C0
(187,194,192)
#AAB1AF
(170,177,175)
#99A09E
(153,160,158)
#888F8D
(136,143,141)
#777E7C
(119,126,124)
#666D6B
(102,109,107)
#555C5A
(85,92,90)
#444B49
(68,75,73)
#333A38
(51,58,56)
#222927
(34,41,39)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #BBC2C0

#BBC2C0
(187,194,192)
#C1C7C5
(193,199,197)
#C7CCCA
(199,204,202)
#CDD1CF
(205,209,207)
#D3D6D4
(211,214,212)
#D9DBD9
(217,219,217)
#DFE0DE
(223,224,222)
#E5E5E3
(229,229,227)
#EBEAE8
(235,234,232)
#F1EFED
(241,239,237)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC2C0; }

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

This text font color is #BBC2C0.

Background Color

.myBgColor { background-color: #BBC2C0; }

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

This div background color is #BBC2C0.

Border color

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

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

This div border color is #BBC2C0.

Opacity

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

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

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

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

This text has shadow with #BBC2C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC2C0.

Preview

Color preview on black background

This text has color #BBC2C0 on black background.


Color preview on white background

This text has color #BBC2C0 on white background.


Black color preview on #BBC2C0 background

This text has black color on #BBC2C0 background.


White color preview on #BBC2C0 background

This text has white color on #BBC2C0 background.


Related colors

Complementary color

Complementary color for #hex is #443D3F.


I love getcolorcode.com

Triadic colors

1 #C0BBC2 and #C2C0BB with #BBC2C0 are triadic colors.

2 #C0C2BB and #C2BBC0 with #BBC2C0 are triadic colors.