COLOR #BBE5C9

HEX: #BBE5C9 RGB: (187,229,201)

Color info

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

RGB color model

#BBE5C9 color RGB value is (187,229,201).

RGB: (187,229,201) (73%, 90%, 79%)

RGB channels and saturation

R 187 of 255 = 73%
G 229 of 255 = 90%
B 201 of 255 = 79%

187
229
201

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

Portions of RGB colors in percentages

R + G + B = 187 + 229 + 201 = 617 (100%)
R 187 of 617 ~ 30.31%
G 229 of 617 ~ 37.12%
B 201 of 617 ~ 32.58'%

%30.31
%37.12
%32.58

CMYK color model

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

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

CMYK: (18,0,12,10)
C18M0Y12K10 (18%, 0%, 12%, 10%)
(0.18 / 0.00 / 0.12 / 0.10)

CMYK percentages

%18.34
%0
%12.23
%10.2

Codes

Color #BBE5C9 in popluar color models

BB E5 C9
RGB 187 229 201
HSL 140° 44.68% 81.57%
HSB/HSV 140° 18.34% 89.80%
CMYK 18.34% 0.00% 12.23%
10.20%

Color #BBE5C9 in popluar number systems.

HEX BB E5 C9
Decimal 187 229 201
Binary 10111011 11100101 11001001
Octal 273 345 311

Shades and tints

Shades of #BBE5C9

#BBE5C9
(187,229,201)
#AAD1B7
(170,209,183)
#99BDA5
(153,189,165)
#88A993
(136,169,147)
#779581
(119,149,129)
#66816F
(102,129,111)
#556D5D
(85,109,93)
#44594B
(68,89,75)
#334539
(51,69,57)
#223127
(34,49,39)
#111D15
(17,29,21)
#000000
(0,0,0)

Tints of #BBE5C9

#BBE5C9
(187,229,201)
#C1E7CD
(193,231,205)
#C7E9D1
(199,233,209)
#CDEBD5
(205,235,213)
#D3EDD9
(211,237,217)
#D9EFDD
(217,239,221)
#DFF1E1
(223,241,225)
#E5F3E5
(229,243,229)
#EBF5E9
(235,245,233)
#F1F7ED
(241,247,237)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE5C9; }

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

This text font color is #BBE5C9.

Background Color

.myBgColor { background-color: #BBE5C9; }

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

This div background color is #BBE5C9.

Border color

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

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

This div border color is #BBE5C9.

Opacity

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

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

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

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

This text has shadow with #BBE5C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE5C9.

Preview

Color preview on black background

This text has color #BBE5C9 on black background.


Color preview on white background

This text has color #BBE5C9 on white background.


Black color preview on #BBE5C9 background

This text has black color on #BBE5C9 background.


White color preview on #BBE5C9 background

This text has white color on #BBE5C9 background.


Related colors

Complementary color

Complementary color for #hex is #441A36.


I love getcolorcode.com

Triadic colors

1 #C9BBE5 and #E5C9BB with #BBE5C9 are triadic colors.

2 #C9E5BB and #E5BBC9 with #BBE5C9 are triadic colors.