COLOR #BDAFE3

HEX: #BDAFE3 RGB: (189,175,227)

Color info

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

RGB color model

#BDAFE3 color RGB value is (189,175,227).

RGB: (189,175,227) (74%, 69%, 89%)

RGB channels and saturation

R 189 of 255 = 74%
G 175 of 255 = 69%
B 227 of 255 = 89%

189
175
227

R + G + B ~ 77%. #BDAFE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 175 + 227 = 591 (100%)
R 189 of 591 ~ 31.98%
G 175 of 591 ~ 29.61%
B 227 of 591 ~ 38.41'%

%31.98
%29.61
%38.41

CMYK color model

#BDAFE3 color CMYK value is (17,23,0,11).

  • cyan value is 16.74%
  • magenta value is 22.91%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK: (17,23,0,11) C17M23Y0K11 (17%,23%,0%,11%) (0.17/0.23/0.00/0.11) 

CMYK percentages

%16.74
%22.91
%0
%10.98

Codes

Color #BDAFE3 in popluar color models

BD AF E3
RGB 189 175 227
HSL 256° 48.15% 78.82%
HSB/HSV 256° 22.91% 89.02%
CMYK 16.74% 22.91% 0.00%
10.98%

Color #BDAFE3 in popluar number systems.

HEX BD AF E3
Decimal 189 175 227
Binary 10111101 10101111 11100011
Octal 275 257 343

Shades and tints

Shades of #BDAFE3

#BDAFE3
(189,175,227)
#ACA0CF
(172,160,207)
#9B91BB
(155,145,187)
#8A82A7
(138,130,167)
#797393
(121,115,147)
#68647F
(104,100,127)
#57556B
(87,85,107)
#464657
(70,70,87)
#353743
(53,55,67)
#24282F
(36,40,47)
#13191B
(19,25,27)
#000000
(0,0,0)

Tints of #BDAFE3

#BDAFE3
(189,175,227)
#C3B6E5
(195,182,229)
#C9BDE7
(201,189,231)
#CFC4E9
(207,196,233)
#D5CBEB
(213,203,235)
#DBD2ED
(219,210,237)
#E1D9EF
(225,217,239)
#E7E0F1
(231,224,241)
#EDE7F3
(237,231,243)
#F3EEF5
(243,238,245)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAFE3; }

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

This text font color is #BDAFE3.

Background Color

.myBgColor { background-color: #BDAFE3; }

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

This div background color is #BDAFE3.

Border color

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

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

This div border color is #BDAFE3.

Opacity

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

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

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

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

This text has shadow with #BDAFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAFE3.

Preview

Color preview on black background

This text has color #BDAFE3 on black background.


Color preview on white background

This text has color #BDAFE3 on white background.


Black color preview on #BDAFE3 background

This text has black color on #BDAFE3 background.


White color preview on #BDAFE3 background

This text has white color on #BDAFE3 background.


Related colors

Complementary color

Complementary color for #hex is #42501C.


I love getcolorcode.com

Triadic colors

1 #E3BDAF and #AFE3BD with #BDAFE3 are triadic colors.

2 #E3AFBD and #AFBDE3 with #BDAFE3 are triadic colors.