COLOR #BBC1FD

HEX: #BBC1FD
RGB: (187,193,253)

Color info

#BBC1FD contains mainly blue color. Web safe color of #BBC1FD is #CCCCFF (or #CCF).

RGB color model

#BBC1FD color RGB value is (187,193,253).

  • red value is 187;
  • green value is 193;
  • blue value is 253.
RGB:
(187,193,253)
(73%,76%,99%)

RGB channels and saturation

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

187
193
253

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

Portions of RGB colors in percentages

R + G + B =
187 + 193 + 253 = 633 (100%)
R 187 of 633 ~ 29.54%
G 193 of 633 ~ 30.49%
B 253 of 633 ~ 39.97%

%29.54
%30.49
%39.97

CMYK color model

#BBC1FD color CMYK value is (26,24,0,1).

  • cyan value is 26.09%
  • magenta value is 23.72%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(26,24,0,1)
C26M24Y0K1 
(26%,24%,0%,1%)
(0.26/0.24/0.00/0.01)	

CMYK percentages

%26.09
%23.72
%0
%0.78

Codes

Color #BBC1FD in popluar color models

BBC1FD
RGB187193253
HSL235°94.29%86.27%
HSB/HSV235°26.09%99.22%
CMYK26.09%23.72%0.00%
0.78%

Color #BBC1FD in popluar number systems.

HEXBBC1FD
Decimal187193253
Binary101110111100000111111101
Octal273301375

Shades and tints

Shades of #BBC1FD

#BBC1FD
(187,193,253)
#AAB0E6
(170,176,230)
#999FCF
(153,159,207)
#888EB8
(136,142,184)
#777DA1
(119,125,161)
#666C8A
(102,108,138)
#555B73
(85,91,115)
#444A5C
(68,74,92)
#333945
(51,57,69)
#22282E
(34,40,46)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #BBC1FD

#BBC1FD
(187,193,253)
#C1C6FD
(193,198,253)
#C7CBFD
(199,203,253)
#CDD0FD
(205,208,253)
#D3D5FD
(211,213,253)
#D9DAFD
(217,218,253)
#DFDFFD
(223,223,253)
#E5E4FD
(229,228,253)
#EBE9FD
(235,233,253)
#F1EEFD
(241,238,253)
#F7F3FD
(247,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC1FD; }

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

This text font color is #BBC1FD.


Background Color

.myBgColor { background-color: #BBC1FD; }

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

This div background color is #BBC1FD.


Border color

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

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

This div border color is #BBC1FD.


Opacity

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

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

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

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

This text has shadow with #BBC1FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC1FD on black background.


Color preview on white background

This text has color #BBC1FD on white background.



Black color preview on #BBC1FD background

This text has black color on #BBC1FD background.


White color preview on #BBC1FD background

This text has white color on #BBC1FD background.