COLOR #BBECE4

HEX: #BBECE4 RGB: (187,236,228)

Color info

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

RGB color model

#BBECE4 color RGB value is (187,236,228).

RGB: (187,236,228) (73%, 93%, 89%)

RGB channels and saturation

R 187 of 255 = 73%
G 236 of 255 = 93%
B 228 of 255 = 89%

187
236
228

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

Portions of RGB colors in percentages

R + G + B = 187 + 236 + 228 = 651 (100%)
R 187 of 651 ~ 28.73%
G 236 of 651 ~ 36.25%
B 228 of 651 ~ 35.02'%

%28.73
%36.25
%35.02

CMYK color model

#BBECE4 color CMYK value is (21,0,3,7).

  • cyan value is 20.76%
  • magenta value is 0.00%
  • yellow value is 3.39%
  • key color value is 7.45%

CMYK: (21,0,3,7)
C21M0Y3K7 (21%, 0%, 3%, 7%)
(0.21 / 0.00 / 0.03 / 0.07)

CMYK percentages

%20.76
%0
%3.39
%7.45

Codes

Color #BBECE4 in popluar color models

BB EC E4
RGB 187 236 228
HSL 170° 56.32% 82.94%
HSB/HSV 170° 20.76% 92.55%
CMYK 20.76% 0.00% 3.39%
7.45%

Color #BBECE4 in popluar number systems.

HEX BB EC E4
Decimal 187 236 228
Binary 10111011 11101100 11100100
Octal 273 354 344

Shades and tints

Shades of #BBECE4

#BBECE4
(187,236,228)
#AAD7D0
(170,215,208)
#99C2BC
(153,194,188)
#88ADA8
(136,173,168)
#779894
(119,152,148)
#668380
(102,131,128)
#556E6C
(85,110,108)
#445958
(68,89,88)
#334444
(51,68,68)
#222F30
(34,47,48)
#111A1C
(17,26,28)
#000000
(0,0,0)

Tints of #BBECE4

#BBECE4
(187,236,228)
#C1EDE6
(193,237,230)
#C7EEE8
(199,238,232)
#CDEFEA
(205,239,234)
#D3F0EC
(211,240,236)
#D9F1EE
(217,241,238)
#DFF2F0
(223,242,240)
#E5F3F2
(229,243,242)
#EBF4F4
(235,244,244)
#F1F5F6
(241,245,246)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBECE4 color. Also use rgb(187,236,228) instead hex code.

Text Font Color

.myTextColor { color: #BBECE4; }

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

This text font color is #BBECE4.

Background Color

.myBgColor { background-color: #BBECE4; }

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

This div background color is #BBECE4.

Border color

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

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

This div border color is #BBECE4.

Opacity

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

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

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

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

This text has shadow with #BBECE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBECE4.

Preview

Color preview on black background

This text has color #BBECE4 on black background.


Color preview on white background

This text has color #BBECE4 on white background.


Black color preview on #BBECE4 background

This text has black color on #BBECE4 background.


White color preview on #BBECE4 background

This text has white color on #BBECE4 background.


Related colors

Complementary color

Complementary color for #hex is #44131B.


I love getcolorcode.com

Triadic colors

1 #E4BBEC and #ECE4BB with #BBECE4 are triadic colors.

2 #E4ECBB and #ECBBE4 with #BBECE4 are triadic colors.