COLOR #BBE0D7

HEX: #BBE0D7 RGB: (187,224,215)

Color info

#BBE0D7 contains red, green and blue colors in about the same proportion. Web safe color of #BBE0D7 is #CCCCCC (or #CCC).

RGB color model

#BBE0D7 color RGB value is (187,224,215).

RGB: (187,224,215) (73%, 88%, 84%)

RGB channels and saturation

R 187 of 255 = 73%
G 224 of 255 = 88%
B 215 of 255 = 84%

187
224
215

R + G + B ~ 82%. #BBE0D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 224 + 215 = 626 (100%)
R 187 of 626 ~ 29.87%
G 224 of 626 ~ 35.78%
B 215 of 626 ~ 34.35'%

%29.87
%35.78
%34.35

CMYK color model

#BBE0D7 color CMYK value is (17,0,4,12).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 4.02%
  • key color value is 12.16%
CMYK: (17,0,4,12) C17M0Y4K12 (17%,0%,4%,12%) (0.17/0.00/0.04/0.12) 

CMYK percentages

%16.52
%0
%4.02
%12.16

Codes

Color #BBE0D7 in popluar color models

BB E0 D7
RGB 187 224 215
HSL 165° 37.37% 80.59%
HSB/HSV 165° 16.52% 87.84%
CMYK 16.52% 0.00% 4.02%
12.16%

Color #BBE0D7 in popluar number systems.

HEX BB E0 D7
Decimal 187 224 215
Binary 10111011 11100000 11010111
Octal 273 340 327

Shades and tints

Shades of #BBE0D7

#BBE0D7
(187,224,215)
#AACCC4
(170,204,196)
#99B8B1
(153,184,177)
#88A49E
(136,164,158)
#77908B
(119,144,139)
#667C78
(102,124,120)
#556865
(85,104,101)
#445452
(68,84,82)
#33403F
(51,64,63)
#222C2C
(34,44,44)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #BBE0D7

#BBE0D7
(187,224,215)
#C1E2DA
(193,226,218)
#C7E4DD
(199,228,221)
#CDE6E0
(205,230,224)
#D3E8E3
(211,232,227)
#D9EAE6
(217,234,230)
#DFECE9
(223,236,233)
#E5EEEC
(229,238,236)
#EBF0EF
(235,240,239)
#F1F2F2
(241,242,242)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE0D7; }

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

This text font color is #BBE0D7.

Background Color

.myBgColor { background-color: #BBE0D7; }

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

This div background color is #BBE0D7.

Border color

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

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

This div border color is #BBE0D7.

Opacity

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

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

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

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

This text has shadow with #BBE0D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE0D7.

Preview

Color preview on black background

This text has color #BBE0D7 on black background.


Color preview on white background

This text has color #BBE0D7 on white background.


Black color preview on #BBE0D7 background

This text has black color on #BBE0D7 background.


White color preview on #BBE0D7 background

This text has white color on #BBE0D7 background.


Related colors

Complementary color

Complementary color for #hex is #441F28.


I love getcolorcode.com

Triadic colors

1 #D7BBE0 and #E0D7BB with #BBE0D7 are triadic colors.

2 #D7E0BB and #E0BBD7 with #BBE0D7 are triadic colors.