COLOR #B4BDE3

HEX: #B4BDE3 RGB: (180,189,227)

Color info

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

RGB color model

#B4BDE3 color RGB value is (180,189,227).

RGB: (180,189,227) (71%, 74%, 89%)

RGB channels and saturation

R 180 of 255 = 71%
G 189 of 255 = 74%
B 227 of 255 = 89%

180
189
227

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

Portions of RGB colors in percentages

R + G + B = 180 + 189 + 227 = 596 (100%)
R 180 of 596 ~ 30.2%
G 189 of 596 ~ 31.71%
B 227 of 596 ~ 38.09'%

%30.2
%31.71
%38.09

CMYK color model

#B4BDE3 color CMYK value is (21,17,0,11).

  • cyan value is 20.70%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (21,17,0,11)
C21M17Y0K11 (21%, 17%, 0%, 11%)
(0.21 / 0.17 / 0.00 / 0.11)

CMYK percentages

%20.7
%16.74
%0
%10.98

Codes

Color #B4BDE3 in popluar color models

B4 BD E3
RGB 180 189 227
HSL 229° 45.63% 79.80%
HSB/HSV 229° 20.70% 89.02%
CMYK 20.70% 16.74% 0.00%
10.98%

Color #B4BDE3 in popluar number systems.

HEX B4 BD E3
Decimal 180 189 227
Binary 10110100 10111101 11100011
Octal 264 275 343

Shades and tints

Shades of #B4BDE3

#B4BDE3
(180,189,227)
#A4ACCF
(164,172,207)
#949BBB
(148,155,187)
#848AA7
(132,138,167)
#747993
(116,121,147)
#64687F
(100,104,127)
#54576B
(84,87,107)
#444657
(68,70,87)
#343543
(52,53,67)
#24242F
(36,36,47)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #B4BDE3

#B4BDE3
(180,189,227)
#BAC3E5
(186,195,229)
#C0C9E7
(192,201,231)
#C6CFE9
(198,207,233)
#CCD5EB
(204,213,235)
#D2DBED
(210,219,237)
#D8E1EF
(216,225,239)
#DEE7F1
(222,231,241)
#E4EDF3
(228,237,243)
#EAF3F5
(234,243,245)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BDE3 color. Also use rgb(180,189,227) instead hex code.

Text Font Color

.myTextColor { color: #B4BDE3; }

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

This text font color is #B4BDE3.

Background Color

.myBgColor { background-color: #B4BDE3; }

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

This div background color is #B4BDE3.

Border color

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

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

This div border color is #B4BDE3.

Opacity

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

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

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

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

This text has shadow with #B4BDE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BDE3.

Preview

Color preview on black background

This text has color #B4BDE3 on black background.


Color preview on white background

This text has color #B4BDE3 on white background.


Black color preview on #B4BDE3 background

This text has black color on #B4BDE3 background.


White color preview on #B4BDE3 background

This text has white color on #B4BDE3 background.


Related colors

Complementary color

Complementary color for #hex is #4B421C.


I love getcolorcode.com

Triadic colors

1 #E3B4BD and #BDE3B4 with #B4BDE3 are triadic colors.

2 #E3BDB4 and #BDB4E3 with #B4BDE3 are triadic colors.