COLOR #BCAABD

HEX: #BCAABD
RGB: (188,170,189)

Color info

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

RGB color model

#BCAABD color RGB value is (188,170,189).

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

RGB channels and saturation

R 188 of 255 = 74%
G 170 of 255 = 67%
B 189 of 255 = 74%

188
170
189

R + G + B ~ 72%. #BCAABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 170 + 189 = 547 (100%)
R 188 of 547 ~ 34.37%
G 170 of 547 ~ 31.08%
B 189 of 547 ~ 34.55%

%34.37
%31.08
%34.55

CMYK color model

#BCAABD color CMYK value is (1,10,0,26).

  • cyan value is 0.53%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (1,10,0,26) C1M10Y0K26 (1%,10%,0%,26%) (0.01/0.10/0.00/0.26)

CMYK percentages

%0.53
%10.05
%0
%25.88

Codes

Color #BCAABD in popluar color models

BCAABD
RGB188170189
HSL297°12.58%70.39%
HSB/HSV297°10.05%74.12%
CMYK0.53%10.05%0.00%
25.88%

Color #BCAABD in popluar number systems.

HEXBCAABD
Decimal188170189
Binary101111001010101010111101
Octal274252275

Shades and tints

Shades of #BCAABD

#BCAABD
(188,170,189)
#AB9BAC
(171,155,172)
#9A8C9B
(154,140,155)
#897D8A
(137,125,138)
#786E79
(120,110,121)
#675F68
(103,95,104)
#565057
(86,80,87)
#454146
(69,65,70)
#343235
(52,50,53)
#232324
(35,35,36)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #BCAABD

#BCAABD
(188,170,189)
#C2B1C3
(194,177,195)
#C8B8C9
(200,184,201)
#CEBFCF
(206,191,207)
#D4C6D5
(212,198,213)
#DACDDB
(218,205,219)
#E0D4E1
(224,212,225)
#E6DBE7
(230,219,231)
#ECE2ED
(236,226,237)
#F2E9F3
(242,233,243)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAABD; }

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

This text font color is #BCAABD.


Background Color

.myBgColor { background-color: #BCAABD; }

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

This div background color is #BCAABD.


Border color

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

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

This div border color is #BCAABD.


Opacity

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

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

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

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

This text has shadow with #BCAABD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCAABD on black background.


Color preview on white background

This text has color #BCAABD on white background.



Black color preview on #BCAABD background

This text has black color on #BCAABD background.


White color preview on #BCAABD background

This text has white color on #BCAABD background.