COLOR #BBBCAE

HEX: #BBBCAE
RGB: (187,188,174)

Color info

#BBBCAE contains red, green and blue colors in about the same proportion. Web safe color of #BBBCAE is #CCCC99 (or #CC9).

RGB color model

#BBBCAE color RGB value is (187,188,174).

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

RGB channels and saturation

R 187 of 255 = 73%
G 188 of 255 = 74%
B 174 of 255 = 68%

187
188
174

R + G + B ~ 72%. #BBBCAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 188 + 174 = 549 (100%)
R 187 of 549 ~ 34.06%
G 188 of 549 ~ 34.24%
B 174 of 549 ~ 31.69%

%34.06
%34.24
%31.69

CMYK color model

#BBBCAE color CMYK value is (1,0,7,26).

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 26.27%
CMYK: (1,0,7,26) C1M0Y7K26 (1%,0%,7%,26%) (0.01/0.00/0.07/0.26)

CMYK percentages

%0.53
%0
%7.45
%26.27

Codes

Color #BBBCAE in popluar color models

BBBCAE
RGB187188174
HSL64°9.46%70.98%
HSB/HSV64°7.45%73.73%
CMYK0.53%0.00%7.45%
26.27%

Color #BBBCAE in popluar number systems.

HEXBBBCAE
Decimal187188174
Binary101110111011110010101110
Octal273274256

Shades and tints

Shades of #BBBCAE

#BBBCAE
(187,188,174)
#AAAB9F
(170,171,159)
#999A90
(153,154,144)
#888981
(136,137,129)
#777872
(119,120,114)
#666763
(102,103,99)
#555654
(85,86,84)
#444545
(68,69,69)
#333436
(51,52,54)
#222327
(34,35,39)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #BBBCAE

#BBBCAE
(187,188,174)
#C1C2B5
(193,194,181)
#C7C8BC
(199,200,188)
#CDCEC3
(205,206,195)
#D3D4CA
(211,212,202)
#D9DAD1
(217,218,209)
#DFE0D8
(223,224,216)
#E5E6DF
(229,230,223)
#EBECE6
(235,236,230)
#F1F2ED
(241,242,237)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBCAE; }

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

This text font color is #BBBCAE.


Background Color

.myBgColor { background-color: #BBBCAE; }

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

This div background color is #BBBCAE.


Border color

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

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

This div border color is #BBBCAE.


Opacity

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

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

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

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

This text has shadow with #BBBCAE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BBBCAE on black background.


Color preview on white background

This text has color #BBBCAE on white background.



Black color preview on #BBBCAE background

This text has black color on #BBBCAE background.


White color preview on #BBBCAE background

This text has white color on #BBBCAE background.