COLOR #BDAFC1

HEX: #BDAFC1
RGB: (189,175,193)

Color info

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

RGB color model

#BDAFC1 color RGB value is (189,175,193).

  • red value is 189;
  • green value is 175;
  • blue value is 193.
RGB:
(189,175,193)
(74%,69%,76%)

RGB channels and saturation

R 189 of 255 = 74%
G 175 of 255 = 69%
B 193 of 255 = 76%

189
175
193

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

Portions of RGB colors in percentages

R + G + B =
189 + 175 + 193 = 557 (100%)
R 189 of 557 ~ 33.93%
G 175 of 557 ~ 31.42%
B 193 of 557 ~ 34.65%

%33.93
%31.42
%34.65

CMYK color model

#BDAFC1 color CMYK value is (2,9,0,24).

  • cyan value is 2.07%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(2,9,0,24)
C2M9Y0K24 
(2%,9%,0%,24%)
(0.02/0.09/0.00/0.24)	

CMYK percentages

%2.07
%9.33
%0
%24.31

Codes

Color #BDAFC1 in popluar color models

BDAFC1
RGB189175193
HSL287°12.68%72.16%
HSB/HSV287°9.33%75.69%
CMYK2.07%9.33%0.00%
24.31%

Color #BDAFC1 in popluar number systems.

HEXBDAFC1
Decimal189175193
Binary101111011010111111000001
Octal275257301

Shades and tints

Shades of #BDAFC1

#BDAFC1
(189,175,193)
#ACA0B0
(172,160,176)
#9B919F
(155,145,159)
#8A828E
(138,130,142)
#79737D
(121,115,125)
#68646C
(104,100,108)
#57555B
(87,85,91)
#46464A
(70,70,74)
#353739
(53,55,57)
#242828
(36,40,40)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #BDAFC1

#BDAFC1
(189,175,193)
#C3B6C6
(195,182,198)
#C9BDCB
(201,189,203)
#CFC4D0
(207,196,208)
#D5CBD5
(213,203,213)
#DBD2DA
(219,210,218)
#E1D9DF
(225,217,223)
#E7E0E4
(231,224,228)
#EDE7E9
(237,231,233)
#F3EEEE
(243,238,238)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAFC1; }

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

This text font color is #BDAFC1.


Background Color

.myBgColor { background-color: #BDAFC1; }

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

This div background color is #BDAFC1.


Border color

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

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

This div border color is #BDAFC1.


Opacity

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

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

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

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

This text has shadow with #BDAFC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAFC1 on black background.


Color preview on white background

This text has color #BDAFC1 on white background.



Black color preview on #BDAFC1 background

This text has black color on #BDAFC1 background.


White color preview on #BDAFC1 background

This text has white color on #BDAFC1 background.