COLOR #BCB0CA

HEX: #BCB0CA
RGB: (188,176,202)

Color info

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

RGB color model

#BCB0CA color RGB value is (188,176,202).

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

RGB channels and saturation

R 188 of 255 = 74%
G 176 of 255 = 69%
B 202 of 255 = 79%

188
176
202

R + G + B ~ 74%. #BCB0CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 176 + 202 = 566 (100%)
R 188 of 566 ~ 33.22%
G 176 of 566 ~ 31.1%
B 202 of 566 ~ 35.69%

%33.22
%31.1
%35.69

CMYK color model

#BCB0CA color CMYK value is (7,13,0,21).

  • cyan value is 6.93%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(7,13,0,21)
C7M13Y0K21 
(7%,13%,0%,21%)
(0.07/0.13/0.00/0.21)	

CMYK percentages

%6.93
%12.87
%0
%20.78

Codes

Color #BCB0CA in popluar color models

BCB0CA
RGB188176202
HSL268°19.70%74.12%
HSB/HSV268°12.87%79.22%
CMYK6.93%12.87%0.00%
20.78%

Color #BCB0CA in popluar number systems.

HEXBCB0CA
Decimal188176202
Binary101111001011000011001010
Octal274260312

Shades and tints

Shades of #BCB0CA

#BCB0CA
(188,176,202)
#ABA0B8
(171,160,184)
#9A90A6
(154,144,166)
#898094
(137,128,148)
#787082
(120,112,130)
#676070
(103,96,112)
#56505E
(86,80,94)
#45404C
(69,64,76)
#34303A
(52,48,58)
#232028
(35,32,40)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #BCB0CA

#BCB0CA
(188,176,202)
#C2B7CE
(194,183,206)
#C8BED2
(200,190,210)
#CEC5D6
(206,197,214)
#D4CCDA
(212,204,218)
#DAD3DE
(218,211,222)
#E0DAE2
(224,218,226)
#E6E1E6
(230,225,230)
#ECE8EA
(236,232,234)
#F2EFEE
(242,239,238)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB0CA; }

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

This text font color is #BCB0CA.


Background Color

.myBgColor { background-color: #BCB0CA; }

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

This div background color is #BCB0CA.


Border color

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

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

This div border color is #BCB0CA.


Opacity

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

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

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

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

This text has shadow with #BCB0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB0CA on black background.


Color preview on white background

This text has color #BCB0CA on white background.



Black color preview on #BCB0CA background

This text has black color on #BCB0CA background.


White color preview on #BCB0CA background

This text has white color on #BCB0CA background.