COLOR #BBC2FD

HEX: #BBC2FD RGB: (187,194,253)

Color info

#BBC2FD contains mainly green and blue colors. Web safe color of #BBC2FD is #CCCCFF (or #CCF).

RGB color model

#BBC2FD color RGB value is (187,194,253).

RGB: (187,194,253) (73%, 76%, 99%)

RGB channels and saturation

R 187 of 255 = 73%
G 194 of 255 = 76%
B 253 of 255 = 99%

187
194
253

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

Portions of RGB colors in percentages

R + G + B = 187 + 194 + 253 = 634 (100%)
R 187 of 634 ~ 29.5%
G 194 of 634 ~ 30.6%
B 253 of 634 ~ 39.91'%

%29.5
%30.6
%39.91

CMYK color model

#BBC2FD color CMYK value is (26,23,0,1).

  • cyan value is 26.09%
  • magenta value is 23.32%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (26,23,0,1)
C26M23Y0K1 (26%, 23%, 0%, 1%)
(0.26 / 0.23 / 0.00 / 0.01)

CMYK percentages

%26.09
%23.32
%0
%0.78

Codes

Color #BBC2FD in popluar color models

BB C2 FD
RGB 187 194 253
HSL 234° 94.29% 86.27%
HSB/HSV 234° 26.09% 99.22%
CMYK 26.09% 23.32% 0.00%
0.78%

Color #BBC2FD in popluar number systems.

HEX BB C2 FD
Decimal 187 194 253
Binary 10111011 11000010 11111101
Octal 273 302 375

Shades and tints

Shades of #BBC2FD

#BBC2FD
(187,194,253)
#AAB1E6
(170,177,230)
#99A0CF
(153,160,207)
#888FB8
(136,143,184)
#777EA1
(119,126,161)
#666D8A
(102,109,138)
#555C73
(85,92,115)
#444B5C
(68,75,92)
#333A45
(51,58,69)
#22292E
(34,41,46)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #BBC2FD

#BBC2FD
(187,194,253)
#C1C7FD
(193,199,253)
#C7CCFD
(199,204,253)
#CDD1FD
(205,209,253)
#D3D6FD
(211,214,253)
#D9DBFD
(217,219,253)
#DFE0FD
(223,224,253)
#E5E5FD
(229,229,253)
#EBEAFD
(235,234,253)
#F1EFFD
(241,239,253)
#F7F4FD
(247,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC2FD color. Also use rgb(187,194,253) instead hex code.

Text Font Color

.myTextColor { color: #BBC2FD; }

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

This text font color is #BBC2FD.

Background Color

.myBgColor { background-color: #BBC2FD; }

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

This div background color is #BBC2FD.

Border color

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

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

This div border color is #BBC2FD.

Opacity

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

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

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

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

This text has shadow with #BBC2FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC2FD.

Preview

Color preview on black background

This text has color #BBC2FD on black background.


Color preview on white background

This text has color #BBC2FD on white background.


Black color preview on #BBC2FD background

This text has black color on #BBC2FD background.


White color preview on #BBC2FD background

This text has white color on #BBC2FD background.


Related colors

Complementary color

Complementary color for #hex is #443D02.


I love getcolorcode.com

Triadic colors

1 #FDBBC2 and #C2FDBB with #BBC2FD are triadic colors.

2 #FDC2BB and #C2BBFD with #BBC2FD are triadic colors.