COLOR #B5AEBC

HEX: #B5AEBC RGB: (181,174,188)

Color info

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

RGB color model

#B5AEBC color RGB value is (181,174,188).

RGB: (181,174,188) (71%, 68%, 74%)

RGB channels and saturation

R 181 of 255 = 71%
G 174 of 255 = 68%
B 188 of 255 = 74%

181
174
188

R + G + B ~ 71%. #B5AEBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 174 + 188 = 543 (100%)
R 181 of 543 ~ 33.33%
G 174 of 543 ~ 32.04%
B 188 of 543 ~ 34.62'%

%33.33
%32.04
%34.62

CMYK color model

#B5AEBC color CMYK value is (4,7,0,26).

  • cyan value is 3.72%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (4,7,0,26)
C4M7Y0K26 (4%, 7%, 0%, 26%)
(0.04 / 0.07 / 0.00 / 0.26)

CMYK percentages

%3.72
%7.45
%0
%26.27

Codes

Color #B5AEBC in popluar color models

B5 AE BC
RGB 181 174 188
HSL 270° 9.46% 70.98%
HSB/HSV 270° 7.45% 73.73%
CMYK 3.72% 7.45% 0.00%
26.27%

Color #B5AEBC in popluar number systems.

HEX B5 AE BC
Decimal 181 174 188
Binary 10110101 10101110 10111100
Octal 265 256 274

Shades and tints

Shades of #B5AEBC

#B5AEBC
(181,174,188)
#A59FAB
(165,159,171)
#95909A
(149,144,154)
#858189
(133,129,137)
#757278
(117,114,120)
#656367
(101,99,103)
#555456
(85,84,86)
#454545
(69,69,69)
#353634
(53,54,52)
#252723
(37,39,35)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #B5AEBC

#B5AEBC
(181,174,188)
#BBB5C2
(187,181,194)
#C1BCC8
(193,188,200)
#C7C3CE
(199,195,206)
#CDCAD4
(205,202,212)
#D3D1DA
(211,209,218)
#D9D8E0
(217,216,224)
#DFDFE6
(223,223,230)
#E5E6EC
(229,230,236)
#EBEDF2
(235,237,242)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AEBC color. Also use rgb(181,174,188) instead hex code.

Text Font Color

.myTextColor { color: #B5AEBC; }

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

This text font color is #B5AEBC.

Background Color

.myBgColor { background-color: #B5AEBC; }

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

This div background color is #B5AEBC.

Border color

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

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

This div border color is #B5AEBC.

Opacity

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

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

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

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

This text has shadow with #B5AEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AEBC.

Preview

Color preview on black background

This text has color #B5AEBC on black background.


Color preview on white background

This text has color #B5AEBC on white background.


Black color preview on #B5AEBC background

This text has black color on #B5AEBC background.


White color preview on #B5AEBC background

This text has white color on #B5AEBC background.


Related colors

Complementary color

Complementary color for #hex is #4A5143.


I love getcolorcode.com

Triadic colors

1 #BCB5AE and #AEBCB5 with #B5AEBC are triadic colors.

2 #BCAEB5 and #AEB5BC with #B5AEBC are triadic colors.