COLOR #BCA8D0

HEX: #BCA8D0
RGB: (188,168,208)

Color info

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

RGB color model

#BCA8D0 color RGB value is (188,168,208).

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

RGB channels and saturation

R 188 of 255 = 74%
G 168 of 255 = 66%
B 208 of 255 = 82%

188
168
208

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

Portions of RGB colors in percentages

R + G + B =
188 + 168 + 208 = 564 (100%)
R 188 of 564 ~ 33.33%
G 168 of 564 ~ 29.79%
B 208 of 564 ~ 36.88%

%33.33
%29.79
%36.88

CMYK color model

#BCA8D0 color CMYK value is (10,19,0,18).

  • cyan value is 9.62%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(10,19,0,18)
C10M19Y0K18 
(10%,19%,0%,18%)
(0.10/0.19/0.00/0.18)	

CMYK percentages

%9.62
%19.23
%0
%18.43

Codes

Color #BCA8D0 in popluar color models

BCA8D0
RGB188168208
HSL270°29.85%73.73%
HSB/HSV270°19.23%81.57%
CMYK9.62%19.23%0.00%
18.43%

Color #BCA8D0 in popluar number systems.

HEXBCA8D0
Decimal188168208
Binary101111001010100011010000
Octal274250320

Shades and tints

Shades of #BCA8D0

#BCA8D0
(188,168,208)
#AB99BE
(171,153,190)
#9A8AAC
(154,138,172)
#897B9A
(137,123,154)
#786C88
(120,108,136)
#675D76
(103,93,118)
#564E64
(86,78,100)
#453F52
(69,63,82)
#343040
(52,48,64)
#23212E
(35,33,46)
#12121C
(18,18,28)
#000000
(0,0,0)

Tints of #BCA8D0

#BCA8D0
(188,168,208)
#C2AFD4
(194,175,212)
#C8B6D8
(200,182,216)
#CEBDDC
(206,189,220)
#D4C4E0
(212,196,224)
#DACBE4
(218,203,228)
#E0D2E8
(224,210,232)
#E6D9EC
(230,217,236)
#ECE0F0
(236,224,240)
#F2E7F4
(242,231,244)
#F8EEF8
(248,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA8D0; }

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

This text font color is #BCA8D0.


Background Color

.myBgColor { background-color: #BCA8D0; }

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

This div background color is #BCA8D0.


Border color

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

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

This div border color is #BCA8D0.


Opacity

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

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

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

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

This text has shadow with #BCA8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA8D0 on black background.


Color preview on white background

This text has color #BCA8D0 on white background.



Black color preview on #BCA8D0 background

This text has black color on #BCA8D0 background.


White color preview on #BCA8D0 background

This text has white color on #BCA8D0 background.