COLOR #BBA4BE

HEX: #BBA4BE RGB: (187,164,190)

Color info

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

RGB color model

#BBA4BE color RGB value is (187,164,190).

RGB: (187,164,190) (73%, 64%, 75%)

RGB channels and saturation

R 187 of 255 = 73%
G 164 of 255 = 64%
B 190 of 255 = 75%

187
164
190

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

Portions of RGB colors in percentages

R + G + B = 187 + 164 + 190 = 541 (100%)
R 187 of 541 ~ 34.57%
G 164 of 541 ~ 30.31%
B 190 of 541 ~ 35.12'%

%34.57
%30.31
%35.12

CMYK color model

#BBA4BE color CMYK value is (2,14,0,25).

  • cyan value is 1.58%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (2,14,0,25)
C2M14Y0K25 (2%, 14%, 0%, 25%)
(0.02 / 0.14 / 0.00 / 0.25)

CMYK percentages

%1.58
%13.68
%0
%25.49

Codes

Color #BBA4BE in popluar color models

BB A4 BE
RGB 187 164 190
HSL 293° 16.67% 69.41%
HSB/HSV 293° 13.68% 74.51%
CMYK 1.58% 13.68% 0.00%
25.49%

Color #BBA4BE in popluar number systems.

HEX BB A4 BE
Decimal 187 164 190
Binary 10111011 10100100 10111110
Octal 273 244 276

Shades and tints

Shades of #BBA4BE

#BBA4BE
(187,164,190)
#AA96AD
(170,150,173)
#99889C
(153,136,156)
#887A8B
(136,122,139)
#776C7A
(119,108,122)
#665E69
(102,94,105)
#555058
(85,80,88)
#444247
(68,66,71)
#333436
(51,52,54)
#222625
(34,38,37)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #BBA4BE

#BBA4BE
(187,164,190)
#C1ACC3
(193,172,195)
#C7B4C8
(199,180,200)
#CDBCCD
(205,188,205)
#D3C4D2
(211,196,210)
#D9CCD7
(217,204,215)
#DFD4DC
(223,212,220)
#E5DCE1
(229,220,225)
#EBE4E6
(235,228,230)
#F1ECEB
(241,236,235)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA4BE color. Also use rgb(187,164,190) instead hex code.

Text Font Color

.myTextColor { color: #BBA4BE; }

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

This text font color is #BBA4BE.

Background Color

.myBgColor { background-color: #BBA4BE; }

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

This div background color is #BBA4BE.

Border color

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

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

This div border color is #BBA4BE.

Opacity

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

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

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

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

This text has shadow with #BBA4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA4BE.

Preview

Color preview on black background

This text has color #BBA4BE on black background.


Color preview on white background

This text has color #BBA4BE on white background.


Black color preview on #BBA4BE background

This text has black color on #BBA4BE background.


White color preview on #BBA4BE background

This text has white color on #BBA4BE background.


Related colors

Complementary color

Complementary color for #hex is #445B41.


I love getcolorcode.com

Triadic colors

1 #BEBBA4 and #A4BEBB with #BBA4BE are triadic colors.

2 #BEA4BB and #A4BBBE with #BBA4BE are triadic colors.