COLOR #BDAFD1

HEX: #BDAFD1 RGB: (189,175,209)

Color info

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

RGB color model

#BDAFD1 color RGB value is (189,175,209).

RGB: (189,175,209) (74%, 69%, 82%)

RGB channels and saturation

R 189 of 255 = 74%
G 175 of 255 = 69%
B 209 of 255 = 82%

189
175
209

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

Portions of RGB colors in percentages

R + G + B = 189 + 175 + 209 = 573 (100%)
R 189 of 573 ~ 32.98%
G 175 of 573 ~ 30.54%
B 209 of 573 ~ 36.47'%

%32.98
%30.54
%36.47

CMYK color model

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

  • cyan value is 9.57%
  • magenta value is 16.27%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (10,16,0,18)
C10M16Y0K18 (10%, 16%, 0%, 18%)
(0.10 / 0.16 / 0.00 / 0.18)

CMYK percentages

%9.57
%16.27
%0
%18.04

Codes

Color #BDAFD1 in popluar color models

BD AF D1
RGB 189 175 209
HSL 265° 26.98% 75.29%
HSB/HSV 265° 16.27% 81.96%
CMYK 9.57% 16.27% 0.00%
18.04%

Color #BDAFD1 in popluar number systems.

HEX BD AF D1
Decimal 189 175 209
Binary 10111101 10101111 11010001
Octal 275 257 321

Shades and tints

Shades of #BDAFD1

#BDAFD1
(189,175,209)
#ACA0BE
(172,160,190)
#9B91AB
(155,145,171)
#8A8298
(138,130,152)
#797385
(121,115,133)
#686472
(104,100,114)
#57555F
(87,85,95)
#46464C
(70,70,76)
#353739
(53,55,57)
#242826
(36,40,38)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #BDAFD1

#BDAFD1
(189,175,209)
#C3B6D5
(195,182,213)
#C9BDD9
(201,189,217)
#CFC4DD
(207,196,221)
#D5CBE1
(213,203,225)
#DBD2E5
(219,210,229)
#E1D9E9
(225,217,233)
#E7E0ED
(231,224,237)
#EDE7F1
(237,231,241)
#F3EEF5
(243,238,245)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAFD1 color. Also use rgb(189,175,209) instead hex code.

Text Font Color

.myTextColor { color: #BDAFD1; }

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

This text font color is #BDAFD1.

Background Color

.myBgColor { background-color: #BDAFD1; }

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

This div background color is #BDAFD1.

Border color

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

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

This div border color is #BDAFD1.

Opacity

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

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

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

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

This text has shadow with #BDAFD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAFD1.

Preview

Color preview on black background

This text has color #BDAFD1 on black background.


Color preview on white background

This text has color #BDAFD1 on white background.


Black color preview on #BDAFD1 background

This text has black color on #BDAFD1 background.


White color preview on #BDAFD1 background

This text has white color on #BDAFD1 background.


Related colors

Complementary color

Complementary color for #hex is #42502E.


I love getcolorcode.com

Triadic colors

1 #D1BDAF and #AFD1BD with #BDAFD1 are triadic colors.

2 #D1AFBD and #AFBDD1 with #BDAFD1 are triadic colors.