COLOR #BCDDDD

HEX: #BCDDDD RGB: (188,221,221)

Color info

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

RGB color model

#BCDDDD color RGB value is (188,221,221).

RGB: (188,221,221) (74%, 87%, 87%)

RGB channels and saturation

R 188 of 255 = 74%
G 221 of 255 = 87%
B 221 of 255 = 87%

188
221
221

R + G + B ~ 83%. #BCDDDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 221 + 221 = 630 (100%)
R 188 of 630 ~ 29.84%
G 221 of 630 ~ 35.08%
B 221 of 630 ~ 35.08'%

%29.84
%35.08
%35.08

CMYK color model

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

  • cyan value is 14.93%
  • 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

%14.93
%0
%0
%13.33

Codes

Color #BCDDDD in popluar color models

BC DD DD
RGB 188 221 221
HSL 180° 32.67% 80.20%
HSB/HSV 180° 14.93% 86.67%
CMYK 14.93% 0.00% 0.00%
13.33%

Color #BCDDDD in popluar number systems.

HEX BC DD DD
Decimal 188 221 221
Binary 10111100 11011101 11011101
Octal 274 335 335

Shades and tints

Shades of #BCDDDD

#BCDDDD
(188,221,221)
#ABC9C9
(171,201,201)
#9AB5B5
(154,181,181)
#89A1A1
(137,161,161)
#788D8D
(120,141,141)
#677979
(103,121,121)
#566565
(86,101,101)
#455151
(69,81,81)
#343D3D
(52,61,61)
#232929
(35,41,41)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #BCDDDD

#BCDDDD
(188,221,221)
#C2E0E0
(194,224,224)
#C8E3E3
(200,227,227)
#CEE6E6
(206,230,230)
#D4E9E9
(212,233,233)
#DAECEC
(218,236,236)
#E0EFEF
(224,239,239)
#E6F2F2
(230,242,242)
#ECF5F5
(236,245,245)
#F2F8F8
(242,248,248)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDDDD; }

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

This text font color is #BCDDDD.

Background Color

.myBgColor { background-color: #BCDDDD; }

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

This div background color is #BCDDDD.

Border color

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

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

This div border color is #BCDDDD.

Opacity

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

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

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

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

This text has shadow with #BCDDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDDDD.

Preview

Color preview on black background

This text has color #BCDDDD on black background.


Color preview on white background

This text has color #BCDDDD on white background.


Black color preview on #BCDDDD background

This text has black color on #BCDDDD background.


White color preview on #BCDDDD background

This text has white color on #BCDDDD background.


Related colors

Complementary color

Complementary color for #hex is #432222.


I love getcolorcode.com