COLOR #B4BDDD

HEX: #B4BDDD RGB: (180,189,221)

Color info

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

RGB color model

#B4BDDD color RGB value is (180,189,221).

RGB: (180,189,221) (71%, 74%, 87%)

RGB channels and saturation

R 180 of 255 = 71%
G 189 of 255 = 74%
B 221 of 255 = 87%

180
189
221

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

Portions of RGB colors in percentages

R + G + B = 180 + 189 + 221 = 590 (100%)
R 180 of 590 ~ 30.51%
G 189 of 590 ~ 32.03%
B 221 of 590 ~ 37.46'%

%30.51
%32.03
%37.46

CMYK color model

#B4BDDD color CMYK value is (19,14,0,13).

  • cyan value is 18.55%
  • magenta value is 14.48%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (19,14,0,13)
C19M14Y0K13 (19%, 14%, 0%, 13%)
(0.19 / 0.14 / 0.00 / 0.13)

CMYK percentages

%18.55
%14.48
%0
%13.33

Codes

Color #B4BDDD in popluar color models

B4 BD DD
RGB 180 189 221
HSL 227° 37.61% 78.63%
HSB/HSV 227° 18.55% 86.67%
CMYK 18.55% 14.48% 0.00%
13.33%

Color #B4BDDD in popluar number systems.

HEX B4 BD DD
Decimal 180 189 221
Binary 10110100 10111101 11011101
Octal 264 275 335

Shades and tints

Shades of #B4BDDD

#B4BDDD
(180,189,221)
#A4ACC9
(164,172,201)
#949BB5
(148,155,181)
#848AA1
(132,138,161)
#74798D
(116,121,141)
#646879
(100,104,121)
#545765
(84,87,101)
#444651
(68,70,81)
#34353D
(52,53,61)
#242429
(36,36,41)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #B4BDDD

#B4BDDD
(180,189,221)
#BAC3E0
(186,195,224)
#C0C9E3
(192,201,227)
#C6CFE6
(198,207,230)
#CCD5E9
(204,213,233)
#D2DBEC
(210,219,236)
#D8E1EF
(216,225,239)
#DEE7F2
(222,231,242)
#E4EDF5
(228,237,245)
#EAF3F8
(234,243,248)
#F0F9FB
(240,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BDDD; }

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

This text font color is #B4BDDD.

Background Color

.myBgColor { background-color: #B4BDDD; }

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

This div background color is #B4BDDD.

Border color

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

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

This div border color is #B4BDDD.

Opacity

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

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

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

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

This text has shadow with #B4BDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BDDD.

Preview

Color preview on black background

This text has color #B4BDDD on black background.


Color preview on white background

This text has color #B4BDDD on white background.


Black color preview on #B4BDDD background

This text has black color on #B4BDDD background.


White color preview on #B4BDDD background

This text has white color on #B4BDDD background.


Related colors

Complementary color

Complementary color for #hex is #4B4222.


I love getcolorcode.com

Triadic colors

1 #DDB4BD and #BDDDB4 with #B4BDDD are triadic colors.

2 #DDBDB4 and #BDB4DD with #B4BDDD are triadic colors.