COLOR #BBDEC5

HEX: #BBDEC5
RGB: (187,222,197)

Color info

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

RGB color model

#BBDEC5 color RGB value is (187,222,197).

  • red value is 187;
  • green value is 222;
  • blue value is 197.
RGB:
(187,222,197)
(73%,87%,77%)

RGB channels and saturation

R 187 of 255 = 73%
G 222 of 255 = 87%
B 197 of 255 = 77%

187
222
197

R + G + B ~ 79%. #BBDEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 222 + 197 = 606 (100%)
R 187 of 606 ~ 30.86%
G 222 of 606 ~ 36.63%
B 197 of 606 ~ 32.51%

%30.86
%36.63
%32.51

CMYK color model

#BBDEC5 color CMYK value is (16,0,11,13).

  • cyan value is 15.77%
  • magenta value is 0.00%
  • yellow value is 11.26%
  • key color value is 12.94%
CMYK:
(16,0,11,13)
C16M0Y11K13 
(16%,0%,11%,13%)
(0.16/0.00/0.11/0.13)	

CMYK percentages

%15.77
%0
%11.26
%12.94

Codes

Color #BBDEC5 in popluar color models

BBDEC5
RGB187222197
HSL137°34.65%80.20%
HSB/HSV137°15.77%87.06%
CMYK15.77%0.00%11.26%
12.94%

Color #BBDEC5 in popluar number systems.

HEXBBDEC5
Decimal187222197
Binary101110111101111011000101
Octal273336305

Shades and tints

Shades of #BBDEC5

#BBDEC5
(187,222,197)
#AACAB4
(170,202,180)
#99B6A3
(153,182,163)
#88A292
(136,162,146)
#778E81
(119,142,129)
#667A70
(102,122,112)
#55665F
(85,102,95)
#44524E
(68,82,78)
#333E3D
(51,62,61)
#222A2C
(34,42,44)
#11161B
(17,22,27)
#000000
(0,0,0)

Tints of #BBDEC5

#BBDEC5
(187,222,197)
#C1E1CA
(193,225,202)
#C7E4CF
(199,228,207)
#CDE7D4
(205,231,212)
#D3EAD9
(211,234,217)
#D9EDDE
(217,237,222)
#DFF0E3
(223,240,227)
#E5F3E8
(229,243,232)
#EBF6ED
(235,246,237)
#F1F9F2
(241,249,242)
#F7FCF7
(247,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDEC5 color. Also use rgb(187,222,197) instead hex code.

Text Font Color

.myTextColor { color: #BBDEC5; }

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

This text font color is #BBDEC5.


Background Color

.myBgColor { background-color: #BBDEC5; }

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

This div background color is #BBDEC5.


Border color

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

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

This div border color is #BBDEC5.


Opacity

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

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

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

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

This text has shadow with #BBDEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDEC5 on black background.


Color preview on white background

This text has color #BBDEC5 on white background.



Black color preview on #BBDEC5 background

This text has black color on #BBDEC5 background.


White color preview on #BBDEC5 background

This text has white color on #BBDEC5 background.