COLOR #B7BCE5

HEX: #B7BCE5 RGB: (183,188,229)

Color info

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

RGB color model

#B7BCE5 color RGB value is (183,188,229).

RGB: (183,188,229) (72%, 74%, 90%)

RGB channels and saturation

R 183 of 255 = 72%
G 188 of 255 = 74%
B 229 of 255 = 90%

183
188
229

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

Portions of RGB colors in percentages

R + G + B = 183 + 188 + 229 = 600 (100%)
R 183 of 600 ~ 30.5%
G 188 of 600 ~ 31.33%
B 229 of 600 ~ 38.17'%

%30.5
%31.33
%38.17

CMYK color model

#B7BCE5 color CMYK value is (20,18,0,10).

  • cyan value is 20.09%
  • magenta value is 17.90%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (20,18,0,10) C20M18Y0K10 (20%,18%,0%,10%) (0.20/0.18/0.00/0.10) 

CMYK percentages

%20.09
%17.9
%0
%10.2

Codes

Color #B7BCE5 in popluar color models

B7 BC E5
RGB 183 188 229
HSL 233° 46.94% 80.78%
HSB/HSV 233° 20.09% 89.80%
CMYK 20.09% 17.90% 0.00%
10.20%

Color #B7BCE5 in popluar number systems.

HEX B7 BC E5
Decimal 183 188 229
Binary 10110111 10111100 11100101
Octal 267 274 345

Shades and tints

Shades of #B7BCE5

#B7BCE5
(183,188,229)
#A7ABD1
(167,171,209)
#979ABD
(151,154,189)
#8789A9
(135,137,169)
#777895
(119,120,149)
#676781
(103,103,129)
#57566D
(87,86,109)
#474559
(71,69,89)
#373445
(55,52,69)
#272331
(39,35,49)
#17121D
(23,18,29)
#000000
(0,0,0)

Tints of #B7BCE5

#B7BCE5
(183,188,229)
#BDC2E7
(189,194,231)
#C3C8E9
(195,200,233)
#C9CEEB
(201,206,235)
#CFD4ED
(207,212,237)
#D5DAEF
(213,218,239)
#DBE0F1
(219,224,241)
#E1E6F3
(225,230,243)
#E7ECF5
(231,236,245)
#EDF2F7
(237,242,247)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BCE5 color. Also use rgb(183,188,229) instead hex code.

Text Font Color

.myTextColor { color: #B7BCE5; }

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

This text font color is #B7BCE5.

Background Color

.myBgColor { background-color: #B7BCE5; }

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

This div background color is #B7BCE5.

Border color

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

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

This div border color is #B7BCE5.

Opacity

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

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

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

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

This text has shadow with #B7BCE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7BCE5.

Preview

Color preview on black background

This text has color #B7BCE5 on black background.


Color preview on white background

This text has color #B7BCE5 on white background.


Black color preview on #B7BCE5 background

This text has black color on #B7BCE5 background.


White color preview on #B7BCE5 background

This text has white color on #B7BCE5 background.


Related colors

Complementary color

Complementary color for #hex is #48431A.


I love getcolorcode.com

Triadic colors

1 #E5B7BC and #BCE5B7 with #B7BCE5 are triadic colors.

2 #E5BCB7 and #BCB7E5 with #B7BCE5 are triadic colors.