COLOR #BCBDDB

HEX: #BCBDDB RGB: (188,189,219)

Color info

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

RGB color model

#BCBDDB color RGB value is (188,189,219).

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

RGB channels and saturation

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

188
189
219

R + G + B ~ 78%. #BCBDDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 189 + 219 = 596 (100%)
R 188 of 596 ~ 31.54%
G 189 of 596 ~ 31.71%
B 219 of 596 ~ 36.74'%

%31.54
%31.71
%36.74

CMYK color model

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

  • cyan value is 14.16%
  • magenta value is 13.70%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (14,14,0,14)
C14M14Y0K14 (14%, 14%, 0%, 14%)
(0.14 / 0.14 / 0.00 / 0.14)

CMYK percentages

%14.16
%13.7
%0
%14.12

Codes

Color #BCBDDB in popluar color models

BC BD DB
RGB 188 189 219
HSL 238° 30.10% 79.80%
HSB/HSV 238° 14.16% 85.88%
CMYK 14.16% 13.70% 0.00%
14.12%

Color #BCBDDB in popluar number systems.

HEX BC BD DB
Decimal 188 189 219
Binary 10111100 10111101 11011011
Octal 274 275 333

Shades and tints

Shades of #BCBDDB

#BCBDDB
(188,189,219)
#ABACC8
(171,172,200)
#9A9BB5
(154,155,181)
#898AA2
(137,138,162)
#78798F
(120,121,143)
#67687C
(103,104,124)
#565769
(86,87,105)
#454656
(69,70,86)
#343543
(52,53,67)
#232430
(35,36,48)
#12131D
(18,19,29)
#000000
(0,0,0)

Tints of #BCBDDB

#BCBDDB
(188,189,219)
#C2C3DE
(194,195,222)
#C8C9E1
(200,201,225)
#CECFE4
(206,207,228)
#D4D5E7
(212,213,231)
#DADBEA
(218,219,234)
#E0E1ED
(224,225,237)
#E6E7F0
(230,231,240)
#ECEDF3
(236,237,243)
#F2F3F6
(242,243,246)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBDDB; }

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

This text font color is #BCBDDB.

Background Color

.myBgColor { background-color: #BCBDDB; }

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

This div background color is #BCBDDB.

Border color

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

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

This div border color is #BCBDDB.

Opacity

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

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

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

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

This text has shadow with #BCBDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBDDB.

Preview

Color preview on black background

This text has color #BCBDDB on black background.


Color preview on white background

This text has color #BCBDDB on white background.


Black color preview on #BCBDDB background

This text has black color on #BCBDDB background.


White color preview on #BCBDDB background

This text has white color on #BCBDDB background.


Related colors

Complementary color

Complementary color for #hex is #434224.


I love getcolorcode.com

Triadic colors

1 #DBBCBD and #BDDBBC with #BCBDDB are triadic colors.

2 #DBBDBC and #BDBCDB with #BCBDDB are triadic colors.