COLOR #BBCAA3

HEX: #BBCAA3 RGB: (187,202,163)

Color info

#BBCAA3 contains red, green and blue colors in about the same proportion. Web safe color of #BBCAA3 is #CCCC99 (or #CC9).

RGB color model

#BBCAA3 color RGB value is (187,202,163).

RGB: (187,202,163) (73%, 79%, 64%)

RGB channels and saturation

R 187 of 255 = 73%
G 202 of 255 = 79%
B 163 of 255 = 64%

187
202
163

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

Portions of RGB colors in percentages

R + G + B = 187 + 202 + 163 = 552 (100%)
R 187 of 552 ~ 33.88%
G 202 of 552 ~ 36.59%
B 163 of 552 ~ 29.53'%

%33.88
%36.59
%29.53

CMYK color model

#BBCAA3 color CMYK value is (7,0,19,21).

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

CMYK: (7,0,19,21)
C7M0Y19K21 (7%, 0%, 19%, 21%)
(0.07 / 0.00 / 0.19 / 0.21)

CMYK percentages

%7.43
%0
%19.31
%20.78

Codes

Color #BBCAA3 in popluar color models

BB CA A3
RGB 187 202 163
HSL 83° 26.90% 71.57%
HSB/HSV 83° 19.31% 79.22%
CMYK 7.43% 0.00% 19.31%
20.78%

Color #BBCAA3 in popluar number systems.

HEX BB CA A3
Decimal 187 202 163
Binary 10111011 11001010 10100011
Octal 273 312 243

Shades and tints

Shades of #BBCAA3

#BBCAA3
(187,202,163)
#AAB895
(170,184,149)
#99A687
(153,166,135)
#889479
(136,148,121)
#77826B
(119,130,107)
#66705D
(102,112,93)
#555E4F
(85,94,79)
#444C41
(68,76,65)
#333A33
(51,58,51)
#222825
(34,40,37)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #BBCAA3

#BBCAA3
(187,202,163)
#C1CEAB
(193,206,171)
#C7D2B3
(199,210,179)
#CDD6BB
(205,214,187)
#D3DAC3
(211,218,195)
#D9DECB
(217,222,203)
#DFE2D3
(223,226,211)
#E5E6DB
(229,230,219)
#EBEAE3
(235,234,227)
#F1EEEB
(241,238,235)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCAA3; }

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

This text font color is #BBCAA3.

Background Color

.myBgColor { background-color: #BBCAA3; }

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

This div background color is #BBCAA3.

Border color

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

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

This div border color is #BBCAA3.

Opacity

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

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

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

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

This text has shadow with #BBCAA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCAA3.

Preview

Color preview on black background

This text has color #BBCAA3 on black background.


Color preview on white background

This text has color #BBCAA3 on white background.


Black color preview on #BBCAA3 background

This text has black color on #BBCAA3 background.


White color preview on #BBCAA3 background

This text has white color on #BBCAA3 background.


Related colors

Complementary color

Complementary color for #hex is #44355C.


I love getcolorcode.com

Triadic colors

1 #A3BBCA and #CAA3BB with #BBCAA3 are triadic colors.

2 #A3CABB and #CABBA3 with #BBCAA3 are triadic colors.