COLOR #B4B2DA

HEX: #B4B2DA RGB: (180,178,218)

Color info

#B4B2DA contains red, green and blue colors in about the same proportion. Web safe color of #B4B2DA is #CC99CC (or #C9C).

RGB color model

#B4B2DA color RGB value is (180,178,218).

RGB: (180,178,218) (71%, 70%, 85%)

RGB channels and saturation

R 180 of 255 = 71%
G 178 of 255 = 70%
B 218 of 255 = 85%

180
178
218

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

Portions of RGB colors in percentages

R + G + B = 180 + 178 + 218 = 576 (100%)
R 180 of 576 ~ 31.25%
G 178 of 576 ~ 30.9%
B 218 of 576 ~ 37.85'%

%31.25
%30.9
%37.85

CMYK color model

#B4B2DA color CMYK value is (17,18,0,15).

  • cyan value is 17.43%
  • magenta value is 18.35%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (17,18,0,15) C17M18Y0K15 (17%,18%,0%,15%) (0.17/0.18/0.00/0.15) 

CMYK percentages

%17.43
%18.35
%0
%14.51

Codes

Color #B4B2DA in popluar color models

B4 B2 DA
RGB 180 178 218
HSL 243° 35.09% 77.65%
HSB/HSV 243° 18.35% 85.49%
CMYK 17.43% 18.35% 0.00%
14.51%

Color #B4B2DA in popluar number systems.

HEX B4 B2 DA
Decimal 180 178 218
Binary 10110100 10110010 11011010
Octal 264 262 332

Shades and tints

Shades of #B4B2DA

#B4B2DA
(180,178,218)
#A4A2C7
(164,162,199)
#9492B4
(148,146,180)
#8482A1
(132,130,161)
#74728E
(116,114,142)
#64627B
(100,98,123)
#545268
(84,82,104)
#444255
(68,66,85)
#343242
(52,50,66)
#24222F
(36,34,47)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #B4B2DA

#B4B2DA
(180,178,218)
#BAB9DD
(186,185,221)
#C0C0E0
(192,192,224)
#C6C7E3
(198,199,227)
#CCCEE6
(204,206,230)
#D2D5E9
(210,213,233)
#D8DCEC
(216,220,236)
#DEE3EF
(222,227,239)
#E4EAF2
(228,234,242)
#EAF1F5
(234,241,245)
#F0F8F8
(240,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B2DA color. Also use rgb(180,178,218) instead hex code.

Text Font Color

.myTextColor { color: #B4B2DA; }

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

This text font color is #B4B2DA.

Background Color

.myBgColor { background-color: #B4B2DA; }

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

This div background color is #B4B2DA.

Border color

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

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

This div border color is #B4B2DA.

Opacity

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

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

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

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

This text has shadow with #B4B2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B2DA.

Preview

Color preview on black background

This text has color #B4B2DA on black background.


Color preview on white background

This text has color #B4B2DA on white background.


Black color preview on #B4B2DA background

This text has black color on #B4B2DA background.


White color preview on #B4B2DA background

This text has white color on #B4B2DA background.


Related colors

Complementary color

Complementary color for #hex is #4B4D25.


I love getcolorcode.com

Triadic colors

1 #DAB4B2 and #B2DAB4 with #B4B2DA are triadic colors.

2 #DAB2B4 and #B2B4DA with #B4B2DA are triadic colors.