COLOR #BBE0E3

HEX: #BBE0E3 RGB: (187,224,227)

Color info

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

RGB color model

#BBE0E3 color RGB value is (187,224,227).

RGB: (187,224,227) (73%, 88%, 89%)

RGB channels and saturation

R 187 of 255 = 73%
G 224 of 255 = 88%
B 227 of 255 = 89%

187
224
227

R + G + B ~ 83%. #BBE0E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 224 + 227 = 638 (100%)
R 187 of 638 ~ 29.31%
G 224 of 638 ~ 35.11%
B 227 of 638 ~ 35.58'%

%29.31
%35.11
%35.58

CMYK color model

#BBE0E3 color CMYK value is (18,1,0,11).

  • cyan value is 17.62%
  • magenta value is 1.32%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (18,1,0,11)
C18M1Y0K11 (18%, 1%, 0%, 11%)
(0.18 / 0.01 / 0.00 / 0.11)

CMYK percentages

%17.62
%1.32
%0
%10.98

Codes

Color #BBE0E3 in popluar color models

BB E0 E3
RGB 187 224 227
HSL 185° 41.67% 81.18%
HSB/HSV 185° 17.62% 89.02%
CMYK 17.62% 1.32% 0.00%
10.98%

Color #BBE0E3 in popluar number systems.

HEX BB E0 E3
Decimal 187 224 227
Binary 10111011 11100000 11100011
Octal 273 340 343

Shades and tints

Shades of #BBE0E3

#BBE0E3
(187,224,227)
#AACCCF
(170,204,207)
#99B8BB
(153,184,187)
#88A4A7
(136,164,167)
#779093
(119,144,147)
#667C7F
(102,124,127)
#55686B
(85,104,107)
#445457
(68,84,87)
#334043
(51,64,67)
#222C2F
(34,44,47)
#11181B
(17,24,27)
#000000
(0,0,0)

Tints of #BBE0E3

#BBE0E3
(187,224,227)
#C1E2E5
(193,226,229)
#C7E4E7
(199,228,231)
#CDE6E9
(205,230,233)
#D3E8EB
(211,232,235)
#D9EAED
(217,234,237)
#DFECEF
(223,236,239)
#E5EEF1
(229,238,241)
#EBF0F3
(235,240,243)
#F1F2F5
(241,242,245)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE0E3; }

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

This text font color is #BBE0E3.

Background Color

.myBgColor { background-color: #BBE0E3; }

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

This div background color is #BBE0E3.

Border color

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

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

This div border color is #BBE0E3.

Opacity

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

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

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

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

This text has shadow with #BBE0E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE0E3.

Preview

Color preview on black background

This text has color #BBE0E3 on black background.


Color preview on white background

This text has color #BBE0E3 on white background.


Black color preview on #BBE0E3 background

This text has black color on #BBE0E3 background.


White color preview on #BBE0E3 background

This text has white color on #BBE0E3 background.


Related colors

Complementary color

Complementary color for #hex is #441F1C.


I love getcolorcode.com

Triadic colors

1 #E3BBE0 and #E0E3BB with #BBE0E3 are triadic colors.

2 #E3E0BB and #E0BBE3 with #BBE0E3 are triadic colors.