COLOR #BBCDC7

HEX: #BBCDC7 RGB: (187,205,199)

Color info

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

RGB color model

#BBCDC7 color RGB value is (187,205,199).

RGB: (187,205,199) (73%, 80%, 78%)

RGB channels and saturation

R 187 of 255 = 73%
G 205 of 255 = 80%
B 199 of 255 = 78%

187
205
199

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

Portions of RGB colors in percentages

R + G + B = 187 + 205 + 199 = 591 (100%)
R 187 of 591 ~ 31.64%
G 205 of 591 ~ 34.69%
B 199 of 591 ~ 33.67'%

%31.64
%34.69
%33.67

CMYK color model

#BBCDC7 color CMYK value is (9,0,3,20).

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

CMYK: (9,0,3,20)
C9M0Y3K20 (9%, 0%, 3%, 20%)
(0.09 / 0.00 / 0.03 / 0.20)

CMYK percentages

%8.78
%0
%2.93
%19.61

Codes

Color #BBCDC7 in popluar color models

BB CD C7
RGB 187 205 199
HSL 160° 15.25% 76.86%
HSB/HSV 160° 8.78% 80.39%
CMYK 8.78% 0.00% 2.93%
19.61%

Color #BBCDC7 in popluar number systems.

HEX BB CD C7
Decimal 187 205 199
Binary 10111011 11001101 11000111
Octal 273 315 307

Shades and tints

Shades of #BBCDC7

#BBCDC7
(187,205,199)
#AABBB5
(170,187,181)
#99A9A3
(153,169,163)
#889791
(136,151,145)
#77857F
(119,133,127)
#66736D
(102,115,109)
#55615B
(85,97,91)
#444F49
(68,79,73)
#333D37
(51,61,55)
#222B25
(34,43,37)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #BBCDC7

#BBCDC7
(187,205,199)
#C1D1CC
(193,209,204)
#C7D5D1
(199,213,209)
#CDD9D6
(205,217,214)
#D3DDDB
(211,221,219)
#D9E1E0
(217,225,224)
#DFE5E5
(223,229,229)
#E5E9EA
(229,233,234)
#EBEDEF
(235,237,239)
#F1F1F4
(241,241,244)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCDC7; }

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

This text font color is #BBCDC7.

Background Color

.myBgColor { background-color: #BBCDC7; }

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

This div background color is #BBCDC7.

Border color

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

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

This div border color is #BBCDC7.

Opacity

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

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

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

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

This text has shadow with #BBCDC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCDC7.

Preview

Color preview on black background

This text has color #BBCDC7 on black background.


Color preview on white background

This text has color #BBCDC7 on white background.


Black color preview on #BBCDC7 background

This text has black color on #BBCDC7 background.


White color preview on #BBCDC7 background

This text has white color on #BBCDC7 background.


Related colors

Complementary color

Complementary color for #hex is #443238.


I love getcolorcode.com

Triadic colors

1 #C7BBCD and #CDC7BB with #BBCDC7 are triadic colors.

2 #C7CDBB and #CDBBC7 with #BBCDC7 are triadic colors.