COLOR #BCB5DB

HEX: #BCB5DB RGB: (188,181,219)

Color info

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

RGB color model

#BCB5DB color RGB value is (188,181,219).

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

RGB channels and saturation

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

188
181
219

R + G + B ~ 77%. #BCB5DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 181 + 219 = 588 (100%)
R 188 of 588 ~ 31.97%
G 181 of 588 ~ 30.78%
B 219 of 588 ~ 37.24'%

%31.97
%30.78
%37.24

CMYK color model

#BCB5DB color CMYK value is (14,17,0,14).

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

CMYK: (14,17,0,14)
C14M17Y0K14 (14%, 17%, 0%, 14%)
(0.14 / 0.17 / 0.00 / 0.14)

CMYK percentages

%14.16
%17.35
%0
%14.12

Codes

Color #BCB5DB in popluar color models

BC B5 DB
RGB 188 181 219
HSL 251° 34.55% 78.43%
HSB/HSV 251° 17.35% 85.88%
CMYK 14.16% 17.35% 0.00%
14.12%

Color #BCB5DB in popluar number systems.

HEX BC B5 DB
Decimal 188 181 219
Binary 10111100 10110101 11011011
Octal 274 265 333

Shades and tints

Shades of #BCB5DB

#BCB5DB
(188,181,219)
#ABA5C8
(171,165,200)
#9A95B5
(154,149,181)
#8985A2
(137,133,162)
#78758F
(120,117,143)
#67657C
(103,101,124)
#565569
(86,85,105)
#454556
(69,69,86)
#343543
(52,53,67)
#232530
(35,37,48)
#12151D
(18,21,29)
#000000
(0,0,0)

Tints of #BCB5DB

#BCB5DB
(188,181,219)
#C2BBDE
(194,187,222)
#C8C1E1
(200,193,225)
#CEC7E4
(206,199,228)
#D4CDE7
(212,205,231)
#DAD3EA
(218,211,234)
#E0D9ED
(224,217,237)
#E6DFF0
(230,223,240)
#ECE5F3
(236,229,243)
#F2EBF6
(242,235,246)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB5DB; }

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

This text font color is #BCB5DB.

Background Color

.myBgColor { background-color: #BCB5DB; }

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

This div background color is #BCB5DB.

Border color

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

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

This div border color is #BCB5DB.

Opacity

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

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

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

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

This text has shadow with #BCB5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB5DB.

Preview

Color preview on black background

This text has color #BCB5DB on black background.


Color preview on white background

This text has color #BCB5DB on white background.


Black color preview on #BCB5DB background

This text has black color on #BCB5DB background.


White color preview on #BCB5DB background

This text has white color on #BCB5DB background.


Related colors

Complementary color

Complementary color for #hex is #434A24.


I love getcolorcode.com

Triadic colors

1 #DBBCB5 and #B5DBBC with #BCB5DB are triadic colors.

2 #DBB5BC and #B5BCDB with #BCB5DB are triadic colors.