COLOR #BBCDF3

HEX: #BBCDF3 RGB: (187,205,243)

Color info

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

RGB color model

#BBCDF3 color RGB value is (187,205,243).

RGB: (187,205,243) (73%, 80%, 95%)

RGB channels and saturation

R 187 of 255 = 73%
G 205 of 255 = 80%
B 243 of 255 = 95%

187
205
243

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

Portions of RGB colors in percentages

R + G + B = 187 + 205 + 243 = 635 (100%)
R 187 of 635 ~ 29.45%
G 205 of 635 ~ 32.28%
B 243 of 635 ~ 38.27'%

%29.45
%32.28
%38.27

CMYK color model

#BBCDF3 color CMYK value is (23,16,0,5).

  • cyan value is 23.05%
  • magenta value is 15.64%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (23,16,0,5)
C23M16Y0K5 (23%, 16%, 0%, 5%)
(0.23 / 0.16 / 0.00 / 0.05)

CMYK percentages

%23.05
%15.64
%0
%4.71

Codes

Color #BBCDF3 in popluar color models

BB CD F3
RGB 187 205 243
HSL 221° 70.00% 84.31%
HSB/HSV 221° 23.05% 95.29%
CMYK 23.05% 15.64% 0.00%
4.71%

Color #BBCDF3 in popluar number systems.

HEX BB CD F3
Decimal 187 205 243
Binary 10111011 11001101 11110011
Octal 273 315 363

Shades and tints

Shades of #BBCDF3

#BBCDF3
(187,205,243)
#AABBDD
(170,187,221)
#99A9C7
(153,169,199)
#8897B1
(136,151,177)
#77859B
(119,133,155)
#667385
(102,115,133)
#55616F
(85,97,111)
#444F59
(68,79,89)
#333D43
(51,61,67)
#222B2D
(34,43,45)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #BBCDF3

#BBCDF3
(187,205,243)
#C1D1F4
(193,209,244)
#C7D5F5
(199,213,245)
#CDD9F6
(205,217,246)
#D3DDF7
(211,221,247)
#D9E1F8
(217,225,248)
#DFE5F9
(223,229,249)
#E5E9FA
(229,233,250)
#EBEDFB
(235,237,251)
#F1F1FC
(241,241,252)
#F7F5FD
(247,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCDF3 color. Also use rgb(187,205,243) instead hex code.

Text Font Color

.myTextColor { color: #BBCDF3; }

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

This text font color is #BBCDF3.

Background Color

.myBgColor { background-color: #BBCDF3; }

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

This div background color is #BBCDF3.

Border color

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

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

This div border color is #BBCDF3.

Opacity

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

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

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

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

This text has shadow with #BBCDF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCDF3.

Preview

Color preview on black background

This text has color #BBCDF3 on black background.


Color preview on white background

This text has color #BBCDF3 on white background.


Black color preview on #BBCDF3 background

This text has black color on #BBCDF3 background.


White color preview on #BBCDF3 background

This text has white color on #BBCDF3 background.


Related colors

Complementary color

Complementary color for #hex is #44320C.


I love getcolorcode.com

Triadic colors

1 #F3BBCD and #CDF3BB with #BBCDF3 are triadic colors.

2 #F3CDBB and #CDBBF3 with #BBCDF3 are triadic colors.