COLOR #BBDFDD

HEX: #BBDFDD RGB: (187,223,221)

Color info

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

RGB color model

#BBDFDD color RGB value is (187,223,221).

RGB: (187,223,221) (73%, 87%, 87%)

RGB channels and saturation

R 187 of 255 = 73%
G 223 of 255 = 87%
B 221 of 255 = 87%

187
223
221

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

Portions of RGB colors in percentages

R + G + B = 187 + 223 + 221 = 631 (100%)
R 187 of 631 ~ 29.64%
G 223 of 631 ~ 35.34%
B 221 of 631 ~ 35.02'%

%29.64
%35.34
%35.02

CMYK color model

#BBDFDD color CMYK value is (16,0,1,13).

  • cyan value is 16.14%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 12.55%

CMYK: (16,0,1,13)
C16M0Y1K13 (16%, 0%, 1%, 13%)
(0.16 / 0.00 / 0.01 / 0.13)

CMYK percentages

%16.14
%0
%0.9
%12.55

Codes

Color #BBDFDD in popluar color models

BB DF DD
RGB 187 223 221
HSL 177° 36.00% 80.39%
HSB/HSV 177° 16.14% 87.45%
CMYK 16.14% 0.00% 0.90%
12.55%

Color #BBDFDD in popluar number systems.

HEX BB DF DD
Decimal 187 223 221
Binary 10111011 11011111 11011101
Octal 273 337 335

Shades and tints

Shades of #BBDFDD

#BBDFDD
(187,223,221)
#AACBC9
(170,203,201)
#99B7B5
(153,183,181)
#88A3A1
(136,163,161)
#778F8D
(119,143,141)
#667B79
(102,123,121)
#556765
(85,103,101)
#445351
(68,83,81)
#333F3D
(51,63,61)
#222B29
(34,43,41)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #BBDFDD

#BBDFDD
(187,223,221)
#C1E1E0
(193,225,224)
#C7E3E3
(199,227,227)
#CDE5E6
(205,229,230)
#D3E7E9
(211,231,233)
#D9E9EC
(217,233,236)
#DFEBEF
(223,235,239)
#E5EDF2
(229,237,242)
#EBEFF5
(235,239,245)
#F1F1F8
(241,241,248)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDFDD; }

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

This text font color is #BBDFDD.

Background Color

.myBgColor { background-color: #BBDFDD; }

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

This div background color is #BBDFDD.

Border color

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

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

This div border color is #BBDFDD.

Opacity

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

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

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

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

This text has shadow with #BBDFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDFDD.

Preview

Color preview on black background

This text has color #BBDFDD on black background.


Color preview on white background

This text has color #BBDFDD on white background.


Black color preview on #BBDFDD background

This text has black color on #BBDFDD background.


White color preview on #BBDFDD background

This text has white color on #BBDFDD background.


Related colors

Complementary color

Complementary color for #hex is #442022.


I love getcolorcode.com

Triadic colors

1 #DDBBDF and #DFDDBB with #BBDFDD are triadic colors.

2 #DDDFBB and #DFBBDD with #BBDFDD are triadic colors.