COLOR #BBCD90

HEX: #BBCD90
RGB: (187,205,144)

Color info

#BBCD90 contains mainly red and green colors. Web safe color of #BBCD90 is #CCCC99 (or #CC9).

RGB color model

#BBCD90 color RGB value is (187,205,144).

  • red value is 187;
  • green value is 205;
  • blue value is 144.
RGB:
(187,205,144)
(73%,80%,56%)

RGB channels and saturation

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

187
205
144

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

Portions of RGB colors in percentages

R + G + B =
187 + 205 + 144 = 536 (100%)
R 187 of 536 ~ 34.89%
G 205 of 536 ~ 38.25%
B 144 of 536 ~ 26.87%

%34.89
%38.25
%26.87

CMYK color model

#BBCD90 color CMYK value is (9,0,30,20).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 29.76%
  • key color value is 19.61%
CMYK:
(9,0,30,20)
C9M0Y30K20 
(9%,0%,30%,20%)
(0.09/0.00/0.30/0.20)	

CMYK percentages

%8.78
%0
%29.76
%19.61

Codes

Color #BBCD90 in popluar color models

BBCD90
RGB187205144
HSL78°37.89%68.43%
HSB/HSV78°29.76%80.39%
CMYK8.78%0.00%29.76%
19.61%

Color #BBCD90 in popluar number systems.

HEXBBCD90
Decimal187205144
Binary101110111100110110010000
Octal273315220

Shades and tints

Shades of #BBCD90

#BBCD90
(187,205,144)
#AABB83
(170,187,131)
#99A976
(153,169,118)
#889769
(136,151,105)
#77855C
(119,133,92)
#66734F
(102,115,79)
#556142
(85,97,66)
#444F35
(68,79,53)
#333D28
(51,61,40)
#222B1B
(34,43,27)
#11190E
(17,25,14)
#000000
(0,0,0)

Tints of #BBCD90

#BBCD90
(187,205,144)
#C1D19A
(193,209,154)
#C7D5A4
(199,213,164)
#CDD9AE
(205,217,174)
#D3DDB8
(211,221,184)
#D9E1C2
(217,225,194)
#DFE5CC
(223,229,204)
#E5E9D6
(229,233,214)
#EBEDE0
(235,237,224)
#F1F1EA
(241,241,234)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCD90; }

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

This text font color is #BBCD90.


Background Color

.myBgColor { background-color: #BBCD90; }

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

This div background color is #BBCD90.


Border color

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

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

This div border color is #BBCD90.


Opacity

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

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

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

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

This text has shadow with #BBCD90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCD90 on black background.


Color preview on white background

This text has color #BBCD90 on white background.



Black color preview on #BBCD90 background

This text has black color on #BBCD90 background.


White color preview on #BBCD90 background

This text has white color on #BBCD90 background.