COLOR #BBECE8

HEX: #BBECE8 RGB: (187,236,232)

Color info

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

RGB color model

#BBECE8 color RGB value is (187,236,232).

RGB: (187,236,232) (73%, 93%, 91%)

RGB channels and saturation

R 187 of 255 = 73%
G 236 of 255 = 93%
B 232 of 255 = 91%

187
236
232

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

Portions of RGB colors in percentages

R + G + B = 187 + 236 + 232 = 655 (100%)
R 187 of 655 ~ 28.55%
G 236 of 655 ~ 36.03%
B 232 of 655 ~ 35.42'%

%28.55
%36.03
%35.42

CMYK color model

#BBECE8 color CMYK value is (21,0,2,7).

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

CMYK: (21,0,2,7)
C21M0Y2K7 (21%, 0%, 2%, 7%)
(0.21 / 0.00 / 0.02 / 0.07)

CMYK percentages

%20.76
%0
%1.69
%7.45

Codes

Color #BBECE8 in popluar color models

BB EC E8
RGB 187 236 232
HSL 175° 56.32% 82.94%
HSB/HSV 175° 20.76% 92.55%
CMYK 20.76% 0.00% 1.69%
7.45%

Color #BBECE8 in popluar number systems.

HEX BB EC E8
Decimal 187 236 232
Binary 10111011 11101100 11101000
Octal 273 354 350

Shades and tints

Shades of #BBECE8

#BBECE8
(187,236,232)
#AAD7D3
(170,215,211)
#99C2BE
(153,194,190)
#88ADA9
(136,173,169)
#779894
(119,152,148)
#66837F
(102,131,127)
#556E6A
(85,110,106)
#445955
(68,89,85)
#334440
(51,68,64)
#222F2B
(34,47,43)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #BBECE8

#BBECE8
(187,236,232)
#C1EDEA
(193,237,234)
#C7EEEC
(199,238,236)
#CDEFEE
(205,239,238)
#D3F0F0
(211,240,240)
#D9F1F2
(217,241,242)
#DFF2F4
(223,242,244)
#E5F3F6
(229,243,246)
#EBF4F8
(235,244,248)
#F1F5FA
(241,245,250)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBECE8; }

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

This text font color is #BBECE8.

Background Color

.myBgColor { background-color: #BBECE8; }

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

This div background color is #BBECE8.

Border color

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

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

This div border color is #BBECE8.

Opacity

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

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

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

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

This text has shadow with #BBECE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBECE8.

Preview

Color preview on black background

This text has color #BBECE8 on black background.


Color preview on white background

This text has color #BBECE8 on white background.


Black color preview on #BBECE8 background

This text has black color on #BBECE8 background.


White color preview on #BBECE8 background

This text has white color on #BBECE8 background.


Related colors

Complementary color

Complementary color for #hex is #441317.


I love getcolorcode.com

Triadic colors

1 #E8BBEC and #ECE8BB with #BBECE8 are triadic colors.

2 #E8ECBB and #ECBBE8 with #BBECE8 are triadic colors.