COLOR #BBE5CD

HEX: #BBE5CD RGB: (187,229,205)

Color info

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

RGB color model

#BBE5CD color RGB value is (187,229,205).

RGB: (187,229,205) (73%, 90%, 80%)

RGB channels and saturation

R 187 of 255 = 73%
G 229 of 255 = 90%
B 205 of 255 = 80%

187
229
205

R + G + B ~ 81%. #BBE5CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 229 + 205 = 621 (100%)
R 187 of 621 ~ 30.11%
G 229 of 621 ~ 36.88%
B 205 of 621 ~ 33.01'%

%30.11
%36.88
%33.01

CMYK color model

#BBE5CD color CMYK value is (18,0,10,10).

  • cyan value is 18.34%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 10.20%

CMYK: (18,0,10,10)
C18M0Y10K10 (18%, 0%, 10%, 10%)
(0.18 / 0.00 / 0.10 / 0.10)

CMYK percentages

%18.34
%0
%10.48
%10.2

Codes

Color #BBE5CD in popluar color models

BB E5 CD
RGB 187 229 205
HSL 146° 44.68% 81.57%
HSB/HSV 146° 18.34% 89.80%
CMYK 18.34% 0.00% 10.48%
10.20%

Color #BBE5CD in popluar number systems.

HEX BB E5 CD
Decimal 187 229 205
Binary 10111011 11100101 11001101
Octal 273 345 315

Shades and tints

Shades of #BBE5CD

#BBE5CD
(187,229,205)
#AAD1BB
(170,209,187)
#99BDA9
(153,189,169)
#88A997
(136,169,151)
#779585
(119,149,133)
#668173
(102,129,115)
#556D61
(85,109,97)
#44594F
(68,89,79)
#33453D
(51,69,61)
#22312B
(34,49,43)
#111D19
(17,29,25)
#000000
(0,0,0)

Tints of #BBE5CD

#BBE5CD
(187,229,205)
#C1E7D1
(193,231,209)
#C7E9D5
(199,233,213)
#CDEBD9
(205,235,217)
#D3EDDD
(211,237,221)
#D9EFE1
(217,239,225)
#DFF1E5
(223,241,229)
#E5F3E9
(229,243,233)
#EBF5ED
(235,245,237)
#F1F7F1
(241,247,241)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE5CD; }

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

This text font color is #BBE5CD.

Background Color

.myBgColor { background-color: #BBE5CD; }

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

This div background color is #BBE5CD.

Border color

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

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

This div border color is #BBE5CD.

Opacity

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

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

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

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

This text has shadow with #BBE5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE5CD.

Preview

Color preview on black background

This text has color #BBE5CD on black background.


Color preview on white background

This text has color #BBE5CD on white background.


Black color preview on #BBE5CD background

This text has black color on #BBE5CD background.


White color preview on #BBE5CD background

This text has white color on #BBE5CD background.


Related colors

Complementary color

Complementary color for #hex is #441A32.


I love getcolorcode.com

Triadic colors

1 #CDBBE5 and #E5CDBB with #BBE5CD are triadic colors.

2 #CDE5BB and #E5BBCD with #BBE5CD are triadic colors.