COLOR #BBDED5

HEX: #BBDED5
RGB: (187,222,213)

Color info

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

RGB color model

#BBDED5 color RGB value is (187,222,213).

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

RGB channels and saturation

R 187 of 255 = 73%
G 222 of 255 = 87%
B 213 of 255 = 84%

187
222
213

R + G + B ~ 81%. #BBDED5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 222 + 213 = 622 (100%)
R 187 of 622 ~ 30.06%
G 222 of 622 ~ 35.69%
B 213 of 622 ~ 34.24%

%30.06
%35.69
%34.24

CMYK color model

#BBDED5 color CMYK value is (16,0,4,13).

  • cyan value is 15.77%
  • magenta value is 0.00%
  • yellow value is 4.05%
  • key color value is 12.94%
CMYK:
(16,0,4,13)
C16M0Y4K13 
(16%,0%,4%,13%)
(0.16/0.00/0.04/0.13)	

CMYK percentages

%15.77
%0
%4.05
%12.94

Codes

Color #BBDED5 in popluar color models

BBDED5
RGB187222213
HSL165°34.65%80.20%
HSB/HSV165°15.77%87.06%
CMYK15.77%0.00%4.05%
12.94%

Color #BBDED5 in popluar number systems.

HEXBBDED5
Decimal187222213
Binary101110111101111011010101
Octal273336325

Shades and tints

Shades of #BBDED5

#BBDED5
(187,222,213)
#AACAC2
(170,202,194)
#99B6AF
(153,182,175)
#88A29C
(136,162,156)
#778E89
(119,142,137)
#667A76
(102,122,118)
#556663
(85,102,99)
#445250
(68,82,80)
#333E3D
(51,62,61)
#222A2A
(34,42,42)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #BBDED5

#BBDED5
(187,222,213)
#C1E1D8
(193,225,216)
#C7E4DB
(199,228,219)
#CDE7DE
(205,231,222)
#D3EAE1
(211,234,225)
#D9EDE4
(217,237,228)
#DFF0E7
(223,240,231)
#E5F3EA
(229,243,234)
#EBF6ED
(235,246,237)
#F1F9F0
(241,249,240)
#F7FCF3
(247,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDED5; }

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

This text font color is #BBDED5.


Background Color

.myBgColor { background-color: #BBDED5; }

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

This div background color is #BBDED5.


Border color

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

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

This div border color is #BBDED5.


Opacity

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

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

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

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

This text has shadow with #BBDED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDED5 on black background.


Color preview on white background

This text has color #BBDED5 on white background.



Black color preview on #BBDED5 background

This text has black color on #BBDED5 background.


White color preview on #BBDED5 background

This text has white color on #BBDED5 background.