COLOR #B4BADE

HEX: #B4BADE RGB: (180,186,222)

Color info

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

RGB color model

#B4BADE color RGB value is (180,186,222).

RGB: (180,186,222) (71%, 73%, 87%)

RGB channels and saturation

R 180 of 255 = 71%
G 186 of 255 = 73%
B 222 of 255 = 87%

180
186
222

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

Portions of RGB colors in percentages

R + G + B = 180 + 186 + 222 = 588 (100%)
R 180 of 588 ~ 30.61%
G 186 of 588 ~ 31.63%
B 222 of 588 ~ 37.76'%

%30.61
%31.63
%37.76

CMYK color model

#B4BADE color CMYK value is (19,16,0,13).

  • cyan value is 18.92%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (19,16,0,13)
C19M16Y0K13 (19%, 16%, 0%, 13%)
(0.19 / 0.16 / 0.00 / 0.13)

CMYK percentages

%18.92
%16.22
%0
%12.94

Codes

Color #B4BADE in popluar color models

B4 BA DE
RGB 180 186 222
HSL 231° 38.89% 78.82%
HSB/HSV 231° 18.92% 87.06%
CMYK 18.92% 16.22% 0.00%
12.94%

Color #B4BADE in popluar number systems.

HEX B4 BA DE
Decimal 180 186 222
Binary 10110100 10111010 11011110
Octal 264 272 336

Shades and tints

Shades of #B4BADE

#B4BADE
(180,186,222)
#A4AACA
(164,170,202)
#949AB6
(148,154,182)
#848AA2
(132,138,162)
#747A8E
(116,122,142)
#646A7A
(100,106,122)
#545A66
(84,90,102)
#444A52
(68,74,82)
#343A3E
(52,58,62)
#242A2A
(36,42,42)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #B4BADE

#B4BADE
(180,186,222)
#BAC0E1
(186,192,225)
#C0C6E4
(192,198,228)
#C6CCE7
(198,204,231)
#CCD2EA
(204,210,234)
#D2D8ED
(210,216,237)
#D8DEF0
(216,222,240)
#DEE4F3
(222,228,243)
#E4EAF6
(228,234,246)
#EAF0F9
(234,240,249)
#F0F6FC
(240,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BADE color. Also use rgb(180,186,222) instead hex code.

Text Font Color

.myTextColor { color: #B4BADE; }

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

This text font color is #B4BADE.

Background Color

.myBgColor { background-color: #B4BADE; }

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

This div background color is #B4BADE.

Border color

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

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

This div border color is #B4BADE.

Opacity

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

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

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

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

This text has shadow with #B4BADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BADE.

Preview

Color preview on black background

This text has color #B4BADE on black background.


Color preview on white background

This text has color #B4BADE on white background.


Black color preview on #B4BADE background

This text has black color on #B4BADE background.


White color preview on #B4BADE background

This text has white color on #B4BADE background.


Related colors

Complementary color

Complementary color for #hex is #4B4521.


I love getcolorcode.com

Triadic colors

1 #DEB4BA and #BADEB4 with #B4BADE are triadic colors.

2 #DEBAB4 and #BAB4DE with #B4BADE are triadic colors.