COLOR #BCEAFF

HEX: #BCEAFF
RGB: (188,234,255)

Color info

#BCEAFF contains mainly green and blue colors. Web safe color of #BCEAFF is #CCFFFF (or #CFF).

RGB color model

#BCEAFF color RGB value is (188,234,255).

  • red value is 188;
  • green value is 234;
  • blue value is 255.
RGB:
(188,234,255)
(74%,92%,100%)

RGB channels and saturation

R 188 of 255 = 74%
G 234 of 255 = 92%
B 255 of 255 = 100%

188
234
255

R + G + B ~ 89%. #BCEAFF is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 234 + 255 = 677 (100%)
R 188 of 677 ~ 27.77%
G 234 of 677 ~ 34.56%
B 255 of 677 ~ 37.67%

%27.77
%34.56
%37.67

CMYK color model

#BCEAFF color CMYK value is (26,8,0,0).

  • cyan value is 26.27%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(26,8,0,0)
C26M8Y0K0 
(26%,8%,0%,0%)
(0.26/0.08/0.00/0.00)	

CMYK percentages

%26.27
%8.24
%0
%0

Codes

Color #BCEAFF in popluar color models

BCEAFF
RGB188234255
HSL199°100.00%86.86%
HSB/HSV199°26.27%100.00%
CMYK26.27%8.24%0.00%
0.00%

Color #BCEAFF in popluar number systems.

HEXBCEAFF
Decimal188234255
Binary101111001110101011111111
Octal274352377

Shades and tints

Shades of #BCEAFF

#BCEAFF
(188,234,255)
#ABD5E8
(171,213,232)
#9AC0D1
(154,192,209)
#89ABBA
(137,171,186)
#7896A3
(120,150,163)
#67818C
(103,129,140)
#566C75
(86,108,117)
#45575E
(69,87,94)
#344247
(52,66,71)
#232D30
(35,45,48)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #BCEAFF

#BCEAFF
(188,234,255)
#C2EBFF
(194,235,255)
#C8ECFF
(200,236,255)
#CEEDFF
(206,237,255)
#D4EEFF
(212,238,255)
#DAEFFF
(218,239,255)
#E0F0FF
(224,240,255)
#E6F1FF
(230,241,255)
#ECF2FF
(236,242,255)
#F2F3FF
(242,243,255)
#F8F4FF
(248,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCEAFF color. Also use rgb(188,234,255) instead hex code.

Text Font Color

.myTextColor { color: #BCEAFF; }

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

This text font color is #BCEAFF.


Background Color

.myBgColor { background-color: #BCEAFF; }

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

This div background color is #BCEAFF.


Border color

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

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

This div border color is #BCEAFF.


Opacity

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

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

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

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

This text has shadow with #BCEAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEAFF on black background.


Color preview on white background

This text has color #BCEAFF on white background.



Black color preview on #BCEAFF background

This text has black color on #BCEAFF background.


White color preview on #BCEAFF background

This text has white color on #BCEAFF background.