COLOR #BBAEB4

HEX: #BBAEB4
RGB: (187,174,180)

Color info

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

RGB color model

#BBAEB4 color RGB value is (187,174,180).

  • red value is 187;
  • green value is 174;
  • blue value is 180.
RGB:
(187,174,180)
(73%,68%,71%)

RGB channels and saturation

R 187 of 255 = 73%
G 174 of 255 = 68%
B 180 of 255 = 71%

187
174
180

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

Portions of RGB colors in percentages

R + G + B =
187 + 174 + 180 = 541 (100%)
R 187 of 541 ~ 34.57%
G 174 of 541 ~ 32.16%
B 180 of 541 ~ 33.27%

%34.57
%32.16
%33.27

CMYK color model

#BBAEB4 color CMYK value is (0,7,4,27).

  • cyan value is 0.00%
  • magenta value is 6.95%
  • yellow value is 3.74%
  • key color value is 26.67%
CMYK:
(0,7,4,27)
C0M7Y4K27 
(0%,7%,4%,27%)
(0.00/0.07/0.04/0.27)	

CMYK percentages

%0
%6.95
%3.74
%26.67

Codes

Color #BBAEB4 in popluar color models

BBAEB4
RGB187174180
HSL332°8.72%70.78%
HSB/HSV332°6.95%73.33%
CMYK0.00%6.95%3.74%
26.67%

Color #BBAEB4 in popluar number systems.

HEXBBAEB4
Decimal187174180
Binary101110111010111010110100
Octal273256264

Shades and tints

Shades of #BBAEB4

#BBAEB4
(187,174,180)
#AA9FA4
(170,159,164)
#999094
(153,144,148)
#888184
(136,129,132)
#777274
(119,114,116)
#666364
(102,99,100)
#555454
(85,84,84)
#444544
(68,69,68)
#333634
(51,54,52)
#222724
(34,39,36)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #BBAEB4

#BBAEB4
(187,174,180)
#C1B5BA
(193,181,186)
#C7BCC0
(199,188,192)
#CDC3C6
(205,195,198)
#D3CACC
(211,202,204)
#D9D1D2
(217,209,210)
#DFD8D8
(223,216,216)
#E5DFDE
(229,223,222)
#EBE6E4
(235,230,228)
#F1EDEA
(241,237,234)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAEB4; }

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

This text font color is #BBAEB4.


Background Color

.myBgColor { background-color: #BBAEB4; }

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

This div background color is #BBAEB4.


Border color

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

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

This div border color is #BBAEB4.


Opacity

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

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

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

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

This text has shadow with #BBAEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAEB4 on black background.


Color preview on white background

This text has color #BBAEB4 on white background.



Black color preview on #BBAEB4 background

This text has black color on #BBAEB4 background.


White color preview on #BBAEB4 background

This text has white color on #BBAEB4 background.