COLOR #BBC5C4

HEX: #BBC5C4 RGB: (187,197,196)

Color info

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

RGB color model

#BBC5C4 color RGB value is (187,197,196).

RGB: (187,197,196) (73%, 77%, 77%)

RGB channels and saturation

R 187 of 255 = 73%
G 197 of 255 = 77%
B 196 of 255 = 77%

187
197
196

R + G + B ~ 76%. #BBC5C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 197 + 196 = 580 (100%)
R 187 of 580 ~ 32.24%
G 197 of 580 ~ 33.97%
B 196 of 580 ~ 33.79'%

%32.24
%33.97
%33.79

CMYK color model

#BBC5C4 color CMYK value is (5,0,1,23).

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

CMYK: (5,0,1,23)
C5M0Y1K23 (5%, 0%, 1%, 23%)
(0.05 / 0.00 / 0.01 / 0.23)

CMYK percentages

%5.08
%0
%0.51
%22.75

Codes

Color #BBC5C4 in popluar color models

BB C5 C4
RGB 187 197 196
HSL 174° 7.94% 75.29%
HSB/HSV 174° 5.08% 77.25%
CMYK 5.08% 0.00% 0.51%
22.75%

Color #BBC5C4 in popluar number systems.

HEX BB C5 C4
Decimal 187 197 196
Binary 10111011 11000101 11000100
Octal 273 305 304

Shades and tints

Shades of #BBC5C4

#BBC5C4
(187,197,196)
#AAB4B3
(170,180,179)
#99A3A2
(153,163,162)
#889291
(136,146,145)
#778180
(119,129,128)
#66706F
(102,112,111)
#555F5E
(85,95,94)
#444E4D
(68,78,77)
#333D3C
(51,61,60)
#222C2B
(34,44,43)
#111B1A
(17,27,26)
#000000
(0,0,0)

Tints of #BBC5C4

#BBC5C4
(187,197,196)
#C1CAC9
(193,202,201)
#C7CFCE
(199,207,206)
#CDD4D3
(205,212,211)
#D3D9D8
(211,217,216)
#D9DEDD
(217,222,221)
#DFE3E2
(223,227,226)
#E5E8E7
(229,232,231)
#EBEDEC
(235,237,236)
#F1F2F1
(241,242,241)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC5C4; }

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

This text font color is #BBC5C4.

Background Color

.myBgColor { background-color: #BBC5C4; }

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

This div background color is #BBC5C4.

Border color

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

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

This div border color is #BBC5C4.

Opacity

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

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

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

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

This text has shadow with #BBC5C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC5C4.

Preview

Color preview on black background

This text has color #BBC5C4 on black background.


Color preview on white background

This text has color #BBC5C4 on white background.


Black color preview on #BBC5C4 background

This text has black color on #BBC5C4 background.


White color preview on #BBC5C4 background

This text has white color on #BBC5C4 background.


Related colors

Complementary color

Complementary color for #hex is #443A3B.


I love getcolorcode.com

Triadic colors

1 #C4BBC5 and #C5C4BB with #BBC5C4 are triadic colors.

2 #C4C5BB and #C5BBC4 with #BBC5C4 are triadic colors.