COLOR #BBDEC0

HEX: #BBDEC0 RGB: (187,222,192)

Color info

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

RGB color model

#BBDEC0 color RGB value is (187,222,192).

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

RGB channels and saturation

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

187
222
192

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

Portions of RGB colors in percentages

R + G + B = 187 + 222 + 192 = 601 (100%)
R 187 of 601 ~ 31.11%
G 222 of 601 ~ 36.94%
B 192 of 601 ~ 31.95'%

%31.11
%36.94
%31.95

CMYK color model

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

  • cyan value is 15.77%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • 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
%13.51
%12.94

Codes

Color #BBDEC0 in popluar color models

BB DE C0
RGB 187 222 192
HSL 129° 34.65% 80.20%
HSB/HSV 129° 15.77% 87.06%
CMYK 15.77% 0.00% 13.51%
12.94%

Color #BBDEC0 in popluar number systems.

HEX BB DE C0
Decimal 187 222 192
Binary 10111011 11011110 11000000
Octal 273 336 300

Shades and tints

Shades of #BBDEC0

#BBDEC0
(187,222,192)
#AACAAF
(170,202,175)
#99B69E
(153,182,158)
#88A28D
(136,162,141)
#778E7C
(119,142,124)
#667A6B
(102,122,107)
#55665A
(85,102,90)
#445249
(68,82,73)
#333E38
(51,62,56)
#222A27
(34,42,39)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #BBDEC0

#BBDEC0
(187,222,192)
#C1E1C5
(193,225,197)
#C7E4CA
(199,228,202)
#CDE7CF
(205,231,207)
#D3EAD4
(211,234,212)
#D9EDD9
(217,237,217)
#DFF0DE
(223,240,222)
#E5F3E3
(229,243,227)
#EBF6E8
(235,246,232)
#F1F9ED
(241,249,237)
#F7FCF2
(247,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDEC0; }

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

This text font color is #BBDEC0.

Background Color

.myBgColor { background-color: #BBDEC0; }

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

This div background color is #BBDEC0.

Border color

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

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

This div border color is #BBDEC0.

Opacity

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

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

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

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

This text has shadow with #BBDEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDEC0.

Preview

Color preview on black background

This text has color #BBDEC0 on black background.


Color preview on white background

This text has color #BBDEC0 on white background.


Black color preview on #BBDEC0 background

This text has black color on #BBDEC0 background.


White color preview on #BBDEC0 background

This text has white color on #BBDEC0 background.


Related colors

Complementary color

Complementary color for #hex is #44213F.


I love getcolorcode.com

Triadic colors

1 #C0BBDE and #DEC0BB with #BBDEC0 are triadic colors.

2 #C0DEBB and #DEBBC0 with #BBDEC0 are triadic colors.