COLOR #BBEFF4

HEX: #BBEFF4
RGB: (187,239,244)

Color info

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

RGB color model

#BBEFF4 color RGB value is (187,239,244).

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

RGB channels and saturation

R 187 of 255 = 73%
G 239 of 255 = 94%
B 244 of 255 = 96%

187
239
244

R + G + B ~ 88%. #BBEFF4 is light color.

Portions of RGB colors in percentages

R + G + B =
187 + 239 + 244 = 670 (100%)
R 187 of 670 ~ 27.91%
G 239 of 670 ~ 35.67%
B 244 of 670 ~ 36.42%

%27.91
%35.67
%36.42

CMYK color model

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

  • cyan value is 23.36%
  • magenta value is 2.05%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(23,2,0,4)
C23M2Y0K4 
(23%,2%,0%,4%)
(0.23/0.02/0.00/0.04)	

CMYK percentages

%23.36
%2.05
%0
%4.31

Codes

Color #BBEFF4 in popluar color models

BBEFF4
RGB187239244
HSL185°72.15%84.51%
HSB/HSV185°23.36%95.69%
CMYK23.36%2.05%0.00%
4.31%

Color #BBEFF4 in popluar number systems.

HEXBBEFF4
Decimal187239244
Binary101110111110111111110100
Octal273357364

Shades and tints

Shades of #BBEFF4

#BBEFF4
(187,239,244)
#AADADE
(170,218,222)
#99C5C8
(153,197,200)
#88B0B2
(136,176,178)
#779B9C
(119,155,156)
#668686
(102,134,134)
#557170
(85,113,112)
#445C5A
(68,92,90)
#334744
(51,71,68)
#22322E
(34,50,46)
#111D18
(17,29,24)
#000000
(0,0,0)

Tints of #BBEFF4

#BBEFF4
(187,239,244)
#C1F0F5
(193,240,245)
#C7F1F6
(199,241,246)
#CDF2F7
(205,242,247)
#D3F3F8
(211,243,248)
#D9F4F9
(217,244,249)
#DFF5FA
(223,245,250)
#E5F6FB
(229,246,251)
#EBF7FC
(235,247,252)
#F1F8FD
(241,248,253)
#F7F9FE
(247,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBEFF4; }

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

This text font color is #BBEFF4.


Background Color

.myBgColor { background-color: #BBEFF4; }

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

This div background color is #BBEFF4.


Border color

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

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

This div border color is #BBEFF4.


Opacity

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

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

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

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

This text has shadow with #BBEFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEFF4 on black background.


Color preview on white background

This text has color #BBEFF4 on white background.



Black color preview on #BBEFF4 background

This text has black color on #BBEFF4 background.


White color preview on #BBEFF4 background

This text has white color on #BBEFF4 background.