COLOR #BCA7D0

HEX: #BCA7D0
RGB: (188,167,208)

Color info

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

RGB color model

#BCA7D0 color RGB value is (188,167,208).

  • red value is 188;
  • green value is 167;
  • blue value is 208.
RGB:
(188,167,208)
(74%,65%,82%)

RGB channels and saturation

R 188 of 255 = 74%
G 167 of 255 = 65%
B 208 of 255 = 82%

188
167
208

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

Portions of RGB colors in percentages

R + G + B =
188 + 167 + 208 = 563 (100%)
R 188 of 563 ~ 33.39%
G 167 of 563 ~ 29.66%
B 208 of 563 ~ 36.94%

%33.39
%29.66
%36.94

CMYK color model

#BCA7D0 color CMYK value is (10,20,0,18).

  • cyan value is 9.62%
  • magenta value is 19.71%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(10,20,0,18)
C10M20Y0K18 
(10%,20%,0%,18%)
(0.10/0.20/0.00/0.18)	

CMYK percentages

%9.62
%19.71
%0
%18.43

Codes

Color #BCA7D0 in popluar color models

BCA7D0
RGB188167208
HSL271°30.37%73.53%
HSB/HSV271°19.71%81.57%
CMYK9.62%19.71%0.00%
18.43%

Color #BCA7D0 in popluar number systems.

HEXBCA7D0
Decimal188167208
Binary101111001010011111010000
Octal274247320

Shades and tints

Shades of #BCA7D0

#BCA7D0
(188,167,208)
#AB98BE
(171,152,190)
#9A89AC
(154,137,172)
#897A9A
(137,122,154)
#786B88
(120,107,136)
#675C76
(103,92,118)
#564D64
(86,77,100)
#453E52
(69,62,82)
#342F40
(52,47,64)
#23202E
(35,32,46)
#12111C
(18,17,28)
#000000
(0,0,0)

Tints of #BCA7D0

#BCA7D0
(188,167,208)
#C2AFD4
(194,175,212)
#C8B7D8
(200,183,216)
#CEBFDC
(206,191,220)
#D4C7E0
(212,199,224)
#DACFE4
(218,207,228)
#E0D7E8
(224,215,232)
#E6DFEC
(230,223,236)
#ECE7F0
(236,231,240)
#F2EFF4
(242,239,244)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA7D0 color. Also use rgb(188,167,208) instead hex code.

Text Font Color

.myTextColor { color: #BCA7D0; }

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

This text font color is #BCA7D0.


Background Color

.myBgColor { background-color: #BCA7D0; }

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

This div background color is #BCA7D0.


Border color

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

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

This div border color is #BCA7D0.


Opacity

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

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

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

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

This text has shadow with #BCA7D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA7D0 on black background.


Color preview on white background

This text has color #BCA7D0 on white background.



Black color preview on #BCA7D0 background

This text has black color on #BCA7D0 background.


White color preview on #BCA7D0 background

This text has white color on #BCA7D0 background.