COLOR #BBD3EA

HEX: #BBD3EA RGB: (187,211,234)

Color info

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

RGB color model

#BBD3EA color RGB value is (187,211,234).

RGB: (187,211,234) (73%, 83%, 92%)

RGB channels and saturation

R 187 of 255 = 73%
G 211 of 255 = 83%
B 234 of 255 = 92%

187
211
234

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

Portions of RGB colors in percentages

R + G + B = 187 + 211 + 234 = 632 (100%)
R 187 of 632 ~ 29.59%
G 211 of 632 ~ 33.39%
B 234 of 632 ~ 37.03'%

%29.59
%33.39
%37.03

CMYK color model

#BBD3EA color CMYK value is (20,10,0,8).

  • cyan value is 20.09%
  • magenta value is 9.83%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (20,10,0,8)
C20M10Y0K8 (20%, 10%, 0%, 8%)
(0.20 / 0.10 / 0.00 / 0.08)

CMYK percentages

%20.09
%9.83
%0
%8.24

Codes

Color #BBD3EA in popluar color models

BB D3 EA
RGB 187 211 234
HSL 209° 52.81% 82.55%
HSB/HSV 209° 20.09% 91.76%
CMYK 20.09% 9.83% 0.00%
8.24%

Color #BBD3EA in popluar number systems.

HEX BB D3 EA
Decimal 187 211 234
Binary 10111011 11010011 11101010
Octal 273 323 352

Shades and tints

Shades of #BBD3EA

#BBD3EA
(187,211,234)
#AAC0D5
(170,192,213)
#99ADC0
(153,173,192)
#889AAB
(136,154,171)
#778796
(119,135,150)
#667481
(102,116,129)
#55616C
(85,97,108)
#444E57
(68,78,87)
#333B42
(51,59,66)
#22282D
(34,40,45)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #BBD3EA

#BBD3EA
(187,211,234)
#C1D7EB
(193,215,235)
#C7DBEC
(199,219,236)
#CDDFED
(205,223,237)
#D3E3EE
(211,227,238)
#D9E7EF
(217,231,239)
#DFEBF0
(223,235,240)
#E5EFF1
(229,239,241)
#EBF3F2
(235,243,242)
#F1F7F3
(241,247,243)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD3EA color. Also use rgb(187,211,234) instead hex code.

Text Font Color

.myTextColor { color: #BBD3EA; }

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

This text font color is #BBD3EA.

Background Color

.myBgColor { background-color: #BBD3EA; }

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

This div background color is #BBD3EA.

Border color

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

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

This div border color is #BBD3EA.

Opacity

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

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

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

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

This text has shadow with #BBD3EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD3EA.

Preview

Color preview on black background

This text has color #BBD3EA on black background.


Color preview on white background

This text has color #BBD3EA on white background.


Black color preview on #BBD3EA background

This text has black color on #BBD3EA background.


White color preview on #BBD3EA background

This text has white color on #BBD3EA background.


Related colors

Complementary color

Complementary color for #hex is #442C15.


I love getcolorcode.com

Triadic colors

1 #EABBD3 and #D3EABB with #BBD3EA are triadic colors.

2 #EAD3BB and #D3BBEA with #BBD3EA are triadic colors.