COLOR #BBCB90

HEX: #BBCB90 RGB: (187,203,144)

Color info

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

RGB color model

#BBCB90 color RGB value is (187,203,144).

RGB: (187,203,144) (73%, 80%, 56%)

RGB channels and saturation

R 187 of 255 = 73%
G 203 of 255 = 80%
B 144 of 255 = 56%

187
203
144

R + G + B ~ 70%. #BBCB90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 203 + 144 = 534 (100%)
R 187 of 534 ~ 35.02%
G 203 of 534 ~ 38.01%
B 144 of 534 ~ 26.97'%

%35.02
%38.01
%26.97

CMYK color model

#BBCB90 color CMYK value is (8,0,29,20).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 29.06%
  • key color value is 20.39%

CMYK: (8,0,29,20)
C8M0Y29K20 (8%, 0%, 29%, 20%)
(0.08 / 0.00 / 0.29 / 0.20)

CMYK percentages

%7.88
%0
%29.06
%20.39

Codes

Color #BBCB90 in popluar color models

BB CB 90
RGB 187 203 144
HSL 76° 36.20% 68.04%
HSB/HSV 76° 29.06% 79.61%
CMYK 7.88% 0.00% 29.06%
20.39%

Color #BBCB90 in popluar number systems.

HEX BB CB 90
Decimal 187 203 144
Binary 10111011 11001011 10010000
Octal 273 313 220

Shades and tints

Shades of #BBCB90

#BBCB90
(187,203,144)
#AAB983
(170,185,131)
#99A776
(153,167,118)
#889569
(136,149,105)
#77835C
(119,131,92)
#66714F
(102,113,79)
#555F42
(85,95,66)
#444D35
(68,77,53)
#333B28
(51,59,40)
#22291B
(34,41,27)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #BBCB90

#BBCB90
(187,203,144)
#C1CF9A
(193,207,154)
#C7D3A4
(199,211,164)
#CDD7AE
(205,215,174)
#D3DBB8
(211,219,184)
#D9DFC2
(217,223,194)
#DFE3CC
(223,227,204)
#E5E7D6
(229,231,214)
#EBEBE0
(235,235,224)
#F1EFEA
(241,239,234)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCB90 color. Also use rgb(187,203,144) instead hex code.

Text Font Color

.myTextColor { color: #BBCB90; }

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

This text font color is #BBCB90.

Background Color

.myBgColor { background-color: #BBCB90; }

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

This div background color is #BBCB90.

Border color

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

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

This div border color is #BBCB90.

Opacity

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

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

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

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

This text has shadow with #BBCB90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCB90.

Preview

Color preview on black background

This text has color #BBCB90 on black background.


Color preview on white background

This text has color #BBCB90 on white background.


Black color preview on #BBCB90 background

This text has black color on #BBCB90 background.


White color preview on #BBCB90 background

This text has white color on #BBCB90 background.


Related colors

Complementary color

Complementary color for #hex is #44346F.


I love getcolorcode.com

Triadic colors

1 #90BBCB and #CB90BB with #BBCB90 are triadic colors.

2 #90CBBB and #CBBB90 with #BBCB90 are triadic colors.