COLOR #BCB5CA

HEX: #BCB5CA
RGB: (188,181,202)

Color info

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

RGB color model

#BCB5CA color RGB value is (188,181,202).

  • red value is 188;
  • green value is 181;
  • blue value is 202.
RGB:
(188,181,202)
(74%,71%,79%)

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 202 of 255 = 79%

188
181
202

R + G + B ~ 75%. #BCB5CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 181 + 202 = 571 (100%)
R 188 of 571 ~ 32.92%
G 181 of 571 ~ 31.7%
B 202 of 571 ~ 35.38%

%32.92
%31.7
%35.38

CMYK color model

#BCB5CA color CMYK value is (7,10,0,21).

  • cyan value is 6.93%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(7,10,0,21)
C7M10Y0K21 
(7%,10%,0%,21%)
(0.07/0.10/0.00/0.21)	

CMYK percentages

%6.93
%10.4
%0
%20.78

Codes

Color #BCB5CA in popluar color models

BCB5CA
RGB188181202
HSL260°16.54%75.10%
HSB/HSV260°10.40%79.22%
CMYK6.93%10.40%0.00%
20.78%

Color #BCB5CA in popluar number systems.

HEXBCB5CA
Decimal188181202
Binary101111001011010111001010
Octal274265312

Shades and tints

Shades of #BCB5CA

#BCB5CA
(188,181,202)
#ABA5B8
(171,165,184)
#9A95A6
(154,149,166)
#898594
(137,133,148)
#787582
(120,117,130)
#676570
(103,101,112)
#56555E
(86,85,94)
#45454C
(69,69,76)
#34353A
(52,53,58)
#232528
(35,37,40)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #BCB5CA

#BCB5CA
(188,181,202)
#C2BBCE
(194,187,206)
#C8C1D2
(200,193,210)
#CEC7D6
(206,199,214)
#D4CDDA
(212,205,218)
#DAD3DE
(218,211,222)
#E0D9E2
(224,217,226)
#E6DFE6
(230,223,230)
#ECE5EA
(236,229,234)
#F2EBEE
(242,235,238)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB5CA; }

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

This text font color is #BCB5CA.


Background Color

.myBgColor { background-color: #BCB5CA; }

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

This div background color is #BCB5CA.


Border color

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

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

This div border color is #BCB5CA.


Opacity

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

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

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

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

This text has shadow with #BCB5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB5CA on black background.


Color preview on white background

This text has color #BCB5CA on white background.



Black color preview on #BCB5CA background

This text has black color on #BCB5CA background.


White color preview on #BCB5CA background

This text has white color on #BCB5CA background.