COLOR #BBF4EB

HEX: #BBF4EB
RGB: (187,244,235)

Color info

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

RGB color model

#BBF4EB color RGB value is (187,244,235).

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

RGB channels and saturation

R 187 of 255 = 73%
G 244 of 255 = 96%
B 235 of 255 = 92%

187
244
235

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

Portions of RGB colors in percentages

R + G + B =
187 + 244 + 235 = 666 (100%)
R 187 of 666 ~ 28.08%
G 244 of 666 ~ 36.64%
B 235 of 666 ~ 35.29%

%28.08
%36.64
%35.29

CMYK color model

#BBF4EB color CMYK value is (23,0,4,4).

  • cyan value is 23.36%
  • magenta value is 0.00%
  • yellow value is 3.69%
  • key color value is 4.31%
CMYK:
(23,0,4,4)
C23M0Y4K4 
(23%,0%,4%,4%)
(0.23/0.00/0.04/0.04)	

CMYK percentages

%23.36
%0
%3.69
%4.31

Codes

Color #BBF4EB in popluar color models

BBF4EB
RGB187244235
HSL171°72.15%84.51%
HSB/HSV171°23.36%95.69%
CMYK23.36%0.00%3.69%
4.31%

Color #BBF4EB in popluar number systems.

HEXBBF4EB
Decimal187244235
Binary101110111111010011101011
Octal273364353

Shades and tints

Shades of #BBF4EB

#BBF4EB
(187,244,235)
#AADED6
(170,222,214)
#99C8C1
(153,200,193)
#88B2AC
(136,178,172)
#779C97
(119,156,151)
#668682
(102,134,130)
#55706D
(85,112,109)
#445A58
(68,90,88)
#334443
(51,68,67)
#222E2E
(34,46,46)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #BBF4EB

#BBF4EB
(187,244,235)
#C1F5EC
(193,245,236)
#C7F6ED
(199,246,237)
#CDF7EE
(205,247,238)
#D3F8EF
(211,248,239)
#D9F9F0
(217,249,240)
#DFFAF1
(223,250,241)
#E5FBF2
(229,251,242)
#EBFCF3
(235,252,243)
#F1FDF4
(241,253,244)
#F7FEF5
(247,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF4EB color. Also use rgb(187,244,235) instead hex code.

Text Font Color

.myTextColor { color: #BBF4EB; }

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

This text font color is #BBF4EB.


Background Color

.myBgColor { background-color: #BBF4EB; }

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

This div background color is #BBF4EB.


Border color

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

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

This div border color is #BBF4EB.


Opacity

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

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

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

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

This text has shadow with #BBF4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF4EB on black background.


Color preview on white background

This text has color #BBF4EB on white background.



Black color preview on #BBF4EB background

This text has black color on #BBF4EB background.


White color preview on #BBF4EB background

This text has white color on #BBF4EB background.