COLOR #BBA7CA

HEX: #BBA7CA RGB: (187,167,202)

Color info

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

RGB color model

#BBA7CA color RGB value is (187,167,202).

RGB: (187,167,202) (73%, 65%, 79%)

RGB channels and saturation

R 187 of 255 = 73%
G 167 of 255 = 65%
B 202 of 255 = 79%

187
167
202

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

Portions of RGB colors in percentages

R + G + B = 187 + 167 + 202 = 556 (100%)
R 187 of 556 ~ 33.63%
G 167 of 556 ~ 30.04%
B 202 of 556 ~ 36.33'%

%33.63
%30.04
%36.33

CMYK color model

#BBA7CA color CMYK value is (7,17,0,21).

  • cyan value is 7.43%
  • magenta value is 17.33%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (7,17,0,21)
C7M17Y0K21 (7%, 17%, 0%, 21%)
(0.07 / 0.17 / 0.00 / 0.21)

CMYK percentages

%7.43
%17.33
%0
%20.78

Codes

Color #BBA7CA in popluar color models

BB A7 CA
RGB 187 167 202
HSL 274° 24.82% 72.35%
HSB/HSV 274° 17.33% 79.22%
CMYK 7.43% 17.33% 0.00%
20.78%

Color #BBA7CA in popluar number systems.

HEX BB A7 CA
Decimal 187 167 202
Binary 10111011 10100111 11001010
Octal 273 247 312

Shades and tints

Shades of #BBA7CA

#BBA7CA
(187,167,202)
#AA98B8
(170,152,184)
#9989A6
(153,137,166)
#887A94
(136,122,148)
#776B82
(119,107,130)
#665C70
(102,92,112)
#554D5E
(85,77,94)
#443E4C
(68,62,76)
#332F3A
(51,47,58)
#222028
(34,32,40)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #BBA7CA

#BBA7CA
(187,167,202)
#C1AFCE
(193,175,206)
#C7B7D2
(199,183,210)
#CDBFD6
(205,191,214)
#D3C7DA
(211,199,218)
#D9CFDE
(217,207,222)
#DFD7E2
(223,215,226)
#E5DFE6
(229,223,230)
#EBE7EA
(235,231,234)
#F1EFEE
(241,239,238)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA7CA; }

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

This text font color is #BBA7CA.

Background Color

.myBgColor { background-color: #BBA7CA; }

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

This div background color is #BBA7CA.

Border color

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

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

This div border color is #BBA7CA.

Opacity

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

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

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

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

This text has shadow with #BBA7CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA7CA.

Preview

Color preview on black background

This text has color #BBA7CA on black background.


Color preview on white background

This text has color #BBA7CA on white background.


Black color preview on #BBA7CA background

This text has black color on #BBA7CA background.


White color preview on #BBA7CA background

This text has white color on #BBA7CA background.


Related colors

Complementary color

Complementary color for #hex is #445835.


I love getcolorcode.com

Triadic colors

1 #CABBA7 and #A7CABB with #BBA7CA are triadic colors.

2 #CAA7BB and #A7BBCA with #BBA7CA are triadic colors.