COLOR #BBEBD2

HEX: #BBEBD2
RGB: (187,235,210)

Color info

#BBEBD2 contains red, green and blue colors in about the same proportion. Web safe color of #BBEBD2 is #CCFFCC (or #CFC).

RGB color model

#BBEBD2 color RGB value is (187,235,210).

  • red value is 187;
  • green value is 235;
  • blue value is 210.
RGB:
(187,235,210)
(73%,92%,82%)

RGB channels and saturation

R 187 of 255 = 73%
G 235 of 255 = 92%
B 210 of 255 = 82%

187
235
210

R + G + B ~ 82%. #BBEBD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 235 + 210 = 632 (100%)
R 187 of 632 ~ 29.59%
G 235 of 632 ~ 37.18%
B 210 of 632 ~ 33.23%

%29.59
%37.18
%33.23

CMYK color model

#BBEBD2 color CMYK value is (20,0,11,8).

  • cyan value is 20.43%
  • magenta value is 0.00%
  • yellow value is 10.64%
  • key color value is 7.84%
CMYK:
(20,0,11,8)
C20M0Y11K8 
(20%,0%,11%,8%)
(0.20/0.00/0.11/0.08)	

CMYK percentages

%20.43
%0
%10.64
%7.84

Codes

Color #BBEBD2 in popluar color models

BBEBD2
RGB187235210
HSL149°54.55%82.75%
HSB/HSV149°20.43%92.16%
CMYK20.43%0.00%10.64%
7.84%

Color #BBEBD2 in popluar number systems.

HEXBBEBD2
Decimal187235210
Binary101110111110101111010010
Octal273353322

Shades and tints

Shades of #BBEBD2

#BBEBD2
(187,235,210)
#AAD6BF
(170,214,191)
#99C1AC
(153,193,172)
#88AC99
(136,172,153)
#779786
(119,151,134)
#668273
(102,130,115)
#556D60
(85,109,96)
#44584D
(68,88,77)
#33433A
(51,67,58)
#222E27
(34,46,39)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #BBEBD2

#BBEBD2
(187,235,210)
#C1ECD6
(193,236,214)
#C7EDDA
(199,237,218)
#CDEEDE
(205,238,222)
#D3EFE2
(211,239,226)
#D9F0E6
(217,240,230)
#DFF1EA
(223,241,234)
#E5F2EE
(229,242,238)
#EBF3F2
(235,243,242)
#F1F4F6
(241,244,246)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBEBD2 color. Also use rgb(187,235,210) instead hex code.

Text Font Color

.myTextColor { color: #BBEBD2; }

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

This text font color is #BBEBD2.


Background Color

.myBgColor { background-color: #BBEBD2; }

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

This div background color is #BBEBD2.


Border color

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

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

This div border color is #BBEBD2.


Opacity

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

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

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

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

This text has shadow with #BBEBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEBD2 on black background.


Color preview on white background

This text has color #BBEBD2 on white background.



Black color preview on #BBEBD2 background

This text has black color on #BBEBD2 background.


White color preview on #BBEBD2 background

This text has white color on #BBEBD2 background.