COLOR #B2AECB

HEX: #B2AECB RGB: (178,174,203)

Color info

#B2AECB contains red, green and blue colors in about the same proportion. Web safe color of #B2AECB is #9999CC (or #99C).

RGB color model

#B2AECB color RGB value is (178,174,203).

RGB: (178,174,203) (70%, 68%, 80%)

RGB channels and saturation

R 178 of 255 = 70%
G 174 of 255 = 68%
B 203 of 255 = 80%

178
174
203

R + G + B ~ 73%. #B2AECB is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 174 + 203 = 555 (100%)
R 178 of 555 ~ 32.07%
G 174 of 555 ~ 31.35%
B 203 of 555 ~ 36.58'%

%32.07
%31.35
%36.58

CMYK color model

#B2AECB color CMYK value is (12,14,0,20).

  • cyan value is 12.32%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (12,14,0,20) C12M14Y0K20 (12%,14%,0%,20%) (0.12/0.14/0.00/0.20) 

CMYK percentages

%12.32
%14.29
%0
%20.39

Codes

Color #B2AECB in popluar color models

B2 AE CB
RGB 178 174 203
HSL 248° 21.80% 73.92%
HSB/HSV 248° 14.29% 79.61%
CMYK 12.32% 14.29% 0.00%
20.39%

Color #B2AECB in popluar number systems.

HEX B2 AE CB
Decimal 178 174 203
Binary 10110010 10101110 11001011
Octal 262 256 313

Shades and tints

Shades of #B2AECB

#B2AECB
(178,174,203)
#A29FB9
(162,159,185)
#9290A7
(146,144,167)
#828195
(130,129,149)
#727283
(114,114,131)
#626371
(98,99,113)
#52545F
(82,84,95)
#42454D
(66,69,77)
#32363B
(50,54,59)
#222729
(34,39,41)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #B2AECB

#B2AECB
(178,174,203)
#B9B5CF
(185,181,207)
#C0BCD3
(192,188,211)
#C7C3D7
(199,195,215)
#CECADB
(206,202,219)
#D5D1DF
(213,209,223)
#DCD8E3
(220,216,227)
#E3DFE7
(227,223,231)
#EAE6EB
(234,230,235)
#F1EDEF
(241,237,239)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AECB color. Also use rgb(178,174,203) instead hex code.

Text Font Color

.myTextColor { color: #B2AECB; }

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

This text font color is #B2AECB.

Background Color

.myBgColor { background-color: #B2AECB; }

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

This div background color is #B2AECB.

Border color

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

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

This div border color is #B2AECB.

Opacity

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

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

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

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

This text has shadow with #B2AECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AECB.

Preview

Color preview on black background

This text has color #B2AECB on black background.


Color preview on white background

This text has color #B2AECB on white background.


Black color preview on #B2AECB background

This text has black color on #B2AECB background.


White color preview on #B2AECB background

This text has white color on #B2AECB background.


Related colors

Complementary color

Complementary color for #hex is #4D5134.


I love getcolorcode.com

Triadic colors

1 #CBB2AE and #AECBB2 with #B2AECB are triadic colors.

2 #CBAEB2 and #AEB2CB with #B2AECB are triadic colors.