COLOR #BBE4C9

HEX: #BBE4C9
RGB: (187,228,201)

Color info

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

RGB color model

#BBE4C9 color RGB value is (187,228,201).

  • red value is 187;
  • green value is 228;
  • blue value is 201.
RGB:
(187,228,201)
(73%,89%,79%)

RGB channels and saturation

R 187 of 255 = 73%
G 228 of 255 = 89%
B 201 of 255 = 79%

187
228
201

R + G + B ~ 80%. #BBE4C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 228 + 201 = 616 (100%)
R 187 of 616 ~ 30.36%
G 228 of 616 ~ 37.01%
B 201 of 616 ~ 32.63%

%30.36
%37.01
%32.63

CMYK color model

#BBE4C9 color CMYK value is (18,0,12,11).

  • cyan value is 17.98%
  • magenta value is 0.00%
  • yellow value is 11.84%
  • key color value is 10.59%
CMYK:
(18,0,12,11)
C18M0Y12K11 
(18%,0%,12%,11%)
(0.18/0.00/0.12/0.11)	

CMYK percentages

%17.98
%0
%11.84
%10.59

Codes

Color #BBE4C9 in popluar color models

BBE4C9
RGB187228201
HSL140°43.16%81.37%
HSB/HSV140°17.98%89.41%
CMYK17.98%0.00%11.84%
10.59%

Color #BBE4C9 in popluar number systems.

HEXBBE4C9
Decimal187228201
Binary101110111110010011001001
Octal273344311

Shades and tints

Shades of #BBE4C9

#BBE4C9
(187,228,201)
#AAD0B7
(170,208,183)
#99BCA5
(153,188,165)
#88A893
(136,168,147)
#779481
(119,148,129)
#66806F
(102,128,111)
#556C5D
(85,108,93)
#44584B
(68,88,75)
#334439
(51,68,57)
#223027
(34,48,39)
#111C15
(17,28,21)
#000000
(0,0,0)

Tints of #BBE4C9

#BBE4C9
(187,228,201)
#C1E6CD
(193,230,205)
#C7E8D1
(199,232,209)
#CDEAD5
(205,234,213)
#D3ECD9
(211,236,217)
#D9EEDD
(217,238,221)
#DFF0E1
(223,240,225)
#E5F2E5
(229,242,229)
#EBF4E9
(235,244,233)
#F1F6ED
(241,246,237)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE4C9; }

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

This text font color is #BBE4C9.


Background Color

.myBgColor { background-color: #BBE4C9; }

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

This div background color is #BBE4C9.


Border color

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

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

This div border color is #BBE4C9.


Opacity

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

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

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

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

This text has shadow with #BBE4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE4C9 on black background.


Color preview on white background

This text has color #BBE4C9 on white background.



Black color preview on #BBE4C9 background

This text has black color on #BBE4C9 background.


White color preview on #BBE4C9 background

This text has white color on #BBE4C9 background.