COLOR #BBC5CD

HEX: #BBC5CD RGB: (187,197,205)

Color info

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

RGB color model

#BBC5CD color RGB value is (187,197,205).

RGB: (187,197,205) (73%, 77%, 80%)

RGB channels and saturation

R 187 of 255 = 73%
G 197 of 255 = 77%
B 205 of 255 = 80%

187
197
205

R + G + B ~ 77%. #BBC5CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 197 + 205 = 589 (100%)
R 187 of 589 ~ 31.75%
G 197 of 589 ~ 33.45%
B 205 of 589 ~ 34.8'%

%31.75
%33.45
%34.8

CMYK color model

#BBC5CD color CMYK value is (9,4,0,20).

  • cyan value is 8.78%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (9,4,0,20)
C9M4Y0K20 (9%, 4%, 0%, 20%)
(0.09 / 0.04 / 0.00 / 0.20)

CMYK percentages

%8.78
%3.9
%0
%19.61

Codes

Color #BBC5CD in popluar color models

BB C5 CD
RGB 187 197 205
HSL 207° 15.25% 76.86%
HSB/HSV 207° 8.78% 80.39%
CMYK 8.78% 3.90% 0.00%
19.61%

Color #BBC5CD in popluar number systems.

HEX BB C5 CD
Decimal 187 197 205
Binary 10111011 11000101 11001101
Octal 273 305 315

Shades and tints

Shades of #BBC5CD

#BBC5CD
(187,197,205)
#AAB4BB
(170,180,187)
#99A3A9
(153,163,169)
#889297
(136,146,151)
#778185
(119,129,133)
#667073
(102,112,115)
#555F61
(85,95,97)
#444E4F
(68,78,79)
#333D3D
(51,61,61)
#222C2B
(34,44,43)
#111B19
(17,27,25)
#000000
(0,0,0)

Tints of #BBC5CD

#BBC5CD
(187,197,205)
#C1CAD1
(193,202,209)
#C7CFD5
(199,207,213)
#CDD4D9
(205,212,217)
#D3D9DD
(211,217,221)
#D9DEE1
(217,222,225)
#DFE3E5
(223,227,229)
#E5E8E9
(229,232,233)
#EBEDED
(235,237,237)
#F1F2F1
(241,242,241)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC5CD; }

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

This text font color is #BBC5CD.

Background Color

.myBgColor { background-color: #BBC5CD; }

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

This div background color is #BBC5CD.

Border color

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

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

This div border color is #BBC5CD.

Opacity

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

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

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

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

This text has shadow with #BBC5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC5CD.

Preview

Color preview on black background

This text has color #BBC5CD on black background.


Color preview on white background

This text has color #BBC5CD on white background.


Black color preview on #BBC5CD background

This text has black color on #BBC5CD background.


White color preview on #BBC5CD background

This text has white color on #BBC5CD background.


Related colors

Complementary color

Complementary color for #hex is #443A32.


I love getcolorcode.com

Triadic colors

1 #CDBBC5 and #C5CDBB with #BBC5CD are triadic colors.

2 #CDC5BB and #C5BBCD with #BBC5CD are triadic colors.