COLOR #BDBEEB

HEX: #BDBEEB
RGB: (189,190,235)

Color info

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

RGB color model

#BDBEEB color RGB value is (189,190,235).

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

RGB channels and saturation

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

189
190
235

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

Portions of RGB colors in percentages

R + G + B =
189 + 190 + 235 = 614 (100%)
R 189 of 614 ~ 30.78%
G 190 of 614 ~ 30.94%
B 235 of 614 ~ 38.27%

%30.78
%30.94
%38.27

CMYK color model

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

  • cyan value is 19.57%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(20,19,0,8)
C20M19Y0K8 
(20%,19%,0%,8%)
(0.20/0.19/0.00/0.08)	

CMYK percentages

%19.57
%19.15
%0
%7.84

Codes

Color #BDBEEB in popluar color models

BDBEEB
RGB189190235
HSL239°53.49%83.14%
HSB/HSV239°19.57%92.16%
CMYK19.57%19.15%0.00%
7.84%

Color #BDBEEB in popluar number systems.

HEXBDBEEB
Decimal189190235
Binary101111011011111011101011
Octal275276353

Shades and tints

Shades of #BDBEEB

#BDBEEB
(189,190,235)
#ACADD6
(172,173,214)
#9B9CC1
(155,156,193)
#8A8BAC
(138,139,172)
#797A97
(121,122,151)
#686982
(104,105,130)
#57586D
(87,88,109)
#464758
(70,71,88)
#353643
(53,54,67)
#24252E
(36,37,46)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #BDBEEB

#BDBEEB
(189,190,235)
#C3C3EC
(195,195,236)
#C9C8ED
(201,200,237)
#CFCDEE
(207,205,238)
#D5D2EF
(213,210,239)
#DBD7F0
(219,215,240)
#E1DCF1
(225,220,241)
#E7E1F2
(231,225,242)
#EDE6F3
(237,230,243)
#F3EBF4
(243,235,244)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBEEB; }

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

This text font color is #BDBEEB.


Background Color

.myBgColor { background-color: #BDBEEB; }

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

This div background color is #BDBEEB.


Border color

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

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

This div border color is #BDBEEB.


Opacity

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

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

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

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

This text has shadow with #BDBEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBEEB on black background.


Color preview on white background

This text has color #BDBEEB on white background.



Black color preview on #BDBEEB background

This text has black color on #BDBEEB background.


White color preview on #BDBEEB background

This text has white color on #BDBEEB background.