COLOR #B6BEDF

HEX: #B6BEDF RGB: (182,190,223)

Color info

#B6BEDF contains red, green and blue colors in about the same proportion. Web safe color of #B6BEDF is #CCCCCC (or #CCC).

RGB color model

#B6BEDF color RGB value is (182,190,223).

RGB: (182,190,223) (71%, 75%, 87%)

RGB channels and saturation

R 182 of 255 = 71%
G 190 of 255 = 75%
B 223 of 255 = 87%

182
190
223

R + G + B ~ 78%. #B6BEDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 190 + 223 = 595 (100%)
R 182 of 595 ~ 30.59%
G 190 of 595 ~ 31.93%
B 223 of 595 ~ 37.48'%

%30.59
%31.93
%37.48

CMYK color model

#B6BEDF color CMYK value is (18,15,0,13).

  • cyan value is 18.39%
  • magenta value is 14.80%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (18,15,0,13)
C18M15Y0K13 (18%, 15%, 0%, 13%)
(0.18 / 0.15 / 0.00 / 0.13)

CMYK percentages

%18.39
%14.8
%0
%12.55

Codes

Color #B6BEDF in popluar color models

B6 BE DF
RGB 182 190 223
HSL 228° 39.05% 79.41%
HSB/HSV 228° 18.39% 87.45%
CMYK 18.39% 14.80% 0.00%
12.55%

Color #B6BEDF in popluar number systems.

HEX B6 BE DF
Decimal 182 190 223
Binary 10110110 10111110 11011111
Octal 266 276 337

Shades and tints

Shades of #B6BEDF

#B6BEDF
(182,190,223)
#A6ADCB
(166,173,203)
#969CB7
(150,156,183)
#868BA3
(134,139,163)
#767A8F
(118,122,143)
#66697B
(102,105,123)
#565867
(86,88,103)
#464753
(70,71,83)
#36363F
(54,54,63)
#26252B
(38,37,43)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #B6BEDF

#B6BEDF
(182,190,223)
#BCC3E1
(188,195,225)
#C2C8E3
(194,200,227)
#C8CDE5
(200,205,229)
#CED2E7
(206,210,231)
#D4D7E9
(212,215,233)
#DADCEB
(218,220,235)
#E0E1ED
(224,225,237)
#E6E6EF
(230,230,239)
#ECEBF1
(236,235,241)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6BEDF color. Also use rgb(182,190,223) instead hex code.

Text Font Color

.myTextColor { color: #B6BEDF; }

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

This text font color is #B6BEDF.

Background Color

.myBgColor { background-color: #B6BEDF; }

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

This div background color is #B6BEDF.

Border color

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

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

This div border color is #B6BEDF.

Opacity

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

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

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

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

This text has shadow with #B6BEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6BEDF.

Preview

Color preview on black background

This text has color #B6BEDF on black background.


Color preview on white background

This text has color #B6BEDF on white background.


Black color preview on #B6BEDF background

This text has black color on #B6BEDF background.


White color preview on #B6BEDF background

This text has white color on #B6BEDF background.


Related colors

Complementary color

Complementary color for #hex is #494120.


I love getcolorcode.com

Triadic colors

1 #DFB6BE and #BEDFB6 with #B6BEDF are triadic colors.

2 #DFBEB6 and #BEB6DF with #B6BEDF are triadic colors.