COLOR #BDB9CA

HEX: #BDB9CA
RGB: (189,185,202)

Color info

#BDB9CA contains red, green and blue colors in about the same proportion. Web safe color of #BDB9CA is #CCCCCC (or #CCC).

RGB color model

#BDB9CA color RGB value is (189,185,202).

  • red value is 189;
  • green value is 185;
  • blue value is 202.
RGB:
(189,185,202)
(74%,73%,79%)

RGB channels and saturation

R 189 of 255 = 74%
G 185 of 255 = 73%
B 202 of 255 = 79%

189
185
202

R + G + B ~ 75%. #BDB9CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 185 + 202 = 576 (100%)
R 189 of 576 ~ 32.81%
G 185 of 576 ~ 32.12%
B 202 of 576 ~ 35.07%

%32.81
%32.12
%35.07

CMYK color model

#BDB9CA color CMYK value is (6,8,0,21).

  • cyan value is 6.44%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(6,8,0,21)
C6M8Y0K21 
(6%,8%,0%,21%)
(0.06/0.08/0.00/0.21)	

CMYK percentages

%6.44
%8.42
%0
%20.78

Codes

Color #BDB9CA in popluar color models

BDB9CA
RGB189185202
HSL254°13.82%75.88%
HSB/HSV254°8.42%79.22%
CMYK6.44%8.42%0.00%
20.78%

Color #BDB9CA in popluar number systems.

HEXBDB9CA
Decimal189185202
Binary101111011011100111001010
Octal275271312

Shades and tints

Shades of #BDB9CA

#BDB9CA
(189,185,202)
#ACA9B8
(172,169,184)
#9B99A6
(155,153,166)
#8A8994
(138,137,148)
#797982
(121,121,130)
#686970
(104,105,112)
#57595E
(87,89,94)
#46494C
(70,73,76)
#35393A
(53,57,58)
#242928
(36,41,40)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #BDB9CA

#BDB9CA
(189,185,202)
#C3BFCE
(195,191,206)
#C9C5D2
(201,197,210)
#CFCBD6
(207,203,214)
#D5D1DA
(213,209,218)
#DBD7DE
(219,215,222)
#E1DDE2
(225,221,226)
#E7E3E6
(231,227,230)
#EDE9EA
(237,233,234)
#F3EFEE
(243,239,238)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB9CA; }

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

This text font color is #BDB9CA.


Background Color

.myBgColor { background-color: #BDB9CA; }

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

This div background color is #BDB9CA.


Border color

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

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

This div border color is #BDB9CA.


Opacity

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

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

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

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

This text has shadow with #BDB9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB9CA on black background.


Color preview on white background

This text has color #BDB9CA on white background.



Black color preview on #BDB9CA background

This text has black color on #BDB9CA background.


White color preview on #BDB9CA background

This text has white color on #BDB9CA background.