COLOR #BBE3ED

HEX: #BBE3ED RGB: (187,227,237)

Color info

#BBE3ED contains red, green and blue colors in about the same proportion. Web safe color of #BBE3ED is #CCCCFF (or #CCF).

RGB color model

#BBE3ED color RGB value is (187,227,237).

RGB: (187,227,237) (73%, 89%, 93%)

RGB channels and saturation

R 187 of 255 = 73%
G 227 of 255 = 89%
B 237 of 255 = 93%

187
227
237

R + G + B ~ 85%. #BBE3ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 227 + 237 = 651 (100%)
R 187 of 651 ~ 28.73%
G 227 of 651 ~ 34.87%
B 237 of 651 ~ 36.41'%

%28.73
%34.87
%36.41

CMYK color model

#BBE3ED color CMYK value is (21,4,0,7).

  • cyan value is 21.10%
  • magenta value is 4.22%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (21,4,0,7)
C21M4Y0K7 (21%, 4%, 0%, 7%)
(0.21 / 0.04 / 0.00 / 0.07)

CMYK percentages

%21.1
%4.22
%0
%7.06

Codes

Color #BBE3ED in popluar color models

BB E3 ED
RGB 187 227 237
HSL 192° 58.14% 83.14%
HSB/HSV 192° 21.10% 92.94%
CMYK 21.10% 4.22% 0.00%
7.06%

Color #BBE3ED in popluar number systems.

HEX BB E3 ED
Decimal 187 227 237
Binary 10111011 11100011 11101101
Octal 273 343 355

Shades and tints

Shades of #BBE3ED

#BBE3ED
(187,227,237)
#AACFD8
(170,207,216)
#99BBC3
(153,187,195)
#88A7AE
(136,167,174)
#779399
(119,147,153)
#667F84
(102,127,132)
#556B6F
(85,107,111)
#44575A
(68,87,90)
#334345
(51,67,69)
#222F30
(34,47,48)
#111B1B
(17,27,27)
#000000
(0,0,0)

Tints of #BBE3ED

#BBE3ED
(187,227,237)
#C1E5EE
(193,229,238)
#C7E7EF
(199,231,239)
#CDE9F0
(205,233,240)
#D3EBF1
(211,235,241)
#D9EDF2
(217,237,242)
#DFEFF3
(223,239,243)
#E5F1F4
(229,241,244)
#EBF3F5
(235,243,245)
#F1F5F6
(241,245,246)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE3ED color. Also use rgb(187,227,237) instead hex code.

Text Font Color

.myTextColor { color: #BBE3ED; }

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

This text font color is #BBE3ED.

Background Color

.myBgColor { background-color: #BBE3ED; }

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

This div background color is #BBE3ED.

Border color

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

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

This div border color is #BBE3ED.

Opacity

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

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

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

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

This text has shadow with #BBE3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE3ED.

Preview

Color preview on black background

This text has color #BBE3ED on black background.


Color preview on white background

This text has color #BBE3ED on white background.


Black color preview on #BBE3ED background

This text has black color on #BBE3ED background.


White color preview on #BBE3ED background

This text has white color on #BBE3ED background.


Related colors

Complementary color

Complementary color for #hex is #441C12.


I love getcolorcode.com

Triadic colors

1 #EDBBE3 and #E3EDBB with #BBE3ED are triadic colors.

2 #EDE3BB and #E3BBED with #BBE3ED are triadic colors.