COLOR #B6BECC

HEX: #B6BECC RGB: (182,190,204)

Color info

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

RGB color model

#B6BECC color RGB value is (182,190,204).

RGB: (182,190,204) (71%, 75%, 80%)

RGB channels and saturation

R 182 of 255 = 71%
G 190 of 255 = 75%
B 204 of 255 = 80%

182
190
204

R + G + B ~ 75%. #B6BECC is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 190 + 204 = 576 (100%)
R 182 of 576 ~ 31.6%
G 190 of 576 ~ 32.99%
B 204 of 576 ~ 35.42'%

%31.6
%32.99
%35.42

CMYK color model

#B6BECC color CMYK value is (11,7,0,20).

  • cyan value is 10.78%
  • magenta value is 6.86%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (11,7,0,20) C11M7Y0K20 (11%,7%,0%,20%) (0.11/0.07/0.00/0.20) 

CMYK percentages

%10.78
%6.86
%0
%20

Codes

Color #B6BECC in popluar color models

B6 BE CC
RGB 182 190 204
HSL 218° 17.74% 75.69%
HSB/HSV 218° 10.78% 80.00%
CMYK 10.78% 6.86% 0.00%
20.00%

Color #B6BECC in popluar number systems.

HEX B6 BE CC
Decimal 182 190 204
Binary 10110110 10111110 11001100
Octal 266 276 314

Shades and tints

Shades of #B6BECC

#B6BECC
(182,190,204)
#A6ADBA
(166,173,186)
#969CA8
(150,156,168)
#868B96
(134,139,150)
#767A84
(118,122,132)
#666972
(102,105,114)
#565860
(86,88,96)
#46474E
(70,71,78)
#36363C
(54,54,60)
#26252A
(38,37,42)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #B6BECC

#B6BECC
(182,190,204)
#BCC3D0
(188,195,208)
#C2C8D4
(194,200,212)
#C8CDD8
(200,205,216)
#CED2DC
(206,210,220)
#D4D7E0
(212,215,224)
#DADCE4
(218,220,228)
#E0E1E8
(224,225,232)
#E6E6EC
(230,230,236)
#ECEBF0
(236,235,240)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BECC; }

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

This text font color is #B6BECC.

Background Color

.myBgColor { background-color: #B6BECC; }

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

This div background color is #B6BECC.

Border color

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

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

This div border color is #B6BECC.

Opacity

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

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

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

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

This text has shadow with #B6BECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6BECC.

Preview

Color preview on black background

This text has color #B6BECC on black background.


Color preview on white background

This text has color #B6BECC on white background.


Black color preview on #B6BECC background

This text has black color on #B6BECC background.


White color preview on #B6BECC background

This text has white color on #B6BECC background.


Related colors

Complementary color

Complementary color for #hex is #494133.


I love getcolorcode.com

Triadic colors

1 #CCB6BE and #BECCB6 with #B6BECC are triadic colors.

2 #CCBEB6 and #BEB6CC with #B6BECC are triadic colors.