COLOR #BBDBC5

HEX: #BBDBC5
RGB: (187,219,197)

Color info

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

RGB color model

#BBDBC5 color RGB value is (187,219,197).

  • red value is 187;
  • green value is 219;
  • blue value is 197.
RGB:
(187,219,197)
(73%,86%,77%)

RGB channels and saturation

R 187 of 255 = 73%
G 219 of 255 = 86%
B 197 of 255 = 77%

187
219
197

R + G + B ~ 79%. #BBDBC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 219 + 197 = 603 (100%)
R 187 of 603 ~ 31.01%
G 219 of 603 ~ 36.32%
B 197 of 603 ~ 32.67%

%31.01
%36.32
%32.67

CMYK color model

#BBDBC5 color CMYK value is (15,0,10,14).

  • cyan value is 14.61%
  • magenta value is 0.00%
  • yellow value is 10.05%
  • key color value is 14.12%
CMYK:
(15,0,10,14)
C15M0Y10K14 
(15%,0%,10%,14%)
(0.15/0.00/0.10/0.14)	

CMYK percentages

%14.61
%0
%10.05
%14.12

Codes

Color #BBDBC5 in popluar color models

BBDBC5
RGB187219197
HSL139°30.77%79.61%
HSB/HSV139°14.61%85.88%
CMYK14.61%0.00%10.05%
14.12%

Color #BBDBC5 in popluar number systems.

HEXBBDBC5
Decimal187219197
Binary101110111101101111000101
Octal273333305

Shades and tints

Shades of #BBDBC5

#BBDBC5
(187,219,197)
#AAC8B4
(170,200,180)
#99B5A3
(153,181,163)
#88A292
(136,162,146)
#778F81
(119,143,129)
#667C70
(102,124,112)
#55695F
(85,105,95)
#44564E
(68,86,78)
#33433D
(51,67,61)
#22302C
(34,48,44)
#111D1B
(17,29,27)
#000000
(0,0,0)

Tints of #BBDBC5

#BBDBC5
(187,219,197)
#C1DECA
(193,222,202)
#C7E1CF
(199,225,207)
#CDE4D4
(205,228,212)
#D3E7D9
(211,231,217)
#D9EADE
(217,234,222)
#DFEDE3
(223,237,227)
#E5F0E8
(229,240,232)
#EBF3ED
(235,243,237)
#F1F6F2
(241,246,242)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDBC5 color. Also use rgb(187,219,197) instead hex code.

Text Font Color

.myTextColor { color: #BBDBC5; }

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

This text font color is #BBDBC5.


Background Color

.myBgColor { background-color: #BBDBC5; }

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

This div background color is #BBDBC5.


Border color

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

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

This div border color is #BBDBC5.


Opacity

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

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

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

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

This text has shadow with #BBDBC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDBC5 on black background.


Color preview on white background

This text has color #BBDBC5 on white background.



Black color preview on #BBDBC5 background

This text has black color on #BBDBC5 background.


White color preview on #BBDBC5 background

This text has white color on #BBDBC5 background.