COLOR #BBE1F7

HEX: #BBE1F7 RGB: (187,225,247)

Color info

#BBE1F7 contains mainly green and blue colors. Web safe color of #BBE1F7 is #CCCCFF (or #CCF).

RGB color model

#BBE1F7 color RGB value is (187,225,247).

RGB: (187,225,247) (73%, 88%, 97%)

RGB channels and saturation

R 187 of 255 = 73%
G 225 of 255 = 88%
B 247 of 255 = 97%

187
225
247

R + G + B ~ 86%. #BBE1F7 is light color.

Portions of RGB colors in percentages

R + G + B = 187 + 225 + 247 = 659 (100%)
R 187 of 659 ~ 28.38%
G 225 of 659 ~ 34.14%
B 247 of 659 ~ 37.48'%

%28.38
%34.14
%37.48

CMYK color model

#BBE1F7 color CMYK value is (24,9,0,3).

  • cyan value is 24.29%
  • magenta value is 8.91%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (24,9,0,3)
C24M9Y0K3 (24%, 9%, 0%, 3%)
(0.24 / 0.09 / 0.00 / 0.03)

CMYK percentages

%24.29
%8.91
%0
%3.14

Codes

Color #BBE1F7 in popluar color models

BB E1 F7
RGB 187 225 247
HSL 202° 78.95% 85.10%
HSB/HSV 202° 24.29% 96.86%
CMYK 24.29% 8.91% 0.00%
3.14%

Color #BBE1F7 in popluar number systems.

HEX BB E1 F7
Decimal 187 225 247
Binary 10111011 11100001 11110111
Octal 273 341 367

Shades and tints

Shades of #BBE1F7

#BBE1F7
(187,225,247)
#AACDE1
(170,205,225)
#99B9CB
(153,185,203)
#88A5B5
(136,165,181)
#77919F
(119,145,159)
#667D89
(102,125,137)
#556973
(85,105,115)
#44555D
(68,85,93)
#334147
(51,65,71)
#222D31
(34,45,49)
#11191B
(17,25,27)
#000000
(0,0,0)

Tints of #BBE1F7

#BBE1F7
(187,225,247)
#C1E3F7
(193,227,247)
#C7E5F7
(199,229,247)
#CDE7F7
(205,231,247)
#D3E9F7
(211,233,247)
#D9EBF7
(217,235,247)
#DFEDF7
(223,237,247)
#E5EFF7
(229,239,247)
#EBF1F7
(235,241,247)
#F1F3F7
(241,243,247)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE1F7; }

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

This text font color is #BBE1F7.

Background Color

.myBgColor { background-color: #BBE1F7; }

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

This div background color is #BBE1F7.

Border color

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

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

This div border color is #BBE1F7.

Opacity

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

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

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

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

This text has shadow with #BBE1F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE1F7.

Preview

Color preview on black background

This text has color #BBE1F7 on black background.


Color preview on white background

This text has color #BBE1F7 on white background.


Black color preview on #BBE1F7 background

This text has black color on #BBE1F7 background.


White color preview on #BBE1F7 background

This text has white color on #BBE1F7 background.


Related colors

Complementary color

Complementary color for #hex is #441E08.


I love getcolorcode.com

Triadic colors

1 #F7BBE1 and #E1F7BB with #BBE1F7 are triadic colors.

2 #F7E1BB and #E1BBF7 with #BBE1F7 are triadic colors.