COLOR #BBAEB7

HEX: #BBAEB7 RGB: (187,174,183)

Color info

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

RGB color model

#BBAEB7 color RGB value is (187,174,183).

RGB: (187,174,183) (73%, 68%, 72%)

RGB channels and saturation

R 187 of 255 = 73%
G 174 of 255 = 68%
B 183 of 255 = 72%

187
174
183

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

Portions of RGB colors in percentages

R + G + B = 187 + 174 + 183 = 544 (100%)
R 187 of 544 ~ 34.38%
G 174 of 544 ~ 31.99%
B 183 of 544 ~ 33.64'%

%34.38
%31.99
%33.64

CMYK color model

#BBAEB7 color CMYK value is (0,7,2,27).

  • cyan value is 0.00%
  • magenta value is 6.95%
  • yellow value is 2.14%
  • key color value is 26.67%
CMYK: (0,7,2,27) C0M7Y2K27 (0%,7%,2%,27%) (0.00/0.07/0.02/0.27) 

CMYK percentages

%0
%6.95
%2.14
%26.67

Codes

Color #BBAEB7 in popluar color models

BB AE B7
RGB 187 174 183
HSL 318° 8.72% 70.78%
HSB/HSV 318° 6.95% 73.33%
CMYK 0.00% 6.95% 2.14%
26.67%

Color #BBAEB7 in popluar number systems.

HEX BB AE B7
Decimal 187 174 183
Binary 10111011 10101110 10110111
Octal 273 256 267

Shades and tints

Shades of #BBAEB7

#BBAEB7
(187,174,183)
#AA9FA7
(170,159,167)
#999097
(153,144,151)
#888187
(136,129,135)
#777277
(119,114,119)
#666367
(102,99,103)
#555457
(85,84,87)
#444547
(68,69,71)
#333637
(51,54,55)
#222727
(34,39,39)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #BBAEB7

#BBAEB7
(187,174,183)
#C1B5BD
(193,181,189)
#C7BCC3
(199,188,195)
#CDC3C9
(205,195,201)
#D3CACF
(211,202,207)
#D9D1D5
(217,209,213)
#DFD8DB
(223,216,219)
#E5DFE1
(229,223,225)
#EBE6E7
(235,230,231)
#F1EDED
(241,237,237)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAEB7; }

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

This text font color is #BBAEB7.

Background Color

.myBgColor { background-color: #BBAEB7; }

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

This div background color is #BBAEB7.

Border color

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

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

This div border color is #BBAEB7.

Opacity

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

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

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

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

This text has shadow with #BBAEB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAEB7.

Preview

Color preview on black background

This text has color #BBAEB7 on black background.


Color preview on white background

This text has color #BBAEB7 on white background.


Black color preview on #BBAEB7 background

This text has black color on #BBAEB7 background.


White color preview on #BBAEB7 background

This text has white color on #BBAEB7 background.


Related colors

Complementary color

Complementary color for #hex is #445148.


I love getcolorcode.com

Triadic colors

1 #B7BBAE and #AEB7BB with #BBAEB7 are triadic colors.

2 #B7AEBB and #AEBBB7 with #BBAEB7 are triadic colors.