COLOR #BBDEBE

HEX: #BBDEBE RGB: (187,222,190)

Color info

#BBDEBE contains red, green and blue colors in about the same proportion. Web safe color of #BBDEBE is #CCCCCC (or #CCC).

RGB color model

#BBDEBE color RGB value is (187,222,190).

RGB: (187,222,190) (73%, 87%, 75%)

RGB channels and saturation

R 187 of 255 = 73%
G 222 of 255 = 87%
B 190 of 255 = 75%

187
222
190

R + G + B ~ 78%. #BBDEBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 222 + 190 = 599 (100%)
R 187 of 599 ~ 31.22%
G 222 of 599 ~ 37.06%
B 190 of 599 ~ 31.72'%

%31.22
%37.06
%31.72

CMYK color model

#BBDEBE color CMYK value is (16,0,14,13).

  • cyan value is 15.77%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 12.94%

CMYK: (16,0,14,13)
C16M0Y14K13 (16%, 0%, 14%, 13%)
(0.16 / 0.00 / 0.14 / 0.13)

CMYK percentages

%15.77
%0
%14.41
%12.94

Codes

Color #BBDEBE in popluar color models

BB DE BE
RGB 187 222 190
HSL 125° 34.65% 80.20%
HSB/HSV 125° 15.77% 87.06%
CMYK 15.77% 0.00% 14.41%
12.94%

Color #BBDEBE in popluar number systems.

HEX BB DE BE
Decimal 187 222 190
Binary 10111011 11011110 10111110
Octal 273 336 276

Shades and tints

Shades of #BBDEBE

#BBDEBE
(187,222,190)
#AACAAD
(170,202,173)
#99B69C
(153,182,156)
#88A28B
(136,162,139)
#778E7A
(119,142,122)
#667A69
(102,122,105)
#556658
(85,102,88)
#445247
(68,82,71)
#333E36
(51,62,54)
#222A25
(34,42,37)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #BBDEBE

#BBDEBE
(187,222,190)
#C1E1C3
(193,225,195)
#C7E4C8
(199,228,200)
#CDE7CD
(205,231,205)
#D3EAD2
(211,234,210)
#D9EDD7
(217,237,215)
#DFF0DC
(223,240,220)
#E5F3E1
(229,243,225)
#EBF6E6
(235,246,230)
#F1F9EB
(241,249,235)
#F7FCF0
(247,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDEBE color. Also use rgb(187,222,190) instead hex code.

Text Font Color

.myTextColor { color: #BBDEBE; }

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

This text font color is #BBDEBE.

Background Color

.myBgColor { background-color: #BBDEBE; }

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

This div background color is #BBDEBE.

Border color

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

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

This div border color is #BBDEBE.

Opacity

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

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

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

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

This text has shadow with #BBDEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDEBE.

Preview

Color preview on black background

This text has color #BBDEBE on black background.


Color preview on white background

This text has color #BBDEBE on white background.


Black color preview on #BBDEBE background

This text has black color on #BBDEBE background.


White color preview on #BBDEBE background

This text has white color on #BBDEBE background.


Related colors

Complementary color

Complementary color for #hex is #442141.


I love getcolorcode.com

Triadic colors

1 #BEBBDE and #DEBEBB with #BBDEBE are triadic colors.

2 #BEDEBB and #DEBBBE with #BBDEBE are triadic colors.