COLOR #BCDBDB

HEX: #BCDBDB RGB: (188,219,219)

Color info

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

RGB color model

#BCDBDB color RGB value is (188,219,219).

RGB: (188,219,219) (74%, 86%, 86%)

RGB channels and saturation

R 188 of 255 = 74%
G 219 of 255 = 86%
B 219 of 255 = 86%

188
219
219

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

Portions of RGB colors in percentages

R + G + B = 188 + 219 + 219 = 626 (100%)
R 188 of 626 ~ 30.03%
G 219 of 626 ~ 34.98%
B 219 of 626 ~ 34.98'%

%30.03
%34.98
%34.98

CMYK color model

#BCDBDB color CMYK value is (14,0,0,14).

  • cyan value is 14.16%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (14,0,0,14) C14M0Y0K14 (14%,0%,0%,14%) (0.14/0.00/0.00/0.14) 

CMYK percentages

%14.16
%0
%0
%14.12

Codes

Color #BCDBDB in popluar color models

BC DB DB
RGB 188 219 219
HSL 180° 30.10% 79.80%
HSB/HSV 180° 14.16% 85.88%
CMYK 14.16% 0.00% 0.00%
14.12%

Color #BCDBDB in popluar number systems.

HEX BC DB DB
Decimal 188 219 219
Binary 10111100 11011011 11011011
Octal 274 333 333

Shades and tints

Shades of #BCDBDB

#BCDBDB
(188,219,219)
#ABC8C8
(171,200,200)
#9AB5B5
(154,181,181)
#89A2A2
(137,162,162)
#788F8F
(120,143,143)
#677C7C
(103,124,124)
#566969
(86,105,105)
#455656
(69,86,86)
#344343
(52,67,67)
#233030
(35,48,48)
#121D1D
(18,29,29)
#000000
(0,0,0)

Tints of #BCDBDB

#BCDBDB
(188,219,219)
#C2DEDE
(194,222,222)
#C8E1E1
(200,225,225)
#CEE4E4
(206,228,228)
#D4E7E7
(212,231,231)
#DAEAEA
(218,234,234)
#E0EDED
(224,237,237)
#E6F0F0
(230,240,240)
#ECF3F3
(236,243,243)
#F2F6F6
(242,246,246)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDBDB; }

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

This text font color is #BCDBDB.

Background Color

.myBgColor { background-color: #BCDBDB; }

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

This div background color is #BCDBDB.

Border color

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

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

This div border color is #BCDBDB.

Opacity

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

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

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

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

This text has shadow with #BCDBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDBDB.

Preview

Color preview on black background

This text has color #BCDBDB on black background.


Color preview on white background

This text has color #BCDBDB on white background.


Black color preview on #BCDBDB background

This text has black color on #BCDBDB background.


White color preview on #BCDBDB background

This text has white color on #BCDBDB background.


Related colors

Complementary color

Complementary color for #hex is #432424.


I love getcolorcode.com