COLOR #BBABAE

HEX: #BBABAE RGB: (187,171,174)

Color info

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

RGB color model

#BBABAE color RGB value is (187,171,174).

RGB: (187,171,174) (73%, 67%, 68%)

RGB channels and saturation

R 187 of 255 = 73%
G 171 of 255 = 67%
B 174 of 255 = 68%

187
171
174

R + G + B ~ 69%. #BBABAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 171 + 174 = 532 (100%)
R 187 of 532 ~ 35.15%
G 171 of 532 ~ 32.14%
B 174 of 532 ~ 32.71'%

%35.15
%32.14
%32.71

CMYK color model

#BBABAE color CMYK value is (0,9,7,27).

  • cyan value is 0.00%
  • magenta value is 8.56%
  • yellow value is 6.95%
  • key color value is 26.67%

CMYK: (0,9,7,27)
C0M9Y7K27 (0%, 9%, 7%, 27%)
(0.00 / 0.09 / 0.07 / 0.27)

CMYK percentages

%0
%8.56
%6.95
%26.67

Codes

Color #BBABAE in popluar color models

BB AB AE
RGB 187 171 174
HSL 349° 10.53% 70.20%
HSB/HSV 349° 8.56% 73.33%
CMYK 0.00% 8.56% 6.95%
26.67%

Color #BBABAE in popluar number systems.

HEX BB AB AE
Decimal 187 171 174
Binary 10111011 10101011 10101110
Octal 273 253 256

Shades and tints

Shades of #BBABAE

#BBABAE
(187,171,174)
#AA9C9F
(170,156,159)
#998D90
(153,141,144)
#887E81
(136,126,129)
#776F72
(119,111,114)
#666063
(102,96,99)
#555154
(85,81,84)
#444245
(68,66,69)
#333336
(51,51,54)
#222427
(34,36,39)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #BBABAE

#BBABAE
(187,171,174)
#C1B2B5
(193,178,181)
#C7B9BC
(199,185,188)
#CDC0C3
(205,192,195)
#D3C7CA
(211,199,202)
#D9CED1
(217,206,209)
#DFD5D8
(223,213,216)
#E5DCDF
(229,220,223)
#EBE3E6
(235,227,230)
#F1EAED
(241,234,237)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBABAE; }

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

This text font color is #BBABAE.

Background Color

.myBgColor { background-color: #BBABAE; }

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

This div background color is #BBABAE.

Border color

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

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

This div border color is #BBABAE.

Opacity

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

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

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

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

This text has shadow with #BBABAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBABAE.

Preview

Color preview on black background

This text has color #BBABAE on black background.


Color preview on white background

This text has color #BBABAE on white background.


Black color preview on #BBABAE background

This text has black color on #BBABAE background.


White color preview on #BBABAE background

This text has white color on #BBABAE background.


Related colors

Complementary color

Complementary color for #hex is #445451.


I love getcolorcode.com

Triadic colors

1 #AEBBAB and #ABAEBB with #BBABAE are triadic colors.

2 #AEABBB and #ABBBAE with #BBABAE are triadic colors.