COLOR #BBE2CC

HEX: #BBE2CC RGB: (187,226,204)

Color info

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

RGB color model

#BBE2CC color RGB value is (187,226,204).

RGB: (187,226,204) (73%, 89%, 80%)

RGB channels and saturation

R 187 of 255 = 73%
G 226 of 255 = 89%
B 204 of 255 = 80%

187
226
204

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

Portions of RGB colors in percentages

R + G + B = 187 + 226 + 204 = 617 (100%)
R 187 of 617 ~ 30.31%
G 226 of 617 ~ 36.63%
B 204 of 617 ~ 33.06'%

%30.31
%36.63
%33.06

CMYK color model

#BBE2CC color CMYK value is (17,0,10,11).

  • cyan value is 17.26%
  • magenta value is 0.00%
  • yellow value is 9.73%
  • key color value is 11.37%

CMYK: (17,0,10,11)
C17M0Y10K11 (17%, 0%, 10%, 11%)
(0.17 / 0.00 / 0.10 / 0.11)

CMYK percentages

%17.26
%0
%9.73
%11.37

Codes

Color #BBE2CC in popluar color models

BB E2 CC
RGB 187 226 204
HSL 146° 40.21% 80.98%
HSB/HSV 146° 17.26% 88.63%
CMYK 17.26% 0.00% 9.73%
11.37%

Color #BBE2CC in popluar number systems.

HEX BB E2 CC
Decimal 187 226 204
Binary 10111011 11100010 11001100
Octal 273 342 314

Shades and tints

Shades of #BBE2CC

#BBE2CC
(187,226,204)
#AACEBA
(170,206,186)
#99BAA8
(153,186,168)
#88A696
(136,166,150)
#779284
(119,146,132)
#667E72
(102,126,114)
#556A60
(85,106,96)
#44564E
(68,86,78)
#33423C
(51,66,60)
#222E2A
(34,46,42)
#111A18
(17,26,24)
#000000
(0,0,0)

Tints of #BBE2CC

#BBE2CC
(187,226,204)
#C1E4D0
(193,228,208)
#C7E6D4
(199,230,212)
#CDE8D8
(205,232,216)
#D3EADC
(211,234,220)
#D9ECE0
(217,236,224)
#DFEEE4
(223,238,228)
#E5F0E8
(229,240,232)
#EBF2EC
(235,242,236)
#F1F4F0
(241,244,240)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE2CC color. Also use rgb(187,226,204) instead hex code.

Text Font Color

.myTextColor { color: #BBE2CC; }

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

This text font color is #BBE2CC.

Background Color

.myBgColor { background-color: #BBE2CC; }

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

This div background color is #BBE2CC.

Border color

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

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

This div border color is #BBE2CC.

Opacity

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

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

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

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

This text has shadow with #BBE2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE2CC.

Preview

Color preview on black background

This text has color #BBE2CC on black background.


Color preview on white background

This text has color #BBE2CC on white background.


Black color preview on #BBE2CC background

This text has black color on #BBE2CC background.


White color preview on #BBE2CC background

This text has white color on #BBE2CC background.


Related colors

Complementary color

Complementary color for #hex is #441D33.


I love getcolorcode.com

Triadic colors

1 #CCBBE2 and #E2CCBB with #BBE2CC are triadic colors.

2 #CCE2BB and #E2BBCC with #BBE2CC are triadic colors.