COLOR #BDADEA

HEX: #BDADEA RGB: (189,173,234)

Color info

#BDADEA contains mainly red and blue colors. Web safe color of #BDADEA is #CC99FF (or #C9F).

RGB color model

#BDADEA color RGB value is (189,173,234).

RGB: (189,173,234) (74%, 68%, 92%)

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 234 of 255 = 92%

189
173
234

R + G + B ~ 78%. #BDADEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 173 + 234 = 596 (100%)
R 189 of 596 ~ 31.71%
G 173 of 596 ~ 29.03%
B 234 of 596 ~ 39.26'%

%31.71
%29.03
%39.26

CMYK color model

#BDADEA color CMYK value is (19,26,0,8).

  • cyan value is 19.23%
  • magenta value is 26.07%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (19,26,0,8)
C19M26Y0K8 (19%, 26%, 0%, 8%)
(0.19 / 0.26 / 0.00 / 0.08)

CMYK percentages

%19.23
%26.07
%0
%8.24

Codes

Color #BDADEA in popluar color models

BD AD EA
RGB 189 173 234
HSL 256° 59.22% 79.80%
HSB/HSV 256° 26.07% 91.76%
CMYK 19.23% 26.07% 0.00%
8.24%

Color #BDADEA in popluar number systems.

HEX BD AD EA
Decimal 189 173 234
Binary 10111101 10101101 11101010
Octal 275 255 352

Shades and tints

Shades of #BDADEA

#BDADEA
(189,173,234)
#AC9ED5
(172,158,213)
#9B8FC0
(155,143,192)
#8A80AB
(138,128,171)
#797196
(121,113,150)
#686281
(104,98,129)
#57536C
(87,83,108)
#464457
(70,68,87)
#353542
(53,53,66)
#24262D
(36,38,45)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #BDADEA

#BDADEA
(189,173,234)
#C3B4EB
(195,180,235)
#C9BBEC
(201,187,236)
#CFC2ED
(207,194,237)
#D5C9EE
(213,201,238)
#DBD0EF
(219,208,239)
#E1D7F0
(225,215,240)
#E7DEF1
(231,222,241)
#EDE5F2
(237,229,242)
#F3ECF3
(243,236,243)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDADEA color. Also use rgb(189,173,234) instead hex code.

Text Font Color

.myTextColor { color: #BDADEA; }

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

This text font color is #BDADEA.

Background Color

.myBgColor { background-color: #BDADEA; }

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

This div background color is #BDADEA.

Border color

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

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

This div border color is #BDADEA.

Opacity

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

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

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

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

This text has shadow with #BDADEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDADEA.

Preview

Color preview on black background

This text has color #BDADEA on black background.


Color preview on white background

This text has color #BDADEA on white background.


Black color preview on #BDADEA background

This text has black color on #BDADEA background.


White color preview on #BDADEA background

This text has white color on #BDADEA background.


Related colors

Complementary color

Complementary color for #hex is #425215.


I love getcolorcode.com

Triadic colors

1 #EABDAD and #ADEABD with #BDADEA are triadic colors.

2 #EAADBD and #ADBDEA with #BDADEA are triadic colors.