COLOR #BBC2FA

HEX: #BBC2FA RGB: (187,194,250)

Color info

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

RGB color model

#BBC2FA color RGB value is (187,194,250).

RGB: (187,194,250) (73%, 76%, 98%)

RGB channels and saturation

R 187 of 255 = 73%
G 194 of 255 = 76%
B 250 of 255 = 98%

187
194
250

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

Portions of RGB colors in percentages

R + G + B = 187 + 194 + 250 = 631 (100%)
R 187 of 631 ~ 29.64%
G 194 of 631 ~ 30.74%
B 250 of 631 ~ 39.62'%

%29.64
%30.74
%39.62

CMYK color model

#BBC2FA color CMYK value is (25,22,0,2).

  • cyan value is 25.20%
  • magenta value is 22.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (25,22,0,2)
C25M22Y0K2 (25%, 22%, 0%, 2%)
(0.25 / 0.22 / 0.00 / 0.02)

CMYK percentages

%25.2
%22.4
%0
%1.96

Codes

Color #BBC2FA in popluar color models

BB C2 FA
RGB 187 194 250
HSL 233° 86.30% 85.69%
HSB/HSV 233° 25.20% 98.04%
CMYK 25.20% 22.40% 0.00%
1.96%

Color #BBC2FA in popluar number systems.

HEX BB C2 FA
Decimal 187 194 250
Binary 10111011 11000010 11111010
Octal 273 302 372

Shades and tints

Shades of #BBC2FA

#BBC2FA
(187,194,250)
#AAB1E4
(170,177,228)
#99A0CE
(153,160,206)
#888FB8
(136,143,184)
#777EA2
(119,126,162)
#666D8C
(102,109,140)
#555C76
(85,92,118)
#444B60
(68,75,96)
#333A4A
(51,58,74)
#222934
(34,41,52)
#11181E
(17,24,30)
#000000
(0,0,0)

Tints of #BBC2FA

#BBC2FA
(187,194,250)
#C1C7FA
(193,199,250)
#C7CCFA
(199,204,250)
#CDD1FA
(205,209,250)
#D3D6FA
(211,214,250)
#D9DBFA
(217,219,250)
#DFE0FA
(223,224,250)
#E5E5FA
(229,229,250)
#EBEAFA
(235,234,250)
#F1EFFA
(241,239,250)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC2FA; }

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

This text font color is #BBC2FA.

Background Color

.myBgColor { background-color: #BBC2FA; }

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

This div background color is #BBC2FA.

Border color

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

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

This div border color is #BBC2FA.

Opacity

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

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

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

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

This text has shadow with #BBC2FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC2FA.

Preview

Color preview on black background

This text has color #BBC2FA on black background.


Color preview on white background

This text has color #BBC2FA on white background.


Black color preview on #BBC2FA background

This text has black color on #BBC2FA background.


White color preview on #BBC2FA background

This text has white color on #BBC2FA background.


Related colors

Complementary color

Complementary color for #hex is #443D05.


I love getcolorcode.com

Triadic colors

1 #FABBC2 and #C2FABB with #BBC2FA are triadic colors.

2 #FAC2BB and #C2BBFA with #BBC2FA are triadic colors.