COLOR #BDBEEA

HEX: #BDBEEA
RGB: (189,190,234)

Color info

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

RGB color model

#BDBEEA color RGB value is (189,190,234).

  • red value is 189;
  • green value is 190;
  • blue value is 234.
RGB:
(189,190,234)
(74%,75%,92%)

RGB channels and saturation

R 189 of 255 = 74%
G 190 of 255 = 75%
B 234 of 255 = 92%

189
190
234

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

Portions of RGB colors in percentages

R + G + B =
189 + 190 + 234 = 613 (100%)
R 189 of 613 ~ 30.83%
G 190 of 613 ~ 31%
B 234 of 613 ~ 38.17%

%30.83
%31
%38.17

CMYK color model

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

  • cyan value is 19.23%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(19,19,0,8)
C19M19Y0K8 
(19%,19%,0%,8%)
(0.19/0.19/0.00/0.08)	

CMYK percentages

%19.23
%18.8
%0
%8.24

Codes

Color #BDBEEA in popluar color models

BDBEEA
RGB189190234
HSL239°51.72%82.94%
HSB/HSV239°19.23%91.76%
CMYK19.23%18.80%0.00%
8.24%

Color #BDBEEA in popluar number systems.

HEXBDBEEA
Decimal189190234
Binary101111011011111011101010
Octal275276352

Shades and tints

Shades of #BDBEEA

#BDBEEA
(189,190,234)
#ACADD5
(172,173,213)
#9B9CC0
(155,156,192)
#8A8BAB
(138,139,171)
#797A96
(121,122,150)
#686981
(104,105,129)
#57586C
(87,88,108)
#464757
(70,71,87)
#353642
(53,54,66)
#24252D
(36,37,45)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #BDBEEA

#BDBEEA
(189,190,234)
#C3C3EB
(195,195,235)
#C9C8EC
(201,200,236)
#CFCDED
(207,205,237)
#D5D2EE
(213,210,238)
#DBD7EF
(219,215,239)
#E1DCF0
(225,220,240)
#E7E1F1
(231,225,241)
#EDE6F2
(237,230,242)
#F3EBF3
(243,235,243)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBEEA; }

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

This text font color is #BDBEEA.


Background Color

.myBgColor { background-color: #BDBEEA; }

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

This div background color is #BDBEEA.


Border color

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

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

This div border color is #BDBEEA.


Opacity

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

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

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

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

This text has shadow with #BDBEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBEEA on black background.


Color preview on white background

This text has color #BDBEEA on white background.



Black color preview on #BDBEEA background

This text has black color on #BDBEEA background.


White color preview on #BDBEEA background

This text has white color on #BDBEEA background.