COLOR #BDBEF2

HEX: #BDBEF2 RGB: (189,190,242)

Color info

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

RGB color model

#BDBEF2 color RGB value is (189,190,242).

RGB: (189,190,242) (74%, 75%, 95%)

RGB channels and saturation

R 189 of 255 = 74%
G 190 of 255 = 75%
B 242 of 255 = 95%

189
190
242

R + G + B ~ 81%. #BDBEF2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 190 + 242 = 621 (100%)
R 189 of 621 ~ 30.43%
G 190 of 621 ~ 30.6%
B 242 of 621 ~ 38.97'%

%30.43
%30.6
%38.97

CMYK color model

#BDBEF2 color CMYK value is (22,21,0,5).

  • cyan value is 21.90%
  • magenta value is 21.49%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (22,21,0,5)
C22M21Y0K5 (22%, 21%, 0%, 5%)
(0.22 / 0.21 / 0.00 / 0.05)

CMYK percentages

%21.9
%21.49
%0
%5.1

Codes

Color #BDBEF2 in popluar color models

BD BE F2
RGB 189 190 242
HSL 239° 67.09% 84.51%
HSB/HSV 239° 21.90% 94.90%
CMYK 21.90% 21.49% 0.00%
5.10%

Color #BDBEF2 in popluar number systems.

HEX BD BE F2
Decimal 189 190 242
Binary 10111101 10111110 11110010
Octal 275 276 362

Shades and tints

Shades of #BDBEF2

#BDBEF2
(189,190,242)
#ACADDC
(172,173,220)
#9B9CC6
(155,156,198)
#8A8BB0
(138,139,176)
#797A9A
(121,122,154)
#686984
(104,105,132)
#57586E
(87,88,110)
#464758
(70,71,88)
#353642
(53,54,66)
#24252C
(36,37,44)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #BDBEF2

#BDBEF2
(189,190,242)
#C3C3F3
(195,195,243)
#C9C8F4
(201,200,244)
#CFCDF5
(207,205,245)
#D5D2F6
(213,210,246)
#DBD7F7
(219,215,247)
#E1DCF8
(225,220,248)
#E7E1F9
(231,225,249)
#EDE6FA
(237,230,250)
#F3EBFB
(243,235,251)
#F9F0FC
(249,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBEF2; }

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

This text font color is #BDBEF2.

Background Color

.myBgColor { background-color: #BDBEF2; }

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

This div background color is #BDBEF2.

Border color

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

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

This div border color is #BDBEF2.

Opacity

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

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

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

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

This text has shadow with #BDBEF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBEF2.

Preview

Color preview on black background

This text has color #BDBEF2 on black background.


Color preview on white background

This text has color #BDBEF2 on white background.


Black color preview on #BDBEF2 background

This text has black color on #BDBEF2 background.


White color preview on #BDBEF2 background

This text has white color on #BDBEF2 background.


Related colors

Complementary color

Complementary color for #hex is #42410D.


I love getcolorcode.com

Triadic colors

1 #F2BDBE and #BEF2BD with #BDBEF2 are triadic colors.

2 #F2BEBD and #BEBDF2 with #BDBEF2 are triadic colors.