COLOR #BBAAC4

HEX: #BBAAC4 RGB: (187,170,196)

Color info

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

RGB color model

#BBAAC4 color RGB value is (187,170,196).

RGB: (187,170,196) (73%, 67%, 77%)

RGB channels and saturation

R 187 of 255 = 73%
G 170 of 255 = 67%
B 196 of 255 = 77%

187
170
196

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

Portions of RGB colors in percentages

R + G + B = 187 + 170 + 196 = 553 (100%)
R 187 of 553 ~ 33.82%
G 170 of 553 ~ 30.74%
B 196 of 553 ~ 35.44'%

%33.82
%30.74
%35.44

CMYK color model

#BBAAC4 color CMYK value is (5,13,0,23).

  • cyan value is 4.59%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (5,13,0,23)
C5M13Y0K23 (5%, 13%, 0%, 23%)
(0.05 / 0.13 / 0.00 / 0.23)

CMYK percentages

%4.59
%13.27
%0
%23.14

Codes

Color #BBAAC4 in popluar color models

BB AA C4
RGB 187 170 196
HSL 279° 18.06% 71.76%
HSB/HSV 279° 13.27% 76.86%
CMYK 4.59% 13.27% 0.00%
23.14%

Color #BBAAC4 in popluar number systems.

HEX BB AA C4
Decimal 187 170 196
Binary 10111011 10101010 11000100
Octal 273 252 304

Shades and tints

Shades of #BBAAC4

#BBAAC4
(187,170,196)
#AA9BB3
(170,155,179)
#998CA2
(153,140,162)
#887D91
(136,125,145)
#776E80
(119,110,128)
#665F6F
(102,95,111)
#55505E
(85,80,94)
#44414D
(68,65,77)
#33323C
(51,50,60)
#22232B
(34,35,43)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #BBAAC4

#BBAAC4
(187,170,196)
#C1B1C9
(193,177,201)
#C7B8CE
(199,184,206)
#CDBFD3
(205,191,211)
#D3C6D8
(211,198,216)
#D9CDDD
(217,205,221)
#DFD4E2
(223,212,226)
#E5DBE7
(229,219,231)
#EBE2EC
(235,226,236)
#F1E9F1
(241,233,241)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBAAC4 color. Also use rgb(187,170,196) instead hex code.

Text Font Color

.myTextColor { color: #BBAAC4; }

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

This text font color is #BBAAC4.

Background Color

.myBgColor { background-color: #BBAAC4; }

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

This div background color is #BBAAC4.

Border color

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

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

This div border color is #BBAAC4.

Opacity

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

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

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

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

This text has shadow with #BBAAC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAAC4.

Preview

Color preview on black background

This text has color #BBAAC4 on black background.


Color preview on white background

This text has color #BBAAC4 on white background.


Black color preview on #BBAAC4 background

This text has black color on #BBAAC4 background.


White color preview on #BBAAC4 background

This text has white color on #BBAAC4 background.


Related colors

Complementary color

Complementary color for #hex is #44553B.


I love getcolorcode.com

Triadic colors

1 #C4BBAA and #AAC4BB with #BBAAC4 are triadic colors.

2 #C4AABB and #AABBC4 with #BBAAC4 are triadic colors.