COLOR #B4BDCF

HEX: #B4BDCF RGB: (180,189,207)

Color info

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

RGB color model

#B4BDCF color RGB value is (180,189,207).

RGB: (180,189,207) (71%, 74%, 81%)

RGB channels and saturation

R 180 of 255 = 71%
G 189 of 255 = 74%
B 207 of 255 = 81%

180
189
207

R + G + B ~ 75%. #B4BDCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 189 + 207 = 576 (100%)
R 180 of 576 ~ 31.25%
G 189 of 576 ~ 32.81%
B 207 of 576 ~ 35.94'%

%31.25
%32.81
%35.94

CMYK color model

#B4BDCF color CMYK value is (13,9,0,19).

  • cyan value is 13.04%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (13,9,0,19) C13M9Y0K19 (13%,9%,0%,19%) (0.13/0.09/0.00/0.19) 

CMYK percentages

%13.04
%8.7
%0
%18.82

Codes

Color #B4BDCF in popluar color models

B4 BD CF
RGB 180 189 207
HSL 220° 21.95% 75.88%
HSB/HSV 220° 13.04% 81.18%
CMYK 13.04% 8.70% 0.00%
18.82%

Color #B4BDCF in popluar number systems.

HEX B4 BD CF
Decimal 180 189 207
Binary 10110100 10111101 11001111
Octal 264 275 317

Shades and tints

Shades of #B4BDCF

#B4BDCF
(180,189,207)
#A4ACBD
(164,172,189)
#949BAB
(148,155,171)
#848A99
(132,138,153)
#747987
(116,121,135)
#646875
(100,104,117)
#545763
(84,87,99)
#444651
(68,70,81)
#34353F
(52,53,63)
#24242D
(36,36,45)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #B4BDCF

#B4BDCF
(180,189,207)
#BAC3D3
(186,195,211)
#C0C9D7
(192,201,215)
#C6CFDB
(198,207,219)
#CCD5DF
(204,213,223)
#D2DBE3
(210,219,227)
#D8E1E7
(216,225,231)
#DEE7EB
(222,231,235)
#E4EDEF
(228,237,239)
#EAF3F3
(234,243,243)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BDCF; }

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

This text font color is #B4BDCF.

Background Color

.myBgColor { background-color: #B4BDCF; }

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

This div background color is #B4BDCF.

Border color

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

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

This div border color is #B4BDCF.

Opacity

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

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

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

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

This text has shadow with #B4BDCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BDCF.

Preview

Color preview on black background

This text has color #B4BDCF on black background.


Color preview on white background

This text has color #B4BDCF on white background.


Black color preview on #B4BDCF background

This text has black color on #B4BDCF background.


White color preview on #B4BDCF background

This text has white color on #B4BDCF background.


Related colors

Complementary color

Complementary color for #hex is #4B4230.


I love getcolorcode.com

Triadic colors

1 #CFB4BD and #BDCFB4 with #B4BDCF are triadic colors.

2 #CFBDB4 and #BDB4CF with #B4BDCF are triadic colors.