COLOR #BBE3EA

HEX: #BBE3EA
RGB: (187,227,234)

Color info

#BBE3EA contains red, green and blue colors in about the same proportion. Web safe color of #BBE3EA is #CCCCFF (or #CCF).

RGB color model

#BBE3EA color RGB value is (187,227,234).

  • red value is 187;
  • green value is 227;
  • blue value is 234.
RGB:
(187,227,234)
(73%,89%,92%)

RGB channels and saturation

R 187 of 255 = 73%
G 227 of 255 = 89%
B 234 of 255 = 92%

187
227
234

R + G + B ~ 85%. #BBE3EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 227 + 234 = 648 (100%)
R 187 of 648 ~ 28.86%
G 227 of 648 ~ 35.03%
B 234 of 648 ~ 36.11%

%28.86
%35.03
%36.11

CMYK color model

#BBE3EA color CMYK value is (20,3,0,8).

  • cyan value is 20.09%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(20,3,0,8)
C20M3Y0K8 
(20%,3%,0%,8%)
(0.20/0.03/0.00/0.08)	

CMYK percentages

%20.09
%2.99
%0
%8.24

Codes

Color #BBE3EA in popluar color models

BBE3EA
RGB187227234
HSL189°52.81%82.55%
HSB/HSV189°20.09%91.76%
CMYK20.09%2.99%0.00%
8.24%

Color #BBE3EA in popluar number systems.

HEXBBE3EA
Decimal187227234
Binary101110111110001111101010
Octal273343352

Shades and tints

Shades of #BBE3EA

#BBE3EA
(187,227,234)
#AACFD5
(170,207,213)
#99BBC0
(153,187,192)
#88A7AB
(136,167,171)
#779396
(119,147,150)
#667F81
(102,127,129)
#556B6C
(85,107,108)
#445757
(68,87,87)
#334342
(51,67,66)
#222F2D
(34,47,45)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #BBE3EA

#BBE3EA
(187,227,234)
#C1E5EB
(193,229,235)
#C7E7EC
(199,231,236)
#CDE9ED
(205,233,237)
#D3EBEE
(211,235,238)
#D9EDEF
(217,237,239)
#DFEFF0
(223,239,240)
#E5F1F1
(229,241,241)
#EBF3F2
(235,243,242)
#F1F5F3
(241,245,243)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE3EA; }

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

This text font color is #BBE3EA.


Background Color

.myBgColor { background-color: #BBE3EA; }

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

This div background color is #BBE3EA.


Border color

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

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

This div border color is #BBE3EA.


Opacity

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

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

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

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

This text has shadow with #BBE3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE3EA on black background.


Color preview on white background

This text has color #BBE3EA on white background.



Black color preview on #BBE3EA background

This text has black color on #BBE3EA background.


White color preview on #BBE3EA background

This text has white color on #BBE3EA background.