COLOR #BBC4F9

HEX: #BBC4F9 RGB: (187,196,249)

Color info

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

RGB color model

#BBC4F9 color RGB value is (187,196,249).

RGB: (187,196,249) (73%, 77%, 98%)

RGB channels and saturation

R 187 of 255 = 73%
G 196 of 255 = 77%
B 249 of 255 = 98%

187
196
249

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

Portions of RGB colors in percentages

R + G + B = 187 + 196 + 249 = 632 (100%)
R 187 of 632 ~ 29.59%
G 196 of 632 ~ 31.01%
B 249 of 632 ~ 39.4'%

%29.59
%31.01
%39.4

CMYK color model

#BBC4F9 color CMYK value is (25,21,0,2).

  • cyan value is 24.90%
  • magenta value is 21.29%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (25,21,0,2)
C25M21Y0K2 (25%, 21%, 0%, 2%)
(0.25 / 0.21 / 0.00 / 0.02)

CMYK percentages

%24.9
%21.29
%0
%2.35

Codes

Color #BBC4F9 in popluar color models

BB C4 F9
RGB 187 196 249
HSL 231° 83.78% 85.49%
HSB/HSV 231° 24.90% 97.65%
CMYK 24.90% 21.29% 0.00%
2.35%

Color #BBC4F9 in popluar number systems.

HEX BB C4 F9
Decimal 187 196 249
Binary 10111011 11000100 11111001
Octal 273 304 371

Shades and tints

Shades of #BBC4F9

#BBC4F9
(187,196,249)
#AAB3E3
(170,179,227)
#99A2CD
(153,162,205)
#8891B7
(136,145,183)
#7780A1
(119,128,161)
#666F8B
(102,111,139)
#555E75
(85,94,117)
#444D5F
(68,77,95)
#333C49
(51,60,73)
#222B33
(34,43,51)
#111A1D
(17,26,29)
#000000
(0,0,0)

Tints of #BBC4F9

#BBC4F9
(187,196,249)
#C1C9F9
(193,201,249)
#C7CEF9
(199,206,249)
#CDD3F9
(205,211,249)
#D3D8F9
(211,216,249)
#D9DDF9
(217,221,249)
#DFE2F9
(223,226,249)
#E5E7F9
(229,231,249)
#EBECF9
(235,236,249)
#F1F1F9
(241,241,249)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC4F9 color. Also use rgb(187,196,249) instead hex code.

Text Font Color

.myTextColor { color: #BBC4F9; }

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

This text font color is #BBC4F9.

Background Color

.myBgColor { background-color: #BBC4F9; }

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

This div background color is #BBC4F9.

Border color

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

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

This div border color is #BBC4F9.

Opacity

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

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

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

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

This text has shadow with #BBC4F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC4F9.

Preview

Color preview on black background

This text has color #BBC4F9 on black background.


Color preview on white background

This text has color #BBC4F9 on white background.


Black color preview on #BBC4F9 background

This text has black color on #BBC4F9 background.


White color preview on #BBC4F9 background

This text has white color on #BBC4F9 background.


Related colors

Complementary color

Complementary color for #hex is #443B06.


I love getcolorcode.com

Triadic colors

1 #F9BBC4 and #C4F9BB with #BBC4F9 are triadic colors.

2 #F9C4BB and #C4BBF9 with #BBC4F9 are triadic colors.