COLOR #BDB3CA

HEX: #BDB3CA RGB: (189,179,202)

Color info

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

RGB color model

#BDB3CA color RGB value is (189,179,202).

RGB: (189,179,202) (74%, 70%, 79%)

RGB channels and saturation

R 189 of 255 = 74%
G 179 of 255 = 70%
B 202 of 255 = 79%

189
179
202

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

Portions of RGB colors in percentages

R + G + B = 189 + 179 + 202 = 570 (100%)
R 189 of 570 ~ 33.16%
G 179 of 570 ~ 31.4%
B 202 of 570 ~ 35.44'%

%33.16
%31.4
%35.44

CMYK color model

#BDB3CA color CMYK value is (6,11,0,21).

  • cyan value is 6.44%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (6,11,0,21) C6M11Y0K21 (6%,11%,0%,21%) (0.06/0.11/0.00/0.21) 

CMYK percentages

%6.44
%11.39
%0
%20.78

Codes

Color #BDB3CA in popluar color models

BD B3 CA
RGB 189 179 202
HSL 266° 17.83% 74.71%
HSB/HSV 266° 11.39% 79.22%
CMYK 6.44% 11.39% 0.00%
20.78%

Color #BDB3CA in popluar number systems.

HEX BD B3 CA
Decimal 189 179 202
Binary 10111101 10110011 11001010
Octal 275 263 312

Shades and tints

Shades of #BDB3CA

#BDB3CA
(189,179,202)
#ACA3B8
(172,163,184)
#9B93A6
(155,147,166)
#8A8394
(138,131,148)
#797382
(121,115,130)
#686370
(104,99,112)
#57535E
(87,83,94)
#46434C
(70,67,76)
#35333A
(53,51,58)
#242328
(36,35,40)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #BDB3CA

#BDB3CA
(189,179,202)
#C3B9CE
(195,185,206)
#C9BFD2
(201,191,210)
#CFC5D6
(207,197,214)
#D5CBDA
(213,203,218)
#DBD1DE
(219,209,222)
#E1D7E2
(225,215,226)
#E7DDE6
(231,221,230)
#EDE3EA
(237,227,234)
#F3E9EE
(243,233,238)
#F9EFF2
(249,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB3CA color. Also use rgb(189,179,202) instead hex code.

Text Font Color

.myTextColor { color: #BDB3CA; }

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

This text font color is #BDB3CA.

Background Color

.myBgColor { background-color: #BDB3CA; }

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

This div background color is #BDB3CA.

Border color

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

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

This div border color is #BDB3CA.

Opacity

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

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

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

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

This text has shadow with #BDB3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB3CA.

Preview

Color preview on black background

This text has color #BDB3CA on black background.


Color preview on white background

This text has color #BDB3CA on white background.


Black color preview on #BDB3CA background

This text has black color on #BDB3CA background.


White color preview on #BDB3CA background

This text has white color on #BDB3CA background.


Related colors

Complementary color

Complementary color for #hex is #424C35.


I love getcolorcode.com

Triadic colors

1 #CABDB3 and #B3CABD with #BDB3CA are triadic colors.

2 #CAB3BD and #B3BDCA with #BDB3CA are triadic colors.