COLOR #BBCAF3

HEX: #BBCAF3
RGB: (187,202,243)

Color info

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

RGB color model

#BBCAF3 color RGB value is (187,202,243).

  • red value is 187;
  • green value is 202;
  • blue value is 243.
RGB:
(187,202,243)
(73%,79%,95%)

RGB channels and saturation

R 187 of 255 = 73%
G 202 of 255 = 79%
B 243 of 255 = 95%

187
202
243

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

Portions of RGB colors in percentages

R + G + B =
187 + 202 + 243 = 632 (100%)
R 187 of 632 ~ 29.59%
G 202 of 632 ~ 31.96%
B 243 of 632 ~ 38.45%

%29.59
%31.96
%38.45

CMYK color model

#BBCAF3 color CMYK value is (23,17,0,5).

  • cyan value is 23.05%
  • magenta value is 16.87%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(23,17,0,5)
C23M17Y0K5 
(23%,17%,0%,5%)
(0.23/0.17/0.00/0.05)	

CMYK percentages

%23.05
%16.87
%0
%4.71

Codes

Color #BBCAF3 in popluar color models

BBCAF3
RGB187202243
HSL224°70.00%84.31%
HSB/HSV224°23.05%95.29%
CMYK23.05%16.87%0.00%
4.71%

Color #BBCAF3 in popluar number systems.

HEXBBCAF3
Decimal187202243
Binary101110111100101011110011
Octal273312363

Shades and tints

Shades of #BBCAF3

#BBCAF3
(187,202,243)
#AAB8DD
(170,184,221)
#99A6C7
(153,166,199)
#8894B1
(136,148,177)
#77829B
(119,130,155)
#667085
(102,112,133)
#555E6F
(85,94,111)
#444C59
(68,76,89)
#333A43
(51,58,67)
#22282D
(34,40,45)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #BBCAF3

#BBCAF3
(187,202,243)
#C1CEF4
(193,206,244)
#C7D2F5
(199,210,245)
#CDD6F6
(205,214,246)
#D3DAF7
(211,218,247)
#D9DEF8
(217,222,248)
#DFE2F9
(223,226,249)
#E5E6FA
(229,230,250)
#EBEAFB
(235,234,251)
#F1EEFC
(241,238,252)
#F7F2FD
(247,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCAF3; }

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

This text font color is #BBCAF3.


Background Color

.myBgColor { background-color: #BBCAF3; }

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

This div background color is #BBCAF3.


Border color

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

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

This div border color is #BBCAF3.


Opacity

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

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

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

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

This text has shadow with #BBCAF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCAF3 on black background.


Color preview on white background

This text has color #BBCAF3 on white background.



Black color preview on #BBCAF3 background

This text has black color on #BBCAF3 background.


White color preview on #BBCAF3 background

This text has white color on #BBCAF3 background.