COLOR #BBC5C0

HEX: #BBC5C0 RGB: (187,197,192)

Color info

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

RGB color model

#BBC5C0 color RGB value is (187,197,192).

RGB: (187,197,192) (73%, 77%, 75%)

RGB channels and saturation

R 187 of 255 = 73%
G 197 of 255 = 77%
B 192 of 255 = 75%

187
197
192

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

Portions of RGB colors in percentages

R + G + B = 187 + 197 + 192 = 576 (100%)
R 187 of 576 ~ 32.47%
G 197 of 576 ~ 34.2%
B 192 of 576 ~ 33.33'%

%32.47
%34.2
%33.33

CMYK color model

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

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 2.54%
  • key color value is 22.75%

CMYK: (5,0,3,23)
C5M0Y3K23 (5%, 0%, 3%, 23%)
(0.05 / 0.00 / 0.03 / 0.23)

CMYK percentages

%5.08
%0
%2.54
%22.75

Codes

Color #BBC5C0 in popluar color models

BB C5 C0
RGB 187 197 192
HSL 150° 7.94% 75.29%
HSB/HSV 150° 5.08% 77.25%
CMYK 5.08% 0.00% 2.54%
22.75%

Color #BBC5C0 in popluar number systems.

HEX BB C5 C0
Decimal 187 197 192
Binary 10111011 11000101 11000000
Octal 273 305 300

Shades and tints

Shades of #BBC5C0

#BBC5C0
(187,197,192)
#AAB4AF
(170,180,175)
#99A39E
(153,163,158)
#88928D
(136,146,141)
#77817C
(119,129,124)
#66706B
(102,112,107)
#555F5A
(85,95,90)
#444E49
(68,78,73)
#333D38
(51,61,56)
#222C27
(34,44,39)
#111B16
(17,27,22)
#000000
(0,0,0)

Tints of #BBC5C0

#BBC5C0
(187,197,192)
#C1CAC5
(193,202,197)
#C7CFCA
(199,207,202)
#CDD4CF
(205,212,207)
#D3D9D4
(211,217,212)
#D9DED9
(217,222,217)
#DFE3DE
(223,227,222)
#E5E8E3
(229,232,227)
#EBEDE8
(235,237,232)
#F1F2ED
(241,242,237)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC5C0; }

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

This text font color is #BBC5C0.

Background Color

.myBgColor { background-color: #BBC5C0; }

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

This div background color is #BBC5C0.

Border color

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

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

This div border color is #BBC5C0.

Opacity

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

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

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

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

This text has shadow with #BBC5C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC5C0.

Preview

Color preview on black background

This text has color #BBC5C0 on black background.


Color preview on white background

This text has color #BBC5C0 on white background.


Black color preview on #BBC5C0 background

This text has black color on #BBC5C0 background.


White color preview on #BBC5C0 background

This text has white color on #BBC5C0 background.


Related colors

Complementary color

Complementary color for #hex is #443A3F.


I love getcolorcode.com

Triadic colors

1 #C0BBC5 and #C5C0BB with #BBC5C0 are triadic colors.

2 #C0C5BB and #C5BBC0 with #BBC5C0 are triadic colors.