COLOR #BCAAD1

HEX: #BCAAD1
RGB: (188,170,209)

Color info

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

RGB color model

#BCAAD1 color RGB value is (188,170,209).

  • red value is 188;
  • green value is 170;
  • blue value is 209.
RGB:
(188,170,209)
(74%,67%,82%)

RGB channels and saturation

R 188 of 255 = 74%
G 170 of 255 = 67%
B 209 of 255 = 82%

188
170
209

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

Portions of RGB colors in percentages

R + G + B =
188 + 170 + 209 = 567 (100%)
R 188 of 567 ~ 33.16%
G 170 of 567 ~ 29.98%
B 209 of 567 ~ 36.86%

%33.16
%29.98
%36.86

CMYK color model

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

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

CMYK percentages

%10.05
%18.66
%0
%18.04

Codes

Color #BCAAD1 in popluar color models

BCAAD1
RGB188170209
HSL268°29.77%74.31%
HSB/HSV268°18.66%81.96%
CMYK10.05%18.66%0.00%
18.04%

Color #BCAAD1 in popluar number systems.

HEXBCAAD1
Decimal188170209
Binary101111001010101011010001
Octal274252321

Shades and tints

Shades of #BCAAD1

#BCAAD1
(188,170,209)
#AB9BBE
(171,155,190)
#9A8CAB
(154,140,171)
#897D98
(137,125,152)
#786E85
(120,110,133)
#675F72
(103,95,114)
#56505F
(86,80,95)
#45414C
(69,65,76)
#343239
(52,50,57)
#232326
(35,35,38)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #BCAAD1

#BCAAD1
(188,170,209)
#C2B1D5
(194,177,213)
#C8B8D9
(200,184,217)
#CEBFDD
(206,191,221)
#D4C6E1
(212,198,225)
#DACDE5
(218,205,229)
#E0D4E9
(224,212,233)
#E6DBED
(230,219,237)
#ECE2F1
(236,226,241)
#F2E9F5
(242,233,245)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCAAD1 color. Also use rgb(188,170,209) instead hex code.

Text Font Color

.myTextColor { color: #BCAAD1; }

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

This text font color is #BCAAD1.


Background Color

.myBgColor { background-color: #BCAAD1; }

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

This div background color is #BCAAD1.


Border color

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

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

This div border color is #BCAAD1.


Opacity

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

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

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

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

This text has shadow with #BCAAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAAD1 on black background.


Color preview on white background

This text has color #BCAAD1 on white background.



Black color preview on #BCAAD1 background

This text has black color on #BCAAD1 background.


White color preview on #BCAAD1 background

This text has white color on #BCAAD1 background.