COLOR #BBF5EA

HEX: #BBF5EA
RGB: (187,245,234)

Color info

#BBF5EA contains red, green and blue colors in about the same proportion. Web safe color of #BBF5EA is #CCFFFF (or #CFF).

RGB color model

#BBF5EA color RGB value is (187,245,234).

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

RGB channels and saturation

R 187 of 255 = 73%
G 245 of 255 = 96%
B 234 of 255 = 92%

187
245
234

R + G + B ~ 87%. #BBF5EA is light color.

Portions of RGB colors in percentages

R + G + B =
187 + 245 + 234 = 666 (100%)
R 187 of 666 ~ 28.08%
G 245 of 666 ~ 36.79%
B 234 of 666 ~ 35.14%

%28.08
%36.79
%35.14

CMYK color model

#BBF5EA color CMYK value is (24,0,4,4).

  • cyan value is 23.67%
  • magenta value is 0.00%
  • yellow value is 4.49%
  • key color value is 3.92%
CMYK:
(24,0,4,4)
C24M0Y4K4 
(24%,0%,4%,4%)
(0.24/0.00/0.04/0.04)	

CMYK percentages

%23.67
%0
%4.49
%3.92

Codes

Color #BBF5EA in popluar color models

BBF5EA
RGB187245234
HSL169°74.36%84.71%
HSB/HSV169°23.67%96.08%
CMYK23.67%0.00%4.49%
3.92%

Color #BBF5EA in popluar number systems.

HEXBBF5EA
Decimal187245234
Binary101110111111010111101010
Octal273365352

Shades and tints

Shades of #BBF5EA

#BBF5EA
(187,245,234)
#AADFD5
(170,223,213)
#99C9C0
(153,201,192)
#88B3AB
(136,179,171)
#779D96
(119,157,150)
#668781
(102,135,129)
#55716C
(85,113,108)
#445B57
(68,91,87)
#334542
(51,69,66)
#222F2D
(34,47,45)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #BBF5EA

#BBF5EA
(187,245,234)
#C1F5EB
(193,245,235)
#C7F5EC
(199,245,236)
#CDF5ED
(205,245,237)
#D3F5EE
(211,245,238)
#D9F5EF
(217,245,239)
#DFF5F0
(223,245,240)
#E5F5F1
(229,245,241)
#EBF5F2
(235,245,242)
#F1F5F3
(241,245,243)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF5EA; }

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

This text font color is #BBF5EA.


Background Color

.myBgColor { background-color: #BBF5EA; }

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

This div background color is #BBF5EA.


Border color

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

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

This div border color is #BBF5EA.


Opacity

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

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

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

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

This text has shadow with #BBF5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF5EA on black background.


Color preview on white background

This text has color #BBF5EA on white background.



Black color preview on #BBF5EA background

This text has black color on #BBF5EA background.


White color preview on #BBF5EA background

This text has white color on #BBF5EA background.