COLOR #BBA7CE

HEX: #BBA7CE RGB: (187,167,206)

Color info

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

RGB color model

#BBA7CE color RGB value is (187,167,206).

RGB: (187,167,206) (73%, 65%, 81%)

RGB channels and saturation

R 187 of 255 = 73%
G 167 of 255 = 65%
B 206 of 255 = 81%

187
167
206

R + G + B ~ 73%. #BBA7CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 167 + 206 = 560 (100%)
R 187 of 560 ~ 33.39%
G 167 of 560 ~ 29.82%
B 206 of 560 ~ 36.79'%

%33.39
%29.82
%36.79

CMYK color model

#BBA7CE color CMYK value is (9,19,0,19).

  • cyan value is 9.22%
  • magenta value is 18.93%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (9,19,0,19)
C9M19Y0K19 (9%, 19%, 0%, 19%)
(0.09 / 0.19 / 0.00 / 0.19)

CMYK percentages

%9.22
%18.93
%0
%19.22

Codes

Color #BBA7CE in popluar color models

BB A7 CE
RGB 187 167 206
HSL 271° 28.47% 73.14%
HSB/HSV 271° 18.93% 80.78%
CMYK 9.22% 18.93% 0.00%
19.22%

Color #BBA7CE in popluar number systems.

HEX BB A7 CE
Decimal 187 167 206
Binary 10111011 10100111 11001110
Octal 273 247 316

Shades and tints

Shades of #BBA7CE

#BBA7CE
(187,167,206)
#AA98BC
(170,152,188)
#9989AA
(153,137,170)
#887A98
(136,122,152)
#776B86
(119,107,134)
#665C74
(102,92,116)
#554D62
(85,77,98)
#443E50
(68,62,80)
#332F3E
(51,47,62)
#22202C
(34,32,44)
#11111A
(17,17,26)
#000000
(0,0,0)

Tints of #BBA7CE

#BBA7CE
(187,167,206)
#C1AFD2
(193,175,210)
#C7B7D6
(199,183,214)
#CDBFDA
(205,191,218)
#D3C7DE
(211,199,222)
#D9CFE2
(217,207,226)
#DFD7E6
(223,215,230)
#E5DFEA
(229,223,234)
#EBE7EE
(235,231,238)
#F1EFF2
(241,239,242)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA7CE color. Also use rgb(187,167,206) instead hex code.

Text Font Color

.myTextColor { color: #BBA7CE; }

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

This text font color is #BBA7CE.

Background Color

.myBgColor { background-color: #BBA7CE; }

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

This div background color is #BBA7CE.

Border color

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

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

This div border color is #BBA7CE.

Opacity

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

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

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

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

This text has shadow with #BBA7CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA7CE.

Preview

Color preview on black background

This text has color #BBA7CE on black background.


Color preview on white background

This text has color #BBA7CE on white background.


Black color preview on #BBA7CE background

This text has black color on #BBA7CE background.


White color preview on #BBA7CE background

This text has white color on #BBA7CE background.


Related colors

Complementary color

Complementary color for #hex is #445831.


I love getcolorcode.com

Triadic colors

1 #CEBBA7 and #A7CEBB with #BBA7CE are triadic colors.

2 #CEA7BB and #A7BBCE with #BBA7CE are triadic colors.