COLOR #B4BFDD

HEX: #B4BFDD RGB: (180,191,221)

Color info

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

RGB color model

#B4BFDD color RGB value is (180,191,221).

RGB: (180,191,221) (71%, 75%, 87%)

RGB channels and saturation

R 180 of 255 = 71%
G 191 of 255 = 75%
B 221 of 255 = 87%

180
191
221

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

Portions of RGB colors in percentages

R + G + B = 180 + 191 + 221 = 592 (100%)
R 180 of 592 ~ 30.41%
G 191 of 592 ~ 32.26%
B 221 of 592 ~ 37.33'%

%30.41
%32.26
%37.33

CMYK color model

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

  • cyan value is 18.55%
  • magenta value is 13.57%
  • 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
%13.57
%0
%13.33

Codes

Color #B4BFDD in popluar color models

B4 BF DD
RGB 180 191 221
HSL 224° 37.61% 78.63%
HSB/HSV 224° 18.55% 86.67%
CMYK 18.55% 13.57% 0.00%
13.33%

Color #B4BFDD in popluar number systems.

HEX B4 BF DD
Decimal 180 191 221
Binary 10110100 10111111 11011101
Octal 264 277 335

Shades and tints

Shades of #B4BFDD

#B4BFDD
(180,191,221)
#A4AEC9
(164,174,201)
#949DB5
(148,157,181)
#848CA1
(132,140,161)
#747B8D
(116,123,141)
#646A79
(100,106,121)
#545965
(84,89,101)
#444851
(68,72,81)
#34373D
(52,55,61)
#242629
(36,38,41)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #B4BFDD

#B4BFDD
(180,191,221)
#BAC4E0
(186,196,224)
#C0C9E3
(192,201,227)
#C6CEE6
(198,206,230)
#CCD3E9
(204,211,233)
#D2D8EC
(210,216,236)
#D8DDEF
(216,221,239)
#DEE2F2
(222,226,242)
#E4E7F5
(228,231,245)
#EAECF8
(234,236,248)
#F0F1FB
(240,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BFDD; }

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

This text font color is #B4BFDD.

Background Color

.myBgColor { background-color: #B4BFDD; }

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

This div background color is #B4BFDD.

Border color

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

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

This div border color is #B4BFDD.

Opacity

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

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

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

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

This text has shadow with #B4BFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BFDD.

Preview

Color preview on black background

This text has color #B4BFDD on black background.


Color preview on white background

This text has color #B4BFDD on white background.


Black color preview on #B4BFDD background

This text has black color on #B4BFDD background.


White color preview on #B4BFDD background

This text has white color on #B4BFDD background.


Related colors

Complementary color

Complementary color for #hex is #4B4022.


I love getcolorcode.com

Triadic colors

1 #DDB4BF and #BFDDB4 with #B4BFDD are triadic colors.

2 #DDBFB4 and #BFB4DD with #B4BFDD are triadic colors.