COLOR #B4BBDC

HEX: #B4BBDC RGB: (180,187,220)

Color info

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

RGB color model

#B4BBDC color RGB value is (180,187,220).

RGB: (180,187,220) (71%, 73%, 86%)

RGB channels and saturation

R 180 of 255 = 71%
G 187 of 255 = 73%
B 220 of 255 = 86%

180
187
220

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

Portions of RGB colors in percentages

R + G + B = 180 + 187 + 220 = 587 (100%)
R 180 of 587 ~ 30.66%
G 187 of 587 ~ 31.86%
B 220 of 587 ~ 37.48'%

%30.66
%31.86
%37.48

CMYK color model

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

  • cyan value is 18.18%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (18,15,0,14)
C18M15Y0K14 (18%, 15%, 0%, 14%)
(0.18 / 0.15 / 0.00 / 0.14)

CMYK percentages

%18.18
%15
%0
%13.73

Codes

Color #B4BBDC in popluar color models

B4 BB DC
RGB 180 187 220
HSL 230° 36.36% 78.43%
HSB/HSV 230° 18.18% 86.27%
CMYK 18.18% 15.00% 0.00%
13.73%

Color #B4BBDC in popluar number systems.

HEX B4 BB DC
Decimal 180 187 220
Binary 10110100 10111011 11011100
Octal 264 273 334

Shades and tints

Shades of #B4BBDC

#B4BBDC
(180,187,220)
#A4AAC8
(164,170,200)
#9499B4
(148,153,180)
#8488A0
(132,136,160)
#74778C
(116,119,140)
#646678
(100,102,120)
#545564
(84,85,100)
#444450
(68,68,80)
#34333C
(52,51,60)
#242228
(36,34,40)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #B4BBDC

#B4BBDC
(180,187,220)
#BAC1DF
(186,193,223)
#C0C7E2
(192,199,226)
#C6CDE5
(198,205,229)
#CCD3E8
(204,211,232)
#D2D9EB
(210,217,235)
#D8DFEE
(216,223,238)
#DEE5F1
(222,229,241)
#E4EBF4
(228,235,244)
#EAF1F7
(234,241,247)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BBDC; }

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

This text font color is #B4BBDC.

Background Color

.myBgColor { background-color: #B4BBDC; }

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

This div background color is #B4BBDC.

Border color

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

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

This div border color is #B4BBDC.

Opacity

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

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

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

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

This text has shadow with #B4BBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BBDC.

Preview

Color preview on black background

This text has color #B4BBDC on black background.


Color preview on white background

This text has color #B4BBDC on white background.


Black color preview on #B4BBDC background

This text has black color on #B4BBDC background.


White color preview on #B4BBDC background

This text has white color on #B4BBDC background.


Related colors

Complementary color

Complementary color for #hex is #4B4423.


I love getcolorcode.com

Triadic colors

1 #DCB4BB and #BBDCB4 with #B4BBDC are triadic colors.

2 #DCBBB4 and #BBB4DC with #B4BBDC are triadic colors.