COLOR #BBEBD5

HEX: #BBEBD5
RGB: (187,235,213)

Color info

#BBEBD5 contains red, green and blue colors in about the same proportion. Web safe color of #BBEBD5 is #CCFFCC (or #CFC).

RGB color model

#BBEBD5 color RGB value is (187,235,213).

  • red value is 187;
  • green value is 235;
  • blue value is 213.
RGB:
(187,235,213)
(73%,92%,84%)

RGB channels and saturation

R 187 of 255 = 73%
G 235 of 255 = 92%
B 213 of 255 = 84%

187
235
213

R + G + B ~ 83%. #BBEBD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 235 + 213 = 635 (100%)
R 187 of 635 ~ 29.45%
G 235 of 635 ~ 37.01%
B 213 of 635 ~ 33.54%

%29.45
%37.01
%33.54

CMYK color model

#BBEBD5 color CMYK value is (20,0,9,8).

  • cyan value is 20.43%
  • magenta value is 0.00%
  • yellow value is 9.36%
  • key color value is 7.84%
CMYK:
(20,0,9,8)
C20M0Y9K8 
(20%,0%,9%,8%)
(0.20/0.00/0.09/0.08)	

CMYK percentages

%20.43
%0
%9.36
%7.84

Codes

Color #BBEBD5 in popluar color models

BBEBD5
RGB187235213
HSL153°54.55%82.75%
HSB/HSV153°20.43%92.16%
CMYK20.43%0.00%9.36%
7.84%

Color #BBEBD5 in popluar number systems.

HEXBBEBD5
Decimal187235213
Binary101110111110101111010101
Octal273353325

Shades and tints

Shades of #BBEBD5

#BBEBD5
(187,235,213)
#AAD6C2
(170,214,194)
#99C1AF
(153,193,175)
#88AC9C
(136,172,156)
#779789
(119,151,137)
#668276
(102,130,118)
#556D63
(85,109,99)
#445850
(68,88,80)
#33433D
(51,67,61)
#222E2A
(34,46,42)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #BBEBD5

#BBEBD5
(187,235,213)
#C1ECD8
(193,236,216)
#C7EDDB
(199,237,219)
#CDEEDE
(205,238,222)
#D3EFE1
(211,239,225)
#D9F0E4
(217,240,228)
#DFF1E7
(223,241,231)
#E5F2EA
(229,242,234)
#EBF3ED
(235,243,237)
#F1F4F0
(241,244,240)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBEBD5 color. Also use rgb(187,235,213) instead hex code.

Text Font Color

.myTextColor { color: #BBEBD5; }

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

This text font color is #BBEBD5.


Background Color

.myBgColor { background-color: #BBEBD5; }

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

This div background color is #BBEBD5.


Border color

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

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

This div border color is #BBEBD5.


Opacity

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

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

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

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

This text has shadow with #BBEBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEBD5 on black background.


Color preview on white background

This text has color #BBEBD5 on white background.



Black color preview on #BBEBD5 background

This text has black color on #BBEBD5 background.


White color preview on #BBEBD5 background

This text has white color on #BBEBD5 background.