COLOR #B4BDDA

HEX: #B4BDDA RGB: (180,189,218)

Color info

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

RGB color model

#B4BDDA color RGB value is (180,189,218).

RGB: (180,189,218) (71%, 74%, 85%)

RGB channels and saturation

R 180 of 255 = 71%
G 189 of 255 = 74%
B 218 of 255 = 85%

180
189
218

R + G + B ~ 77%. #B4BDDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 189 + 218 = 587 (100%)
R 180 of 587 ~ 30.66%
G 189 of 587 ~ 32.2%
B 218 of 587 ~ 37.14'%

%30.66
%32.2
%37.14

CMYK color model

#B4BDDA color CMYK value is (17,13,0,15).

  • cyan value is 17.43%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (17,13,0,15)
C17M13Y0K15 (17%, 13%, 0%, 15%)
(0.17 / 0.13 / 0.00 / 0.15)

CMYK percentages

%17.43
%13.3
%0
%14.51

Codes

Color #B4BDDA in popluar color models

B4 BD DA
RGB 180 189 218
HSL 226° 33.93% 78.04%
HSB/HSV 226° 17.43% 85.49%
CMYK 17.43% 13.30% 0.00%
14.51%

Color #B4BDDA in popluar number systems.

HEX B4 BD DA
Decimal 180 189 218
Binary 10110100 10111101 11011010
Octal 264 275 332

Shades and tints

Shades of #B4BDDA

#B4BDDA
(180,189,218)
#A4ACC7
(164,172,199)
#949BB4
(148,155,180)
#848AA1
(132,138,161)
#74798E
(116,121,142)
#64687B
(100,104,123)
#545768
(84,87,104)
#444655
(68,70,85)
#343542
(52,53,66)
#24242F
(36,36,47)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #B4BDDA

#B4BDDA
(180,189,218)
#BAC3DD
(186,195,221)
#C0C9E0
(192,201,224)
#C6CFE3
(198,207,227)
#CCD5E6
(204,213,230)
#D2DBE9
(210,219,233)
#D8E1EC
(216,225,236)
#DEE7EF
(222,231,239)
#E4EDF2
(228,237,242)
#EAF3F5
(234,243,245)
#F0F9F8
(240,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BDDA; }

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

This text font color is #B4BDDA.

Background Color

.myBgColor { background-color: #B4BDDA; }

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

This div background color is #B4BDDA.

Border color

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

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

This div border color is #B4BDDA.

Opacity

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

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

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

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

This text has shadow with #B4BDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BDDA.

Preview

Color preview on black background

This text has color #B4BDDA on black background.


Color preview on white background

This text has color #B4BDDA on white background.


Black color preview on #B4BDDA background

This text has black color on #B4BDDA background.


White color preview on #B4BDDA background

This text has white color on #B4BDDA background.


Related colors

Complementary color

Complementary color for #hex is #4B4225.


I love getcolorcode.com

Triadic colors

1 #DAB4BD and #BDDAB4 with #B4BDDA are triadic colors.

2 #DABDB4 and #BDB4DA with #B4BDDA are triadic colors.