COLOR #BBEFE0

HEX: #BBEFE0 RGB: (187,239,224)

Color info

#BBEFE0 contains red, green and blue colors in about the same proportion. Web safe color of #BBEFE0 is #CCFFCC (or #CFC).

RGB color model

#BBEFE0 color RGB value is (187,239,224).

RGB: (187,239,224) (73%, 94%, 88%)

RGB channels and saturation

R 187 of 255 = 73%
G 239 of 255 = 94%
B 224 of 255 = 88%

187
239
224

R + G + B ~ 85%. #BBEFE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 239 + 224 = 650 (100%)
R 187 of 650 ~ 28.77%
G 239 of 650 ~ 36.77%
B 224 of 650 ~ 34.46'%

%28.77
%36.77
%34.46

CMYK color model

#BBEFE0 color CMYK value is (22,0,6,6).

  • cyan value is 21.76%
  • magenta value is 0.00%
  • yellow value is 6.28%
  • key color value is 6.27%

CMYK: (22,0,6,6)
C22M0Y6K6 (22%, 0%, 6%, 6%)
(0.22 / 0.00 / 0.06 / 0.06)

CMYK percentages

%21.76
%0
%6.28
%6.27

Codes

Color #BBEFE0 in popluar color models

BB EF E0
RGB 187 239 224
HSL 163° 61.90% 83.53%
HSB/HSV 163° 21.76% 93.73%
CMYK 21.76% 0.00% 6.28%
6.27%

Color #BBEFE0 in popluar number systems.

HEX BB EF E0
Decimal 187 239 224
Binary 10111011 11101111 11100000
Octal 273 357 340

Shades and tints

Shades of #BBEFE0

#BBEFE0
(187,239,224)
#AADACC
(170,218,204)
#99C5B8
(153,197,184)
#88B0A4
(136,176,164)
#779B90
(119,155,144)
#66867C
(102,134,124)
#557168
(85,113,104)
#445C54
(68,92,84)
#334740
(51,71,64)
#22322C
(34,50,44)
#111D18
(17,29,24)
#000000
(0,0,0)

Tints of #BBEFE0

#BBEFE0
(187,239,224)
#C1F0E2
(193,240,226)
#C7F1E4
(199,241,228)
#CDF2E6
(205,242,230)
#D3F3E8
(211,243,232)
#D9F4EA
(217,244,234)
#DFF5EC
(223,245,236)
#E5F6EE
(229,246,238)
#EBF7F0
(235,247,240)
#F1F8F2
(241,248,242)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBEFE0; }

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

This text font color is #BBEFE0.

Background Color

.myBgColor { background-color: #BBEFE0; }

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

This div background color is #BBEFE0.

Border color

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

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

This div border color is #BBEFE0.

Opacity

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

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

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

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

This text has shadow with #BBEFE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBEFE0.

Preview

Color preview on black background

This text has color #BBEFE0 on black background.


Color preview on white background

This text has color #BBEFE0 on white background.


Black color preview on #BBEFE0 background

This text has black color on #BBEFE0 background.


White color preview on #BBEFE0 background

This text has white color on #BBEFE0 background.


Related colors

Complementary color

Complementary color for #hex is #44101F.


I love getcolorcode.com

Triadic colors

1 #E0BBEF and #EFE0BB with #BBEFE0 are triadic colors.

2 #E0EFBB and #EFBBE0 with #BBEFE0 are triadic colors.