COLOR #BDBAEE

HEX: #BDBAEE
RGB: (189,186,238)

Color info

#BDBAEE contains red, green and blue colors in about the same proportion. Web safe color of #BDBAEE is #CCCCFF (or #CCF).

RGB color model

#BDBAEE color RGB value is (189,186,238).

  • red value is 189;
  • green value is 186;
  • blue value is 238.
RGB:
(189,186,238)
(74%,73%,93%)

RGB channels and saturation

R 189 of 255 = 74%
G 186 of 255 = 73%
B 238 of 255 = 93%

189
186
238

R + G + B ~ 80%. #BDBAEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 186 + 238 = 613 (100%)
R 189 of 613 ~ 30.83%
G 186 of 613 ~ 30.34%
B 238 of 613 ~ 38.83%

%30.83
%30.34
%38.83

CMYK color model

#BDBAEE color CMYK value is (21,22,0,7).

  • cyan value is 20.59%
  • magenta value is 21.85%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(21,22,0,7)
C21M22Y0K7 
(21%,22%,0%,7%)
(0.21/0.22/0.00/0.07)	

CMYK percentages

%20.59
%21.85
%0
%6.67

Codes

Color #BDBAEE in popluar color models

BDBAEE
RGB189186238
HSL243°60.47%83.14%
HSB/HSV243°21.85%93.33%
CMYK20.59%21.85%0.00%
6.67%

Color #BDBAEE in popluar number systems.

HEXBDBAEE
Decimal189186238
Binary101111011011101011101110
Octal275272356

Shades and tints

Shades of #BDBAEE

#BDBAEE
(189,186,238)
#ACAAD9
(172,170,217)
#9B9AC4
(155,154,196)
#8A8AAF
(138,138,175)
#797A9A
(121,122,154)
#686A85
(104,106,133)
#575A70
(87,90,112)
#464A5B
(70,74,91)
#353A46
(53,58,70)
#242A31
(36,42,49)
#131A1C
(19,26,28)
#000000
(0,0,0)

Tints of #BDBAEE

#BDBAEE
(189,186,238)
#C3C0EF
(195,192,239)
#C9C6F0
(201,198,240)
#CFCCF1
(207,204,241)
#D5D2F2
(213,210,242)
#DBD8F3
(219,216,243)
#E1DEF4
(225,222,244)
#E7E4F5
(231,228,245)
#EDEAF6
(237,234,246)
#F3F0F7
(243,240,247)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDBAEE color. Also use rgb(189,186,238) instead hex code.

Text Font Color

.myTextColor { color: #BDBAEE; }

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

This text font color is #BDBAEE.


Background Color

.myBgColor { background-color: #BDBAEE; }

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

This div background color is #BDBAEE.


Border color

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

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

This div border color is #BDBAEE.


Opacity

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

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

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

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

This text has shadow with #BDBAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBAEE on black background.


Color preview on white background

This text has color #BDBAEE on white background.



Black color preview on #BDBAEE background

This text has black color on #BDBAEE background.


White color preview on #BDBAEE background

This text has white color on #BDBAEE background.