COLOR #BBE0CB

HEX: #BBE0CB RGB: (187,224,203)

Color info

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

RGB color model

#BBE0CB color RGB value is (187,224,203).

RGB: (187,224,203) (73%, 88%, 80%)

RGB channels and saturation

R 187 of 255 = 73%
G 224 of 255 = 88%
B 203 of 255 = 80%

187
224
203

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

Portions of RGB colors in percentages

R + G + B = 187 + 224 + 203 = 614 (100%)
R 187 of 614 ~ 30.46%
G 224 of 614 ~ 36.48%
B 203 of 614 ~ 33.06'%

%30.46
%36.48
%33.06

CMYK color model

#BBE0CB color CMYK value is (17,0,9,12).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 12.16%
CMYK: (17,0,9,12) C17M0Y9K12 (17%,0%,9%,12%) (0.17/0.00/0.09/0.12) 

CMYK percentages

%16.52
%0
%9.38
%12.16

Codes

Color #BBE0CB in popluar color models

BB E0 CB
RGB 187 224 203
HSL 146° 37.37% 80.59%
HSB/HSV 146° 16.52% 87.84%
CMYK 16.52% 0.00% 9.38%
12.16%

Color #BBE0CB in popluar number systems.

HEX BB E0 CB
Decimal 187 224 203
Binary 10111011 11100000 11001011
Octal 273 340 313

Shades and tints

Shades of #BBE0CB

#BBE0CB
(187,224,203)
#AACCB9
(170,204,185)
#99B8A7
(153,184,167)
#88A495
(136,164,149)
#779083
(119,144,131)
#667C71
(102,124,113)
#55685F
(85,104,95)
#44544D
(68,84,77)
#33403B
(51,64,59)
#222C29
(34,44,41)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #BBE0CB

#BBE0CB
(187,224,203)
#C1E2CF
(193,226,207)
#C7E4D3
(199,228,211)
#CDE6D7
(205,230,215)
#D3E8DB
(211,232,219)
#D9EADF
(217,234,223)
#DFECE3
(223,236,227)
#E5EEE7
(229,238,231)
#EBF0EB
(235,240,235)
#F1F2EF
(241,242,239)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE0CB color. Also use rgb(187,224,203) instead hex code.

Text Font Color

.myTextColor { color: #BBE0CB; }

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

This text font color is #BBE0CB.

Background Color

.myBgColor { background-color: #BBE0CB; }

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

This div background color is #BBE0CB.

Border color

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

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

This div border color is #BBE0CB.

Opacity

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

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

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

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

This text has shadow with #BBE0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE0CB.

Preview

Color preview on black background

This text has color #BBE0CB on black background.


Color preview on white background

This text has color #BBE0CB on white background.


Black color preview on #BBE0CB background

This text has black color on #BBE0CB background.


White color preview on #BBE0CB background

This text has white color on #BBE0CB background.


Related colors

Complementary color

Complementary color for #hex is #441F34.


I love getcolorcode.com

Triadic colors

1 #CBBBE0 and #E0CBBB with #BBE0CB are triadic colors.

2 #CBE0BB and #E0BBCB with #BBE0CB are triadic colors.