COLOR #B4BDDC

HEX: #B4BDDC
RGB: (180,189,220)

Color info

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

RGB color model

#B4BDDC color RGB value is (180,189,220).

  • red value is 180;
  • green value is 189;
  • blue value is 220.
RGB: (180,189,220) (71%,74%,86%)

RGB channels and saturation

R 180 of 255 = 71%
G 189 of 255 = 74%
B 220 of 255 = 86%

180
189
220

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

Portions of RGB colors in percentages

R + G + B =
180 + 189 + 220 = 589 (100%)
R 180 of 589 ~ 30.56%
G 189 of 589 ~ 32.09%
B 220 of 589 ~ 37.35%

%30.56
%32.09
%37.35

CMYK color model

#B4BDDC color CMYK value is (18,14,0,14).

  • cyan value is 18.18%
  • magenta value is 14.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (18,14,0,14) C18M14Y0K14 (18%,14%,0%,14%) (0.18/0.14/0.00/0.14)

CMYK percentages

%18.18
%14.09
%0
%13.73

Codes

Color #B4BDDC in popluar color models

B4BDDC
RGB180189220
HSL227°36.36%78.43%
HSB/HSV227°18.18%86.27%
CMYK18.18%14.09%0.00%
13.73%

Color #B4BDDC in popluar number systems.

HEXB4BDDC
Decimal180189220
Binary101101001011110111011100
Octal264275334

Shades and tints

Shades of #B4BDDC

#B4BDDC
(180,189,220)
#A4ACC8
(164,172,200)
#949BB4
(148,155,180)
#848AA0
(132,138,160)
#74798C
(116,121,140)
#646878
(100,104,120)
#545764
(84,87,100)
#444650
(68,70,80)
#34353C
(52,53,60)
#242428
(36,36,40)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #B4BDDC

#B4BDDC
(180,189,220)
#BAC3DF
(186,195,223)
#C0C9E2
(192,201,226)
#C6CFE5
(198,207,229)
#CCD5E8
(204,213,232)
#D2DBEB
(210,219,235)
#D8E1EE
(216,225,238)
#DEE7F1
(222,231,241)
#E4EDF4
(228,237,244)
#EAF3F7
(234,243,247)
#F0F9FA
(240,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BDDC; }

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

This text font color is #B4BDDC.


Background Color

.myBgColor { background-color: #B4BDDC; }

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

This div background color is #B4BDDC.


Border color

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

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

This div border color is #B4BDDC.


Opacity

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

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

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

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

This text has shadow with #B4BDDC color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #B4BDDC; -webkit-box-shadow:	1px 1px 3px 2px #B4BDDC; box-shadow:	1px 1px 3px 2px #B4BDDC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4BDDC; -webkit-box-shadow: 1px 1px 3px 2px #B4BDDC; box-shadow:1px 1px 3px 2px #B4BDDC;">
Div content here</div>
This div box has shadow with color #B4BDDC.

Preview

Color preview on black background

This text has color #B4BDDC on black background.


Color preview on white background

This text has color #B4BDDC on white background.



Black color preview on #B4BDDC background

This text has black color on #B4BDDC background.


White color preview on #B4BDDC background

This text has white color on #B4BDDC background.