COLOR #BCB9D7

HEX: #BCB9D7
RGB: (188,185,215)

Color info

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

RGB color model

#BCB9D7 color RGB value is (188,185,215).

  • red value is 188;
  • green value is 185;
  • blue value is 215.
RGB:
(188,185,215)
(74%,73%,84%)

RGB channels and saturation

R 188 of 255 = 74%
G 185 of 255 = 73%
B 215 of 255 = 84%

188
185
215

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

Portions of RGB colors in percentages

R + G + B =
188 + 185 + 215 = 588 (100%)
R 188 of 588 ~ 31.97%
G 185 of 588 ~ 31.46%
B 215 of 588 ~ 36.56%

%31.97
%31.46
%36.56

CMYK color model

#BCB9D7 color CMYK value is (13,14,0,16).

  • cyan value is 12.56%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(13,14,0,16)
C13M14Y0K16 
(13%,14%,0%,16%)
(0.13/0.14/0.00/0.16)	

CMYK percentages

%12.56
%13.95
%0
%15.69

Codes

Color #BCB9D7 in popluar color models

BCB9D7
RGB188185215
HSL246°27.27%78.43%
HSB/HSV246°13.95%84.31%
CMYK12.56%13.95%0.00%
15.69%

Color #BCB9D7 in popluar number systems.

HEXBCB9D7
Decimal188185215
Binary101111001011100111010111
Octal274271327

Shades and tints

Shades of #BCB9D7

#BCB9D7
(188,185,215)
#ABA9C4
(171,169,196)
#9A99B1
(154,153,177)
#89899E
(137,137,158)
#78798B
(120,121,139)
#676978
(103,105,120)
#565965
(86,89,101)
#454952
(69,73,82)
#34393F
(52,57,63)
#23292C
(35,41,44)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #BCB9D7

#BCB9D7
(188,185,215)
#C2BFDA
(194,191,218)
#C8C5DD
(200,197,221)
#CECBE0
(206,203,224)
#D4D1E3
(212,209,227)
#DAD7E6
(218,215,230)
#E0DDE9
(224,221,233)
#E6E3EC
(230,227,236)
#ECE9EF
(236,233,239)
#F2EFF2
(242,239,242)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB9D7; }

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

This text font color is #BCB9D7.


Background Color

.myBgColor { background-color: #BCB9D7; }

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

This div background color is #BCB9D7.


Border color

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

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

This div border color is #BCB9D7.


Opacity

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

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

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

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

This text has shadow with #BCB9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB9D7 on black background.


Color preview on white background

This text has color #BCB9D7 on white background.



Black color preview on #BCB9D7 background

This text has black color on #BCB9D7 background.


White color preview on #BCB9D7 background

This text has white color on #BCB9D7 background.