COLOR #BBE6CE

HEX: #BBE6CE RGB: (187,230,206)

Color info

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

RGB color model

#BBE6CE color RGB value is (187,230,206).

RGB: (187,230,206) (73%, 90%, 81%)

RGB channels and saturation

R 187 of 255 = 73%
G 230 of 255 = 90%
B 206 of 255 = 81%

187
230
206

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

Portions of RGB colors in percentages

R + G + B = 187 + 230 + 206 = 623 (100%)
R 187 of 623 ~ 30.02%
G 230 of 623 ~ 36.92%
B 206 of 623 ~ 33.07'%

%30.02
%36.92
%33.07

CMYK color model

#BBE6CE color CMYK value is (19,0,10,10).

  • cyan value is 18.70%
  • magenta value is 0.00%
  • yellow value is 10.43%
  • key color value is 9.80%

CMYK: (19,0,10,10)
C19M0Y10K10 (19%, 0%, 10%, 10%)
(0.19 / 0.00 / 0.10 / 0.10)

CMYK percentages

%18.7
%0
%10.43
%9.8

Codes

Color #BBE6CE in popluar color models

BB E6 CE
RGB 187 230 206
HSL 147° 46.24% 81.76%
HSB/HSV 147° 18.70% 90.20%
CMYK 18.70% 0.00% 10.43%
9.80%

Color #BBE6CE in popluar number systems.

HEX BB E6 CE
Decimal 187 230 206
Binary 10111011 11100110 11001110
Octal 273 346 316

Shades and tints

Shades of #BBE6CE

#BBE6CE
(187,230,206)
#AAD2BC
(170,210,188)
#99BEAA
(153,190,170)
#88AA98
(136,170,152)
#779686
(119,150,134)
#668274
(102,130,116)
#556E62
(85,110,98)
#445A50
(68,90,80)
#33463E
(51,70,62)
#22322C
(34,50,44)
#111E1A
(17,30,26)
#000000
(0,0,0)

Tints of #BBE6CE

#BBE6CE
(187,230,206)
#C1E8D2
(193,232,210)
#C7EAD6
(199,234,214)
#CDECDA
(205,236,218)
#D3EEDE
(211,238,222)
#D9F0E2
(217,240,226)
#DFF2E6
(223,242,230)
#E5F4EA
(229,244,234)
#EBF6EE
(235,246,238)
#F1F8F2
(241,248,242)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE6CE color. Also use rgb(187,230,206) instead hex code.

Text Font Color

.myTextColor { color: #BBE6CE; }

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

This text font color is #BBE6CE.

Background Color

.myBgColor { background-color: #BBE6CE; }

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

This div background color is #BBE6CE.

Border color

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

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

This div border color is #BBE6CE.

Opacity

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

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

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

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

This text has shadow with #BBE6CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE6CE.

Preview

Color preview on black background

This text has color #BBE6CE on black background.


Color preview on white background

This text has color #BBE6CE on white background.


Black color preview on #BBE6CE background

This text has black color on #BBE6CE background.


White color preview on #BBE6CE background

This text has white color on #BBE6CE background.


Related colors

Complementary color

Complementary color for #hex is #441931.


I love getcolorcode.com

Triadic colors

1 #CEBBE6 and #E6CEBB with #BBE6CE are triadic colors.

2 #CEE6BB and #E6BBCE with #BBE6CE are triadic colors.