COLOR #BBEEF5

HEX: #BBEEF5
RGB: (187,238,245)

Color info

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

RGB color model

#BBEEF5 color RGB value is (187,238,245).

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

RGB channels and saturation

R 187 of 255 = 73%
G 238 of 255 = 93%
B 245 of 255 = 96%

187
238
245

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

Portions of RGB colors in percentages

R + G + B =
187 + 238 + 245 = 670 (100%)
R 187 of 670 ~ 27.91%
G 238 of 670 ~ 35.52%
B 245 of 670 ~ 36.57%

%27.91
%35.52
%36.57

CMYK color model

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

  • cyan value is 23.67%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(24,3,0,4)
C24M3Y0K4 
(24%,3%,0%,4%)
(0.24/0.03/0.00/0.04)	

CMYK percentages

%23.67
%2.86
%0
%3.92

Codes

Color #BBEEF5 in popluar color models

BBEEF5
RGB187238245
HSL187°74.36%84.71%
HSB/HSV187°23.67%96.08%
CMYK23.67%2.86%0.00%
3.92%

Color #BBEEF5 in popluar number systems.

HEXBBEEF5
Decimal187238245
Binary101110111110111011110101
Octal273356365

Shades and tints

Shades of #BBEEF5

#BBEEF5
(187,238,245)
#AAD9DF
(170,217,223)
#99C4C9
(153,196,201)
#88AFB3
(136,175,179)
#779A9D
(119,154,157)
#668587
(102,133,135)
#557071
(85,112,113)
#445B5B
(68,91,91)
#334645
(51,70,69)
#22312F
(34,49,47)
#111C19
(17,28,25)
#000000
(0,0,0)

Tints of #BBEEF5

#BBEEF5
(187,238,245)
#C1EFF5
(193,239,245)
#C7F0F5
(199,240,245)
#CDF1F5
(205,241,245)
#D3F2F5
(211,242,245)
#D9F3F5
(217,243,245)
#DFF4F5
(223,244,245)
#E5F5F5
(229,245,245)
#EBF6F5
(235,246,245)
#F1F7F5
(241,247,245)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBEEF5; }

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

This text font color is #BBEEF5.


Background Color

.myBgColor { background-color: #BBEEF5; }

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

This div background color is #BBEEF5.


Border color

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

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

This div border color is #BBEEF5.


Opacity

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

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

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

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

This text has shadow with #BBEEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEEF5 on black background.


Color preview on white background

This text has color #BBEEF5 on white background.



Black color preview on #BBEEF5 background

This text has black color on #BBEEF5 background.


White color preview on #BBEEF5 background

This text has white color on #BBEEF5 background.