COLOR #B4BDCC

HEX: #B4BDCC RGB: (180,189,204)

Color info

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

RGB color model

#B4BDCC color RGB value is (180,189,204).

RGB: (180,189,204) (71%, 74%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 189 of 255 = 74%
B 204 of 255 = 80%

180
189
204

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

Portions of RGB colors in percentages

R + G + B = 180 + 189 + 204 = 573 (100%)
R 180 of 573 ~ 31.41%
G 189 of 573 ~ 32.98%
B 204 of 573 ~ 35.6'%

%31.41
%32.98
%35.6

CMYK color model

#B4BDCC color CMYK value is (12,7,0,20).

  • cyan value is 11.76%
  • magenta value is 7.35%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (12,7,0,20)
C12M7Y0K20 (12%, 7%, 0%, 20%)
(0.12 / 0.07 / 0.00 / 0.20)

CMYK percentages

%11.76
%7.35
%0
%20

Codes

Color #B4BDCC in popluar color models

B4 BD CC
RGB 180 189 204
HSL 218° 19.05% 75.29%
HSB/HSV 218° 11.76% 80.00%
CMYK 11.76% 7.35% 0.00%
20.00%

Color #B4BDCC in popluar number systems.

HEX B4 BD CC
Decimal 180 189 204
Binary 10110100 10111101 11001100
Octal 264 275 314

Shades and tints

Shades of #B4BDCC

#B4BDCC
(180,189,204)
#A4ACBA
(164,172,186)
#949BA8
(148,155,168)
#848A96
(132,138,150)
#747984
(116,121,132)
#646872
(100,104,114)
#545760
(84,87,96)
#44464E
(68,70,78)
#34353C
(52,53,60)
#24242A
(36,36,42)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #B4BDCC

#B4BDCC
(180,189,204)
#BAC3D0
(186,195,208)
#C0C9D4
(192,201,212)
#C6CFD8
(198,207,216)
#CCD5DC
(204,213,220)
#D2DBE0
(210,219,224)
#D8E1E4
(216,225,228)
#DEE7E8
(222,231,232)
#E4EDEC
(228,237,236)
#EAF3F0
(234,243,240)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BDCC; }

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

This text font color is #B4BDCC.

Background Color

.myBgColor { background-color: #B4BDCC; }

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

This div background color is #B4BDCC.

Border color

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

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

This div border color is #B4BDCC.

Opacity

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

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

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

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

This text has shadow with #B4BDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BDCC.

Preview

Color preview on black background

This text has color #B4BDCC on black background.


Color preview on white background

This text has color #B4BDCC on white background.


Black color preview on #B4BDCC background

This text has black color on #B4BDCC background.


White color preview on #B4BDCC background

This text has white color on #B4BDCC background.


Related colors

Complementary color

Complementary color for #hex is #4B4233.


I love getcolorcode.com

Triadic colors

1 #CCB4BD and #BDCCB4 with #B4BDCC are triadic colors.

2 #CCBDB4 and #BDB4CC with #B4BDCC are triadic colors.