COLOR #BBD290

HEX: #BBD290 RGB: (187,210,144)

Color info

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

RGB color model

#BBD290 color RGB value is (187,210,144).

RGB: (187,210,144) (73%, 82%, 56%)

RGB channels and saturation

R 187 of 255 = 73%
G 210 of 255 = 82%
B 144 of 255 = 56%

187
210
144

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

Portions of RGB colors in percentages

R + G + B = 187 + 210 + 144 = 541 (100%)
R 187 of 541 ~ 34.57%
G 210 of 541 ~ 38.82%
B 144 of 541 ~ 26.62'%

%34.57
%38.82
%26.62

CMYK color model

#BBD290 color CMYK value is (11,0,31,18).

  • cyan value is 10.95%
  • magenta value is 0.00%
  • yellow value is 31.43%
  • key color value is 17.65%
CMYK: (11,0,31,18) C11M0Y31K18 (11%,0%,31%,18%) (0.11/0.00/0.31/0.18) 

CMYK percentages

%10.95
%0
%31.43
%17.65

Codes

Color #BBD290 in popluar color models

BB D2 90
RGB 187 210 144
HSL 81° 42.31% 69.41%
HSB/HSV 81° 31.43% 82.35%
CMYK 10.95% 0.00% 31.43%
17.65%

Color #BBD290 in popluar number systems.

HEX BB D2 90
Decimal 187 210 144
Binary 10111011 11010010 10010000
Octal 273 322 220

Shades and tints

Shades of #BBD290

#BBD290
(187,210,144)
#AABF83
(170,191,131)
#99AC76
(153,172,118)
#889969
(136,153,105)
#77865C
(119,134,92)
#66734F
(102,115,79)
#556042
(85,96,66)
#444D35
(68,77,53)
#333A28
(51,58,40)
#22271B
(34,39,27)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #BBD290

#BBD290
(187,210,144)
#C1D69A
(193,214,154)
#C7DAA4
(199,218,164)
#CDDEAE
(205,222,174)
#D3E2B8
(211,226,184)
#D9E6C2
(217,230,194)
#DFEACC
(223,234,204)
#E5EED6
(229,238,214)
#EBF2E0
(235,242,224)
#F1F6EA
(241,246,234)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD290; }

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

This text font color is #BBD290.

Background Color

.myBgColor { background-color: #BBD290; }

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

This div background color is #BBD290.

Border color

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

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

This div border color is #BBD290.

Opacity

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

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

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

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

This text has shadow with #BBD290 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD290.

Preview

Color preview on black background

This text has color #BBD290 on black background.


Color preview on white background

This text has color #BBD290 on white background.


Black color preview on #BBD290 background

This text has black color on #BBD290 background.


White color preview on #BBD290 background

This text has white color on #BBD290 background.


Related colors

Complementary color

Complementary color for #hex is #442D6F.


I love getcolorcode.com

Triadic colors

1 #90BBD2 and #D290BB with #BBD290 are triadic colors.

2 #90D2BB and #D2BB90 with #BBD290 are triadic colors.