COLOR #BBECDD

HEX: #BBECDD RGB: (187,236,221)

Color info

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

RGB color model

#BBECDD color RGB value is (187,236,221).

RGB: (187,236,221) (73%, 93%, 87%)

RGB channels and saturation

R 187 of 255 = 73%
G 236 of 255 = 93%
B 221 of 255 = 87%

187
236
221

R + G + B ~ 84%. #BBECDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 236 + 221 = 644 (100%)
R 187 of 644 ~ 29.04%
G 236 of 644 ~ 36.65%
B 221 of 644 ~ 34.32'%

%29.04
%36.65
%34.32

CMYK color model

#BBECDD color CMYK value is (21,0,6,7).

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

CMYK: (21,0,6,7)
C21M0Y6K7 (21%, 0%, 6%, 7%)
(0.21 / 0.00 / 0.06 / 0.07)

CMYK percentages

%20.76
%0
%6.36
%7.45

Codes

Color #BBECDD in popluar color models

BB EC DD
RGB 187 236 221
HSL 162° 56.32% 82.94%
HSB/HSV 162° 20.76% 92.55%
CMYK 20.76% 0.00% 6.36%
7.45%

Color #BBECDD in popluar number systems.

HEX BB EC DD
Decimal 187 236 221
Binary 10111011 11101100 11011101
Octal 273 354 335

Shades and tints

Shades of #BBECDD

#BBECDD
(187,236,221)
#AAD7C9
(170,215,201)
#99C2B5
(153,194,181)
#88ADA1
(136,173,161)
#77988D
(119,152,141)
#668379
(102,131,121)
#556E65
(85,110,101)
#445951
(68,89,81)
#33443D
(51,68,61)
#222F29
(34,47,41)
#111A15
(17,26,21)
#000000
(0,0,0)

Tints of #BBECDD

#BBECDD
(187,236,221)
#C1EDE0
(193,237,224)
#C7EEE3
(199,238,227)
#CDEFE6
(205,239,230)
#D3F0E9
(211,240,233)
#D9F1EC
(217,241,236)
#DFF2EF
(223,242,239)
#E5F3F2
(229,243,242)
#EBF4F5
(235,244,245)
#F1F5F8
(241,245,248)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBECDD; }

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

This text font color is #BBECDD.

Background Color

.myBgColor { background-color: #BBECDD; }

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

This div background color is #BBECDD.

Border color

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

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

This div border color is #BBECDD.

Opacity

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

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

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

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

This text has shadow with #BBECDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBECDD.

Preview

Color preview on black background

This text has color #BBECDD on black background.


Color preview on white background

This text has color #BBECDD on white background.


Black color preview on #BBECDD background

This text has black color on #BBECDD background.


White color preview on #BBECDD background

This text has white color on #BBECDD background.


Related colors

Complementary color

Complementary color for #hex is #441322.


I love getcolorcode.com

Triadic colors

1 #DDBBEC and #ECDDBB with #BBECDD are triadic colors.

2 #DDECBB and #ECBBDD with #BBECDD are triadic colors.