COLOR #B4B5DE

HEX: #B4B5DE RGB: (180,181,222)

Color info

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

RGB color model

#B4B5DE color RGB value is (180,181,222).

RGB: (180,181,222) (71%, 71%, 87%)

RGB channels and saturation

R 180 of 255 = 71%
G 181 of 255 = 71%
B 222 of 255 = 87%

180
181
222

R + G + B ~ 76%. #B4B5DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 181 + 222 = 583 (100%)
R 180 of 583 ~ 30.87%
G 181 of 583 ~ 31.05%
B 222 of 583 ~ 38.08'%

%30.87
%31.05
%38.08

CMYK color model

#B4B5DE color CMYK value is (19,18,0,13).

  • cyan value is 18.92%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (19,18,0,13)
C19M18Y0K13 (19%, 18%, 0%, 13%)
(0.19 / 0.18 / 0.00 / 0.13)

CMYK percentages

%18.92
%18.47
%0
%12.94

Codes

Color #B4B5DE in popluar color models

B4 B5 DE
RGB 180 181 222
HSL 239° 38.89% 78.82%
HSB/HSV 239° 18.92% 87.06%
CMYK 18.92% 18.47% 0.00%
12.94%

Color #B4B5DE in popluar number systems.

HEX B4 B5 DE
Decimal 180 181 222
Binary 10110100 10110101 11011110
Octal 264 265 336

Shades and tints

Shades of #B4B5DE

#B4B5DE
(180,181,222)
#A4A5CA
(164,165,202)
#9495B6
(148,149,182)
#8485A2
(132,133,162)
#74758E
(116,117,142)
#64657A
(100,101,122)
#545566
(84,85,102)
#444552
(68,69,82)
#34353E
(52,53,62)
#24252A
(36,37,42)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #B4B5DE

#B4B5DE
(180,181,222)
#BABBE1
(186,187,225)
#C0C1E4
(192,193,228)
#C6C7E7
(198,199,231)
#CCCDEA
(204,205,234)
#D2D3ED
(210,211,237)
#D8D9F0
(216,217,240)
#DEDFF3
(222,223,243)
#E4E5F6
(228,229,246)
#EAEBF9
(234,235,249)
#F0F1FC
(240,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B5DE color. Also use rgb(180,181,222) instead hex code.

Text Font Color

.myTextColor { color: #B4B5DE; }

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

This text font color is #B4B5DE.

Background Color

.myBgColor { background-color: #B4B5DE; }

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

This div background color is #B4B5DE.

Border color

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

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

This div border color is #B4B5DE.

Opacity

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

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

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

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

This text has shadow with #B4B5DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B5DE.

Preview

Color preview on black background

This text has color #B4B5DE on black background.


Color preview on white background

This text has color #B4B5DE on white background.


Black color preview on #B4B5DE background

This text has black color on #B4B5DE background.


White color preview on #B4B5DE background

This text has white color on #B4B5DE background.


Related colors

Complementary color

Complementary color for #hex is #4B4A21.


I love getcolorcode.com

Triadic colors

1 #DEB4B5 and #B5DEB4 with #B4B5DE are triadic colors.

2 #DEB5B4 and #B5B4DE with #B4B5DE are triadic colors.