COLOR #BBEAF7

HEX: #BBEAF7
RGB: (187,234,247)

Color info

#BBEAF7 contains mainly green and blue colors. Web safe color of #BBEAF7 is #CCFFFF (or #CFF).

RGB color model

#BBEAF7 color RGB value is (187,234,247).

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

RGB channels and saturation

R 187 of 255 = 73%
G 234 of 255 = 92%
B 247 of 255 = 97%

187
234
247

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

Portions of RGB colors in percentages

R + G + B =
187 + 234 + 247 = 668 (100%)
R 187 of 668 ~ 27.99%
G 234 of 668 ~ 35.03%
B 247 of 668 ~ 36.98%

%27.99
%35.03
%36.98

CMYK color model

#BBEAF7 color CMYK value is (24,5,0,3).

  • cyan value is 24.29%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(24,5,0,3)
C24M5Y0K3 
(24%,5%,0%,3%)
(0.24/0.05/0.00/0.03)	

CMYK percentages

%24.29
%5.26
%0
%3.14

Codes

Color #BBEAF7 in popluar color models

BBEAF7
RGB187234247
HSL193°78.95%85.10%
HSB/HSV193°24.29%96.86%
CMYK24.29%5.26%0.00%
3.14%

Color #BBEAF7 in popluar number systems.

HEXBBEAF7
Decimal187234247
Binary101110111110101011110111
Octal273352367

Shades and tints

Shades of #BBEAF7

#BBEAF7
(187,234,247)
#AAD5E1
(170,213,225)
#99C0CB
(153,192,203)
#88ABB5
(136,171,181)
#77969F
(119,150,159)
#668189
(102,129,137)
#556C73
(85,108,115)
#44575D
(68,87,93)
#334247
(51,66,71)
#222D31
(34,45,49)
#11181B
(17,24,27)
#000000
(0,0,0)

Tints of #BBEAF7

#BBEAF7
(187,234,247)
#C1EBF7
(193,235,247)
#C7ECF7
(199,236,247)
#CDEDF7
(205,237,247)
#D3EEF7
(211,238,247)
#D9EFF7
(217,239,247)
#DFF0F7
(223,240,247)
#E5F1F7
(229,241,247)
#EBF2F7
(235,242,247)
#F1F3F7
(241,243,247)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBEAF7; }

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

This text font color is #BBEAF7.


Background Color

.myBgColor { background-color: #BBEAF7; }

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

This div background color is #BBEAF7.


Border color

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

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

This div border color is #BBEAF7.


Opacity

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

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

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

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

This text has shadow with #BBEAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEAF7 on black background.


Color preview on white background

This text has color #BBEAF7 on white background.



Black color preview on #BBEAF7 background

This text has black color on #BBEAF7 background.


White color preview on #BBEAF7 background

This text has white color on #BBEAF7 background.