COLOR #BBD4E5

HEX: #BBD4E5 RGB: (187,212,229)

Color info

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

RGB color model

#BBD4E5 color RGB value is (187,212,229).

RGB: (187,212,229) (73%, 83%, 90%)

RGB channels and saturation

R 187 of 255 = 73%
G 212 of 255 = 83%
B 229 of 255 = 90%

187
212
229

R + G + B ~ 82%. #BBD4E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 212 + 229 = 628 (100%)
R 187 of 628 ~ 29.78%
G 212 of 628 ~ 33.76%
B 229 of 628 ~ 36.46'%

%29.78
%33.76
%36.46

CMYK color model

#BBD4E5 color CMYK value is (18,7,0,10).

  • cyan value is 18.34%
  • magenta value is 7.42%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (18,7,0,10)
C18M7Y0K10 (18%, 7%, 0%, 10%)
(0.18 / 0.07 / 0.00 / 0.10)

CMYK percentages

%18.34
%7.42
%0
%10.2

Codes

Color #BBD4E5 in popluar color models

BB D4 E5
RGB 187 212 229
HSL 204° 44.68% 81.57%
HSB/HSV 204° 18.34% 89.80%
CMYK 18.34% 7.42% 0.00%
10.20%

Color #BBD4E5 in popluar number systems.

HEX BB D4 E5
Decimal 187 212 229
Binary 10111011 11010100 11100101
Octal 273 324 345

Shades and tints

Shades of #BBD4E5

#BBD4E5
(187,212,229)
#AAC1D1
(170,193,209)
#99AEBD
(153,174,189)
#889BA9
(136,155,169)
#778895
(119,136,149)
#667581
(102,117,129)
#55626D
(85,98,109)
#444F59
(68,79,89)
#333C45
(51,60,69)
#222931
(34,41,49)
#11161D
(17,22,29)
#000000
(0,0,0)

Tints of #BBD4E5

#BBD4E5
(187,212,229)
#C1D7E7
(193,215,231)
#C7DAE9
(199,218,233)
#CDDDEB
(205,221,235)
#D3E0ED
(211,224,237)
#D9E3EF
(217,227,239)
#DFE6F1
(223,230,241)
#E5E9F3
(229,233,243)
#EBECF5
(235,236,245)
#F1EFF7
(241,239,247)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD4E5 color. Also use rgb(187,212,229) instead hex code.

Text Font Color

.myTextColor { color: #BBD4E5; }

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

This text font color is #BBD4E5.

Background Color

.myBgColor { background-color: #BBD4E5; }

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

This div background color is #BBD4E5.

Border color

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

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

This div border color is #BBD4E5.

Opacity

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

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

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

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

This text has shadow with #BBD4E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD4E5.

Preview

Color preview on black background

This text has color #BBD4E5 on black background.


Color preview on white background

This text has color #BBD4E5 on white background.


Black color preview on #BBD4E5 background

This text has black color on #BBD4E5 background.


White color preview on #BBD4E5 background

This text has white color on #BBD4E5 background.


Related colors

Complementary color

Complementary color for #hex is #442B1A.


I love getcolorcode.com

Triadic colors

1 #E5BBD4 and #D4E5BB with #BBD4E5 are triadic colors.

2 #E5D4BB and #D4BBE5 with #BBD4E5 are triadic colors.