COLOR #BCB2DB

HEX: #BCB2DB RGB: (188,178,219)

Color info

#BCB2DB contains red, green and blue colors in about the same proportion. Web safe color of #BCB2DB is #CC99CC (or #C9C).

RGB color model

#BCB2DB color RGB value is (188,178,219).

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

RGB channels and saturation

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

188
178
219

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

Portions of RGB colors in percentages

R + G + B = 188 + 178 + 219 = 585 (100%)
R 188 of 585 ~ 32.14%
G 178 of 585 ~ 30.43%
B 219 of 585 ~ 37.44'%

%32.14
%30.43
%37.44

CMYK color model

#BCB2DB color CMYK value is (14,19,0,14).

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

CMYK: (14,19,0,14)
C14M19Y0K14 (14%, 19%, 0%, 14%)
(0.14 / 0.19 / 0.00 / 0.14)

CMYK percentages

%14.16
%18.72
%0
%14.12

Codes

Color #BCB2DB in popluar color models

BC B2 DB
RGB 188 178 219
HSL 255° 36.28% 77.84%
HSB/HSV 255° 18.72% 85.88%
CMYK 14.16% 18.72% 0.00%
14.12%

Color #BCB2DB in popluar number systems.

HEX BC B2 DB
Decimal 188 178 219
Binary 10111100 10110010 11011011
Octal 274 262 333

Shades and tints

Shades of #BCB2DB

#BCB2DB
(188,178,219)
#ABA2C8
(171,162,200)
#9A92B5
(154,146,181)
#8982A2
(137,130,162)
#78728F
(120,114,143)
#67627C
(103,98,124)
#565269
(86,82,105)
#454256
(69,66,86)
#343243
(52,50,67)
#232230
(35,34,48)
#12121D
(18,18,29)
#000000
(0,0,0)

Tints of #BCB2DB

#BCB2DB
(188,178,219)
#C2B9DE
(194,185,222)
#C8C0E1
(200,192,225)
#CEC7E4
(206,199,228)
#D4CEE7
(212,206,231)
#DAD5EA
(218,213,234)
#E0DCED
(224,220,237)
#E6E3F0
(230,227,240)
#ECEAF3
(236,234,243)
#F2F1F6
(242,241,246)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB2DB; }

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

This text font color is #BCB2DB.

Background Color

.myBgColor { background-color: #BCB2DB; }

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

This div background color is #BCB2DB.

Border color

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

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

This div border color is #BCB2DB.

Opacity

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

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

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

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

This text has shadow with #BCB2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB2DB.

Preview

Color preview on black background

This text has color #BCB2DB on black background.


Color preview on white background

This text has color #BCB2DB on white background.


Black color preview on #BCB2DB background

This text has black color on #BCB2DB background.


White color preview on #BCB2DB background

This text has white color on #BCB2DB background.


Related colors

Complementary color

Complementary color for #hex is #434D24.


I love getcolorcode.com

Triadic colors

1 #DBBCB2 and #B2DBBC with #BCB2DB are triadic colors.

2 #DBB2BC and #B2BCDB with #BCB2DB are triadic colors.