COLOR #BBCDC9

HEX: #BBCDC9 RGB: (187,205,201)

Color info

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

RGB color model

#BBCDC9 color RGB value is (187,205,201).

RGB: (187,205,201) (73%, 80%, 79%)

RGB channels and saturation

R 187 of 255 = 73%
G 205 of 255 = 80%
B 201 of 255 = 79%

187
205
201

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

Portions of RGB colors in percentages

R + G + B = 187 + 205 + 201 = 593 (100%)
R 187 of 593 ~ 31.53%
G 205 of 593 ~ 34.57%
B 201 of 593 ~ 33.9'%

%31.53
%34.57
%33.9

CMYK color model

#BBCDC9 color CMYK value is (9,0,2,20).

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

CMYK: (9,0,2,20)
C9M0Y2K20 (9%, 0%, 2%, 20%)
(0.09 / 0.00 / 0.02 / 0.20)

CMYK percentages

%8.78
%0
%1.95
%19.61

Codes

Color #BBCDC9 in popluar color models

BB CD C9
RGB 187 205 201
HSL 167° 15.25% 76.86%
HSB/HSV 167° 8.78% 80.39%
CMYK 8.78% 0.00% 1.95%
19.61%

Color #BBCDC9 in popluar number systems.

HEX BB CD C9
Decimal 187 205 201
Binary 10111011 11001101 11001001
Octal 273 315 311

Shades and tints

Shades of #BBCDC9

#BBCDC9
(187,205,201)
#AABBB7
(170,187,183)
#99A9A5
(153,169,165)
#889793
(136,151,147)
#778581
(119,133,129)
#66736F
(102,115,111)
#55615D
(85,97,93)
#444F4B
(68,79,75)
#333D39
(51,61,57)
#222B27
(34,43,39)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #BBCDC9

#BBCDC9
(187,205,201)
#C1D1CD
(193,209,205)
#C7D5D1
(199,213,209)
#CDD9D5
(205,217,213)
#D3DDD9
(211,221,217)
#D9E1DD
(217,225,221)
#DFE5E1
(223,229,225)
#E5E9E5
(229,233,229)
#EBEDE9
(235,237,233)
#F1F1ED
(241,241,237)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCDC9; }

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

This text font color is #BBCDC9.

Background Color

.myBgColor { background-color: #BBCDC9; }

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

This div background color is #BBCDC9.

Border color

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

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

This div border color is #BBCDC9.

Opacity

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

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

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

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

This text has shadow with #BBCDC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCDC9.

Preview

Color preview on black background

This text has color #BBCDC9 on black background.


Color preview on white background

This text has color #BBCDC9 on white background.


Black color preview on #BBCDC9 background

This text has black color on #BBCDC9 background.


White color preview on #BBCDC9 background

This text has white color on #BBCDC9 background.


Related colors

Complementary color

Complementary color for #hex is #443236.


I love getcolorcode.com

Triadic colors

1 #C9BBCD and #CDC9BB with #BBCDC9 are triadic colors.

2 #C9CDBB and #CDBBC9 with #BBCDC9 are triadic colors.