COLOR #BDA6CB

HEX: #BDA6CB RGB: (189,166,203)

Color info

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

RGB color model

#BDA6CB color RGB value is (189,166,203).

RGB: (189,166,203) (74%, 65%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 166 of 255 = 65%
B 203 of 255 = 80%

189
166
203

R + G + B ~ 73%. #BDA6CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 166 + 203 = 558 (100%)
R 189 of 558 ~ 33.87%
G 166 of 558 ~ 29.75%
B 203 of 558 ~ 36.38'%

%33.87
%29.75
%36.38

CMYK color model

#BDA6CB color CMYK value is (7,18,0,20).

  • cyan value is 6.90%
  • magenta value is 18.23%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (7,18,0,20) C7M18Y0K20 (7%,18%,0%,20%) (0.07/0.18/0.00/0.20) 

CMYK percentages

%6.9
%18.23
%0
%20.39

Codes

Color #BDA6CB in popluar color models

BD A6 CB
RGB 189 166 203
HSL 277° 26.24% 72.35%
HSB/HSV 277° 18.23% 79.61%
CMYK 6.90% 18.23% 0.00%
20.39%

Color #BDA6CB in popluar number systems.

HEX BD A6 CB
Decimal 189 166 203
Binary 10111101 10100110 11001011
Octal 275 246 313

Shades and tints

Shades of #BDA6CB

#BDA6CB
(189,166,203)
#AC97B9
(172,151,185)
#9B88A7
(155,136,167)
#8A7995
(138,121,149)
#796A83
(121,106,131)
#685B71
(104,91,113)
#574C5F
(87,76,95)
#463D4D
(70,61,77)
#352E3B
(53,46,59)
#241F29
(36,31,41)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #BDA6CB

#BDA6CB
(189,166,203)
#C3AECF
(195,174,207)
#C9B6D3
(201,182,211)
#CFBED7
(207,190,215)
#D5C6DB
(213,198,219)
#DBCEDF
(219,206,223)
#E1D6E3
(225,214,227)
#E7DEE7
(231,222,231)
#EDE6EB
(237,230,235)
#F3EEEF
(243,238,239)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA6CB color. Also use rgb(189,166,203) instead hex code.

Text Font Color

.myTextColor { color: #BDA6CB; }

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

This text font color is #BDA6CB.

Background Color

.myBgColor { background-color: #BDA6CB; }

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

This div background color is #BDA6CB.

Border color

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

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

This div border color is #BDA6CB.

Opacity

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

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

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

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

This text has shadow with #BDA6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA6CB.

Preview

Color preview on black background

This text has color #BDA6CB on black background.


Color preview on white background

This text has color #BDA6CB on white background.


Black color preview on #BDA6CB background

This text has black color on #BDA6CB background.


White color preview on #BDA6CB background

This text has white color on #BDA6CB background.


Related colors

Complementary color

Complementary color for #hex is #425934.


I love getcolorcode.com

Triadic colors

1 #CBBDA6 and #A6CBBD with #BDA6CB are triadic colors.

2 #CBA6BD and #A6BDCB with #BDA6CB are triadic colors.