COLOR #BBAEB0

HEX: #BBAEB0
RGB: (187,174,176)

Color info

#BBAEB0 contains red, green and blue colors in about the same proportion. Web safe color of #BBAEB0 is #CC9999 (or #C99).

RGB color model

#BBAEB0 color RGB value is (187,174,176).

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

RGB channels and saturation

R 187 of 255 = 73%
G 174 of 255 = 68%
B 176 of 255 = 69%

187
174
176

R + G + B ~ 70%. #BBAEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 174 + 176 = 537 (100%)
R 187 of 537 ~ 34.82%
G 174 of 537 ~ 32.4%
B 176 of 537 ~ 32.77%

%34.82
%32.4
%32.77

CMYK color model

#BBAEB0 color CMYK value is (0,7,6,27).

  • cyan value is 0.00%
  • magenta value is 6.95%
  • yellow value is 5.88%
  • key color value is 26.67%
CMYK:
(0,7,6,27)
C0M7Y6K27 
(0%,7%,6%,27%)
(0.00/0.07/0.06/0.27)	

CMYK percentages

%0
%6.95
%5.88
%26.67

Codes

Color #BBAEB0 in popluar color models

BBAEB0
RGB187174176
HSL351°8.72%70.78%
HSB/HSV351°6.95%73.33%
CMYK0.00%6.95%5.88%
26.67%

Color #BBAEB0 in popluar number systems.

HEXBBAEB0
Decimal187174176
Binary101110111010111010110000
Octal273256260

Shades and tints

Shades of #BBAEB0

#BBAEB0
(187,174,176)
#AA9FA0
(170,159,160)
#999090
(153,144,144)
#888180
(136,129,128)
#777270
(119,114,112)
#666360
(102,99,96)
#555450
(85,84,80)
#444540
(68,69,64)
#333630
(51,54,48)
#222720
(34,39,32)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #BBAEB0

#BBAEB0
(187,174,176)
#C1B5B7
(193,181,183)
#C7BCBE
(199,188,190)
#CDC3C5
(205,195,197)
#D3CACC
(211,202,204)
#D9D1D3
(217,209,211)
#DFD8DA
(223,216,218)
#E5DFE1
(229,223,225)
#EBE6E8
(235,230,232)
#F1EDEF
(241,237,239)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAEB0; }

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

This text font color is #BBAEB0.


Background Color

.myBgColor { background-color: #BBAEB0; }

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

This div background color is #BBAEB0.


Border color

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

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

This div border color is #BBAEB0.


Opacity

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

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

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

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

This text has shadow with #BBAEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAEB0 on black background.


Color preview on white background

This text has color #BBAEB0 on white background.



Black color preview on #BBAEB0 background

This text has black color on #BBAEB0 background.


White color preview on #BBAEB0 background

This text has white color on #BBAEB0 background.