COLOR #BBE5CA

HEX: #BBE5CA
RGB: (187,229,202)

Color info

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

RGB color model

#BBE5CA color RGB value is (187,229,202).

  • red value is 187;
  • green value is 229;
  • blue value is 202.
RGB:
(187,229,202)
(73%,90%,79%)

RGB channels and saturation

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

187
229
202

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

Portions of RGB colors in percentages

R + G + B =
187 + 229 + 202 = 618 (100%)
R 187 of 618 ~ 30.26%
G 229 of 618 ~ 37.06%
B 202 of 618 ~ 32.69%

%30.26
%37.06
%32.69

CMYK color model

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

  • cyan value is 18.34%
  • magenta value is 0.00%
  • yellow value is 11.79%
  • 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
%11.79
%10.2

Codes

Color #BBE5CA in popluar color models

BBE5CA
RGB187229202
HSL141°44.68%81.57%
HSB/HSV141°18.34%89.80%
CMYK18.34%0.00%11.79%
10.20%

Color #BBE5CA in popluar number systems.

HEXBBE5CA
Decimal187229202
Binary101110111110010111001010
Octal273345312

Shades and tints

Shades of #BBE5CA

#BBE5CA
(187,229,202)
#AAD1B8
(170,209,184)
#99BDA6
(153,189,166)
#88A994
(136,169,148)
#779582
(119,149,130)
#668170
(102,129,112)
#556D5E
(85,109,94)
#44594C
(68,89,76)
#33453A
(51,69,58)
#223128
(34,49,40)
#111D16
(17,29,22)
#000000
(0,0,0)

Tints of #BBE5CA

#BBE5CA
(187,229,202)
#C1E7CE
(193,231,206)
#C7E9D2
(199,233,210)
#CDEBD6
(205,235,214)
#D3EDDA
(211,237,218)
#D9EFDE
(217,239,222)
#DFF1E2
(223,241,226)
#E5F3E6
(229,243,230)
#EBF5EA
(235,245,234)
#F1F7EE
(241,247,238)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE5CA; }

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

This text font color is #BBE5CA.


Background Color

.myBgColor { background-color: #BBE5CA; }

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

This div background color is #BBE5CA.


Border color

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

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

This div border color is #BBE5CA.


Opacity

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

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

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

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

This text has shadow with #BBE5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE5CA on black background.


Color preview on white background

This text has color #BBE5CA on white background.



Black color preview on #BBE5CA background

This text has black color on #BBE5CA background.


White color preview on #BBE5CA background

This text has white color on #BBE5CA background.