COLOR #BBDDDA

HEX: #BBDDDA RGB: (187,221,218)

Color info

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

RGB color model

#BBDDDA color RGB value is (187,221,218).

RGB: (187,221,218) (73%, 87%, 85%)

RGB channels and saturation

R 187 of 255 = 73%
G 221 of 255 = 87%
B 218 of 255 = 85%

187
221
218

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

Portions of RGB colors in percentages

R + G + B = 187 + 221 + 218 = 626 (100%)
R 187 of 626 ~ 29.87%
G 221 of 626 ~ 35.3%
B 218 of 626 ~ 34.82'%

%29.87
%35.3
%34.82

CMYK color model

#BBDDDA color CMYK value is (15,0,1,13).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 1.36%
  • key color value is 13.33%
CMYK: (15,0,1,13) C15M0Y1K13 (15%,0%,1%,13%) (0.15/0.00/0.01/0.13) 

CMYK percentages

%15.38
%0
%1.36
%13.33

Codes

Color #BBDDDA in popluar color models

BB DD DA
RGB 187 221 218
HSL 175° 33.33% 80.00%
HSB/HSV 175° 15.38% 86.67%
CMYK 15.38% 0.00% 1.36%
13.33%

Color #BBDDDA in popluar number systems.

HEX BB DD DA
Decimal 187 221 218
Binary 10111011 11011101 11011010
Octal 273 335 332

Shades and tints

Shades of #BBDDDA

#BBDDDA
(187,221,218)
#AAC9C7
(170,201,199)
#99B5B4
(153,181,180)
#88A1A1
(136,161,161)
#778D8E
(119,141,142)
#66797B
(102,121,123)
#556568
(85,101,104)
#445155
(68,81,85)
#333D42
(51,61,66)
#22292F
(34,41,47)
#11151C
(17,21,28)
#000000
(0,0,0)

Tints of #BBDDDA

#BBDDDA
(187,221,218)
#C1E0DD
(193,224,221)
#C7E3E0
(199,227,224)
#CDE6E3
(205,230,227)
#D3E9E6
(211,233,230)
#D9ECE9
(217,236,233)
#DFEFEC
(223,239,236)
#E5F2EF
(229,242,239)
#EBF5F2
(235,245,242)
#F1F8F5
(241,248,245)
#F7FBF8
(247,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDDDA; }

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

This text font color is #BBDDDA.

Background Color

.myBgColor { background-color: #BBDDDA; }

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

This div background color is #BBDDDA.

Border color

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

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

This div border color is #BBDDDA.

Opacity

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

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

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

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

This text has shadow with #BBDDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDDDA.

Preview

Color preview on black background

This text has color #BBDDDA on black background.


Color preview on white background

This text has color #BBDDDA on white background.


Black color preview on #BBDDDA background

This text has black color on #BBDDDA background.


White color preview on #BBDDDA background

This text has white color on #BBDDDA background.


Related colors

Complementary color

Complementary color for #hex is #442225.


I love getcolorcode.com

Triadic colors

1 #DABBDD and #DDDABB with #BBDDDA are triadic colors.

2 #DADDBB and #DDBBDA with #BBDDDA are triadic colors.