COLOR #BBA8BE

HEX: #BBA8BE RGB: (187,168,190)

Color info

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

RGB color model

#BBA8BE color RGB value is (187,168,190).

RGB: (187,168,190) (73%, 66%, 75%)

RGB channels and saturation

R 187 of 255 = 73%
G 168 of 255 = 66%
B 190 of 255 = 75%

187
168
190

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

Portions of RGB colors in percentages

R + G + B = 187 + 168 + 190 = 545 (100%)
R 187 of 545 ~ 34.31%
G 168 of 545 ~ 30.83%
B 190 of 545 ~ 34.86'%

%34.31
%30.83
%34.86

CMYK color model

#BBA8BE color CMYK value is (2,12,0,25).

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

CMYK: (2,12,0,25)
C2M12Y0K25 (2%, 12%, 0%, 25%)
(0.02 / 0.12 / 0.00 / 0.25)

CMYK percentages

%1.58
%11.58
%0
%25.49

Codes

Color #BBA8BE in popluar color models

BB A8 BE
RGB 187 168 190
HSL 292° 14.47% 70.20%
HSB/HSV 292° 11.58% 74.51%
CMYK 1.58% 11.58% 0.00%
25.49%

Color #BBA8BE in popluar number systems.

HEX BB A8 BE
Decimal 187 168 190
Binary 10111011 10101000 10111110
Octal 273 250 276

Shades and tints

Shades of #BBA8BE

#BBA8BE
(187,168,190)
#AA99AD
(170,153,173)
#998A9C
(153,138,156)
#887B8B
(136,123,139)
#776C7A
(119,108,122)
#665D69
(102,93,105)
#554E58
(85,78,88)
#443F47
(68,63,71)
#333036
(51,48,54)
#222125
(34,33,37)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #BBA8BE

#BBA8BE
(187,168,190)
#C1AFC3
(193,175,195)
#C7B6C8
(199,182,200)
#CDBDCD
(205,189,205)
#D3C4D2
(211,196,210)
#D9CBD7
(217,203,215)
#DFD2DC
(223,210,220)
#E5D9E1
(229,217,225)
#EBE0E6
(235,224,230)
#F1E7EB
(241,231,235)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA8BE; }

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

This text font color is #BBA8BE.

Background Color

.myBgColor { background-color: #BBA8BE; }

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

This div background color is #BBA8BE.

Border color

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

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

This div border color is #BBA8BE.

Opacity

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

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

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

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

This text has shadow with #BBA8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA8BE.

Preview

Color preview on black background

This text has color #BBA8BE on black background.


Color preview on white background

This text has color #BBA8BE on white background.


Black color preview on #BBA8BE background

This text has black color on #BBA8BE background.


White color preview on #BBA8BE background

This text has white color on #BBA8BE background.


Related colors

Complementary color

Complementary color for #hex is #445741.


I love getcolorcode.com

Triadic colors

1 #BEBBA8 and #A8BEBB with #BBA8BE are triadic colors.

2 #BEA8BB and #A8BBBE with #BBA8BE are triadic colors.