COLOR #B4BFD5

HEX: #B4BFD5 RGB: (180,191,213)

Color info

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

RGB color model

#B4BFD5 color RGB value is (180,191,213).

RGB: (180,191,213) (71%, 75%, 84%)

RGB channels and saturation

R 180 of 255 = 71%
G 191 of 255 = 75%
B 213 of 255 = 84%

180
191
213

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

Portions of RGB colors in percentages

R + G + B = 180 + 191 + 213 = 584 (100%)
R 180 of 584 ~ 30.82%
G 191 of 584 ~ 32.71%
B 213 of 584 ~ 36.47'%

%30.82
%32.71
%36.47

CMYK color model

#B4BFD5 color CMYK value is (15,10,0,16).

  • cyan value is 15.49%
  • magenta value is 10.33%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (15,10,0,16)
C15M10Y0K16 (15%, 10%, 0%, 16%)
(0.15 / 0.10 / 0.00 / 0.16)

CMYK percentages

%15.49
%10.33
%0
%16.47

Codes

Color #B4BFD5 in popluar color models

B4 BF D5
RGB 180 191 213
HSL 220° 28.21% 77.06%
HSB/HSV 220° 15.49% 83.53%
CMYK 15.49% 10.33% 0.00%
16.47%

Color #B4BFD5 in popluar number systems.

HEX B4 BF D5
Decimal 180 191 213
Binary 10110100 10111111 11010101
Octal 264 277 325

Shades and tints

Shades of #B4BFD5

#B4BFD5
(180,191,213)
#A4AEC2
(164,174,194)
#949DAF
(148,157,175)
#848C9C
(132,140,156)
#747B89
(116,123,137)
#646A76
(100,106,118)
#545963
(84,89,99)
#444850
(68,72,80)
#34373D
(52,55,61)
#24262A
(36,38,42)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #B4BFD5

#B4BFD5
(180,191,213)
#BAC4D8
(186,196,216)
#C0C9DB
(192,201,219)
#C6CEDE
(198,206,222)
#CCD3E1
(204,211,225)
#D2D8E4
(210,216,228)
#D8DDE7
(216,221,231)
#DEE2EA
(222,226,234)
#E4E7ED
(228,231,237)
#EAECF0
(234,236,240)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BFD5; }

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

This text font color is #B4BFD5.

Background Color

.myBgColor { background-color: #B4BFD5; }

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

This div background color is #B4BFD5.

Border color

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

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

This div border color is #B4BFD5.

Opacity

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

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

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

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

This text has shadow with #B4BFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BFD5.

Preview

Color preview on black background

This text has color #B4BFD5 on black background.


Color preview on white background

This text has color #B4BFD5 on white background.


Black color preview on #B4BFD5 background

This text has black color on #B4BFD5 background.


White color preview on #B4BFD5 background

This text has white color on #B4BFD5 background.


Related colors

Complementary color

Complementary color for #hex is #4B402A.


I love getcolorcode.com

Triadic colors

1 #D5B4BF and #BFD5B4 with #B4BFD5 are triadic colors.

2 #D5BFB4 and #BFB4D5 with #B4BFD5 are triadic colors.