COLOR #BDB1D2

HEX: #BDB1D2
RGB: (189,177,210)

Color info

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

RGB color model

#BDB1D2 color RGB value is (189,177,210).

  • red value is 189;
  • green value is 177;
  • blue value is 210.
RGB:
(189,177,210)
(74%,69%,82%)

RGB channels and saturation

R 189 of 255 = 74%
G 177 of 255 = 69%
B 210 of 255 = 82%

189
177
210

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

Portions of RGB colors in percentages

R + G + B =
189 + 177 + 210 = 576 (100%)
R 189 of 576 ~ 32.81%
G 177 of 576 ~ 30.73%
B 210 of 576 ~ 36.46%

%32.81
%30.73
%36.46

CMYK color model

#BDB1D2 color CMYK value is (10,16,0,18).

  • cyan value is 10.00%
  • magenta value is 15.71%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(10,16,0,18)
C10M16Y0K18 
(10%,16%,0%,18%)
(0.10/0.16/0.00/0.18)	

CMYK percentages

%10
%15.71
%0
%17.65

Codes

Color #BDB1D2 in popluar color models

BDB1D2
RGB189177210
HSL262°26.83%75.88%
HSB/HSV262°15.71%82.35%
CMYK10.00%15.71%0.00%
17.65%

Color #BDB1D2 in popluar number systems.

HEXBDB1D2
Decimal189177210
Binary101111011011000111010010
Octal275261322

Shades and tints

Shades of #BDB1D2

#BDB1D2
(189,177,210)
#ACA1BF
(172,161,191)
#9B91AC
(155,145,172)
#8A8199
(138,129,153)
#797186
(121,113,134)
#686173
(104,97,115)
#575160
(87,81,96)
#46414D
(70,65,77)
#35313A
(53,49,58)
#242127
(36,33,39)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #BDB1D2

#BDB1D2
(189,177,210)
#C3B8D6
(195,184,214)
#C9BFDA
(201,191,218)
#CFC6DE
(207,198,222)
#D5CDE2
(213,205,226)
#DBD4E6
(219,212,230)
#E1DBEA
(225,219,234)
#E7E2EE
(231,226,238)
#EDE9F2
(237,233,242)
#F3F0F6
(243,240,246)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB1D2 color. Also use rgb(189,177,210) instead hex code.

Text Font Color

.myTextColor { color: #BDB1D2; }

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

This text font color is #BDB1D2.


Background Color

.myBgColor { background-color: #BDB1D2; }

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

This div background color is #BDB1D2.


Border color

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

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

This div border color is #BDB1D2.


Opacity

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

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

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

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

This text has shadow with #BDB1D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB1D2 on black background.


Color preview on white background

This text has color #BDB1D2 on white background.



Black color preview on #BDB1D2 background

This text has black color on #BDB1D2 background.


White color preview on #BDB1D2 background

This text has white color on #BDB1D2 background.