COLOR #BDB2EB

HEX: #BDB2EB RGB: (189,178,235)

Color info

#BDB2EB contains red, green and blue colors in about the same proportion. Web safe color of #BDB2EB is #CC99FF (or #C9F).

RGB color model

#BDB2EB color RGB value is (189,178,235).

RGB: (189,178,235) (74%, 70%, 92%)

RGB channels and saturation

R 189 of 255 = 74%
G 178 of 255 = 70%
B 235 of 255 = 92%

189
178
235

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

Portions of RGB colors in percentages

R + G + B = 189 + 178 + 235 = 602 (100%)
R 189 of 602 ~ 31.4%
G 178 of 602 ~ 29.57%
B 235 of 602 ~ 39.04'%

%31.4
%29.57
%39.04

CMYK color model

#BDB2EB color CMYK value is (20,24,0,8).

  • cyan value is 19.57%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (20,24,0,8) C20M24Y0K8 (20%,24%,0%,8%) (0.20/0.24/0.00/0.08) 

CMYK percentages

%19.57
%24.26
%0
%7.84

Codes

Color #BDB2EB in popluar color models

BD B2 EB
RGB 189 178 235
HSL 252° 58.76% 80.98%
HSB/HSV 252° 24.26% 92.16%
CMYK 19.57% 24.26% 0.00%
7.84%

Color #BDB2EB in popluar number systems.

HEX BD B2 EB
Decimal 189 178 235
Binary 10111101 10110010 11101011
Octal 275 262 353

Shades and tints

Shades of #BDB2EB

#BDB2EB
(189,178,235)
#ACA2D6
(172,162,214)
#9B92C1
(155,146,193)
#8A82AC
(138,130,172)
#797297
(121,114,151)
#686282
(104,98,130)
#57526D
(87,82,109)
#464258
(70,66,88)
#353243
(53,50,67)
#24222E
(36,34,46)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #BDB2EB

#BDB2EB
(189,178,235)
#C3B9EC
(195,185,236)
#C9C0ED
(201,192,237)
#CFC7EE
(207,199,238)
#D5CEEF
(213,206,239)
#DBD5F0
(219,213,240)
#E1DCF1
(225,220,241)
#E7E3F2
(231,227,242)
#EDEAF3
(237,234,243)
#F3F1F4
(243,241,244)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB2EB; }

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

This text font color is #BDB2EB.

Background Color

.myBgColor { background-color: #BDB2EB; }

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

This div background color is #BDB2EB.

Border color

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

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

This div border color is #BDB2EB.

Opacity

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

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

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

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

This text has shadow with #BDB2EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB2EB.

Preview

Color preview on black background

This text has color #BDB2EB on black background.


Color preview on white background

This text has color #BDB2EB on white background.


Black color preview on #BDB2EB background

This text has black color on #BDB2EB background.


White color preview on #BDB2EB background

This text has white color on #BDB2EB background.


Related colors

Complementary color

Complementary color for #hex is #424D14.


I love getcolorcode.com

Triadic colors

1 #EBBDB2 and #B2EBBD with #BDB2EB are triadic colors.

2 #EBB2BD and #B2BDEB with #BDB2EB are triadic colors.