COLOR #BBDDDD

HEX: #BBDDDD RGB: (187,221,221)

Color info

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

RGB color model

#BBDDDD color RGB value is (187,221,221).

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

RGB channels and saturation

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

187
221
221

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

Portions of RGB colors in percentages

R + G + B = 187 + 221 + 221 = 629 (100%)
R 187 of 629 ~ 29.73%
G 221 of 629 ~ 35.14%
B 221 of 629 ~ 35.14'%

%29.73
%35.14
%35.14

CMYK color model

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

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

CMYK percentages

%15.38
%0
%0
%13.33

Codes

Color #BBDDDD in popluar color models

BB DD DD
RGB 187 221 221
HSL 180° 33.33% 80.00%
HSB/HSV 180° 15.38% 86.67%
CMYK 15.38% 0.00% 0.00%
13.33%

Color #BBDDDD in popluar number systems.

HEX BB DD DD
Decimal 187 221 221
Binary 10111011 11011101 11011101
Octal 273 335 335

Shades and tints

Shades of #BBDDDD

#BBDDDD
(187,221,221)
#AAC9C9
(170,201,201)
#99B5B5
(153,181,181)
#88A1A1
(136,161,161)
#778D8D
(119,141,141)
#667979
(102,121,121)
#556565
(85,101,101)
#445151
(68,81,81)
#333D3D
(51,61,61)
#222929
(34,41,41)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #BBDDDD

#BBDDDD
(187,221,221)
#C1E0E0
(193,224,224)
#C7E3E3
(199,227,227)
#CDE6E6
(205,230,230)
#D3E9E9
(211,233,233)
#D9ECEC
(217,236,236)
#DFEFEF
(223,239,239)
#E5F2F2
(229,242,242)
#EBF5F5
(235,245,245)
#F1F8F8
(241,248,248)
#F7FBFB
(247,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDDDD; }

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

This text font color is #BBDDDD.

Background Color

.myBgColor { background-color: #BBDDDD; }

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

This div background color is #BBDDDD.

Border color

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

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

This div border color is #BBDDDD.

Opacity

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

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

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

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

This text has shadow with #BBDDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDDDD.

Preview

Color preview on black background

This text has color #BBDDDD on black background.


Color preview on white background

This text has color #BBDDDD on white background.


Black color preview on #BBDDDD background

This text has black color on #BBDDDD background.


White color preview on #BBDDDD background

This text has white color on #BBDDDD background.


Related colors

Complementary color

Complementary color for #hex is #442222.


I love getcolorcode.com