COLOR #BFE6EB

HEX: #BFE6EB RGB: (191,230,235)

Color info

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

RGB color model

#BFE6EB color RGB value is (191,230,235).

RGB: (191,230,235) (75%, 90%, 92%)

RGB channels and saturation

R 191 of 255 = 75%
G 230 of 255 = 90%
B 235 of 255 = 92%

191
230
235

R + G + B ~ 86%. #BFE6EB is light color.

Portions of RGB colors in percentages

R + G + B = 191 + 230 + 235 = 656 (100%)
R 191 of 656 ~ 29.12%
G 230 of 656 ~ 35.06%
B 235 of 656 ~ 35.82'%

%29.12
%35.06
%35.82

CMYK color model

#BFE6EB color CMYK value is (19,2,0,8).

  • cyan value is 18.72%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (19,2,0,8)
C19M2Y0K8 (19%, 2%, 0%, 8%)
(0.19 / 0.02 / 0.00 / 0.08)

CMYK percentages

%18.72
%2.13
%0
%7.84

Codes

Color #BFE6EB in popluar color models

BF E6 EB
RGB 191 230 235
HSL 187° 52.38% 83.53%
HSB/HSV 187° 18.72% 92.16%
CMYK 18.72% 2.13% 0.00%
7.84%

Color #BFE6EB in popluar number systems.

HEX BF E6 EB
Decimal 191 230 235
Binary 10111111 11100110 11101011
Octal 277 346 353

Shades and tints

Shades of #BFE6EB

#BFE6EB
(191,230,235)
#AED2D6
(174,210,214)
#9DBEC1
(157,190,193)
#8CAAAC
(140,170,172)
#7B9697
(123,150,151)
#6A8282
(106,130,130)
#596E6D
(89,110,109)
#485A58
(72,90,88)
#374643
(55,70,67)
#26322E
(38,50,46)
#151E19
(21,30,25)
#000000
(0,0,0)

Tints of #BFE6EB

#BFE6EB
(191,230,235)
#C4E8EC
(196,232,236)
#C9EAED
(201,234,237)
#CEECEE
(206,236,238)
#D3EEEF
(211,238,239)
#D8F0F0
(216,240,240)
#DDF2F1
(221,242,241)
#E2F4F2
(226,244,242)
#E7F6F3
(231,246,243)
#ECF8F4
(236,248,244)
#F1FAF5
(241,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE6EB color. Also use rgb(191,230,235) instead hex code.

Text Font Color

.myTextColor { color: #BFE6EB; }

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

This text font color is #BFE6EB.

Background Color

.myBgColor { background-color: #BFE6EB; }

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

This div background color is #BFE6EB.

Border color

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

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

This div border color is #BFE6EB.

Opacity

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

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

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

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

This text has shadow with #BFE6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE6EB.

Preview

Color preview on black background

This text has color #BFE6EB on black background.


Color preview on white background

This text has color #BFE6EB on white background.


Black color preview on #BFE6EB background

This text has black color on #BFE6EB background.


White color preview on #BFE6EB background

This text has white color on #BFE6EB background.


Related colors

Complementary color

Complementary color for #hex is #401914.


I love getcolorcode.com

Triadic colors

1 #EBBFE6 and #E6EBBF with #BFE6EB are triadic colors.

2 #EBE6BF and #E6BFEB with #BFE6EB are triadic colors.