COLOR #BDA1CC

HEX: #BDA1CC RGB: (189,161,204)

Color info

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

RGB color model

#BDA1CC color RGB value is (189,161,204).

RGB: (189,161,204) (74%, 63%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 161 of 255 = 63%
B 204 of 255 = 80%

189
161
204

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

Portions of RGB colors in percentages

R + G + B = 189 + 161 + 204 = 554 (100%)
R 189 of 554 ~ 34.12%
G 161 of 554 ~ 29.06%
B 204 of 554 ~ 36.82'%

%34.12
%29.06
%36.82

CMYK color model

#BDA1CC color CMYK value is (7,21,0,20).

  • cyan value is 7.35%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (7,21,0,20) C7M21Y0K20 (7%,21%,0%,20%) (0.07/0.21/0.00/0.20) 

CMYK percentages

%7.35
%21.08
%0
%20

Codes

Color #BDA1CC in popluar color models

BD A1 CC
RGB 189 161 204
HSL 279° 29.66% 71.57%
HSB/HSV 279° 21.08% 80.00%
CMYK 7.35% 21.08% 0.00%
20.00%

Color #BDA1CC in popluar number systems.

HEX BD A1 CC
Decimal 189 161 204
Binary 10111101 10100001 11001100
Octal 275 241 314

Shades and tints

Shades of #BDA1CC

#BDA1CC
(189,161,204)
#AC93BA
(172,147,186)
#9B85A8
(155,133,168)
#8A7796
(138,119,150)
#796984
(121,105,132)
#685B72
(104,91,114)
#574D60
(87,77,96)
#463F4E
(70,63,78)
#35313C
(53,49,60)
#24232A
(36,35,42)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #BDA1CC

#BDA1CC
(189,161,204)
#C3A9D0
(195,169,208)
#C9B1D4
(201,177,212)
#CFB9D8
(207,185,216)
#D5C1DC
(213,193,220)
#DBC9E0
(219,201,224)
#E1D1E4
(225,209,228)
#E7D9E8
(231,217,232)
#EDE1EC
(237,225,236)
#F3E9F0
(243,233,240)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA1CC color. Also use rgb(189,161,204) instead hex code.

Text Font Color

.myTextColor { color: #BDA1CC; }

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

This text font color is #BDA1CC.

Background Color

.myBgColor { background-color: #BDA1CC; }

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

This div background color is #BDA1CC.

Border color

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

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

This div border color is #BDA1CC.

Opacity

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

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

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

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

This text has shadow with #BDA1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA1CC.

Preview

Color preview on black background

This text has color #BDA1CC on black background.


Color preview on white background

This text has color #BDA1CC on white background.


Black color preview on #BDA1CC background

This text has black color on #BDA1CC background.


White color preview on #BDA1CC background

This text has white color on #BDA1CC background.


Related colors

Complementary color

Complementary color for #hex is #425E33.


I love getcolorcode.com

Triadic colors

1 #CCBDA1 and #A1CCBD with #BDA1CC are triadic colors.

2 #CCA1BD and #A1BDCC with #BDA1CC are triadic colors.