COLOR #BDAEF2

HEX: #BDAEF2
RGB: (189,174,242)

Color info

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

RGB color model

#BDAEF2 color RGB value is (189,174,242).

  • red value is 189;
  • green value is 174;
  • blue value is 242.
RGB:
(189,174,242)
(74%,68%,95%)

RGB channels and saturation

R 189 of 255 = 74%
G 174 of 255 = 68%
B 242 of 255 = 95%

189
174
242

R + G + B ~ 79%. #BDAEF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 174 + 242 = 605 (100%)
R 189 of 605 ~ 31.24%
G 174 of 605 ~ 28.76%
B 242 of 605 ~ 40%

%31.24
%28.76
%40

CMYK color model

#BDAEF2 color CMYK value is (22,28,0,5).

  • cyan value is 21.90%
  • magenta value is 28.10%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(22,28,0,5)
C22M28Y0K5 
(22%,28%,0%,5%)
(0.22/0.28/0.00/0.05)	

CMYK percentages

%21.9
%28.1
%0
%5.1

Codes

Color #BDAEF2 in popluar color models

BDAEF2
RGB189174242
HSL253°72.34%81.57%
HSB/HSV253°28.10%94.90%
CMYK21.90%28.10%0.00%
5.10%

Color #BDAEF2 in popluar number systems.

HEXBDAEF2
Decimal189174242
Binary101111011010111011110010
Octal275256362

Shades and tints

Shades of #BDAEF2

#BDAEF2
(189,174,242)
#AC9FDC
(172,159,220)
#9B90C6
(155,144,198)
#8A81B0
(138,129,176)
#79729A
(121,114,154)
#686384
(104,99,132)
#57546E
(87,84,110)
#464558
(70,69,88)
#353642
(53,54,66)
#24272C
(36,39,44)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #BDAEF2

#BDAEF2
(189,174,242)
#C3B5F3
(195,181,243)
#C9BCF4
(201,188,244)
#CFC3F5
(207,195,245)
#D5CAF6
(213,202,246)
#DBD1F7
(219,209,247)
#E1D8F8
(225,216,248)
#E7DFF9
(231,223,249)
#EDE6FA
(237,230,250)
#F3EDFB
(243,237,251)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAEF2 color. Also use rgb(189,174,242) instead hex code.

Text Font Color

.myTextColor { color: #BDAEF2; }

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

This text font color is #BDAEF2.


Background Color

.myBgColor { background-color: #BDAEF2; }

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

This div background color is #BDAEF2.


Border color

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

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

This div border color is #BDAEF2.


Opacity

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

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

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

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

This text has shadow with #BDAEF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAEF2 on black background.


Color preview on white background

This text has color #BDAEF2 on white background.



Black color preview on #BDAEF2 background

This text has black color on #BDAEF2 background.


White color preview on #BDAEF2 background

This text has white color on #BDAEF2 background.