COLOR #BFD5CC

HEX: #BFD5CC RGB: (191,213,204)

Color info

#BFD5CC contains red, green and blue colors in about the same proportion. Web safe color of #BFD5CC is #CCCCCC (or #CCC).

RGB color model

#BFD5CC color RGB value is (191,213,204).

RGB: (191,213,204) (75%, 84%, 80%)

RGB channels and saturation

R 191 of 255 = 75%
G 213 of 255 = 84%
B 204 of 255 = 80%

191
213
204

R + G + B ~ 80%. #BFD5CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 213 + 204 = 608 (100%)
R 191 of 608 ~ 31.41%
G 213 of 608 ~ 35.03%
B 204 of 608 ~ 33.55'%

%31.41
%35.03
%33.55

CMYK color model

#BFD5CC color CMYK value is (10,0,4,16).

  • cyan value is 10.33%
  • magenta value is 0.00%
  • yellow value is 4.23%
  • key color value is 16.47%

CMYK: (10,0,4,16)
C10M0Y4K16 (10%, 0%, 4%, 16%)
(0.10 / 0.00 / 0.04 / 0.16)

CMYK percentages

%10.33
%0
%4.23
%16.47

Codes

Color #BFD5CC in popluar color models

BF D5 CC
RGB 191 213 204
HSL 155° 20.75% 79.22%
HSB/HSV 155° 10.33% 83.53%
CMYK 10.33% 0.00% 4.23%
16.47%

Color #BFD5CC in popluar number systems.

HEX BF D5 CC
Decimal 191 213 204
Binary 10111111 11010101 11001100
Octal 277 325 314

Shades and tints

Shades of #BFD5CC

#BFD5CC
(191,213,204)
#AEC2BA
(174,194,186)
#9DAFA8
(157,175,168)
#8C9C96
(140,156,150)
#7B8984
(123,137,132)
#6A7672
(106,118,114)
#596360
(89,99,96)
#48504E
(72,80,78)
#373D3C
(55,61,60)
#262A2A
(38,42,42)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #BFD5CC

#BFD5CC
(191,213,204)
#C4D8D0
(196,216,208)
#C9DBD4
(201,219,212)
#CEDED8
(206,222,216)
#D3E1DC
(211,225,220)
#D8E4E0
(216,228,224)
#DDE7E4
(221,231,228)
#E2EAE8
(226,234,232)
#E7EDEC
(231,237,236)
#ECF0F0
(236,240,240)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD5CC color. Also use rgb(191,213,204) instead hex code.

Text Font Color

.myTextColor { color: #BFD5CC; }

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

This text font color is #BFD5CC.

Background Color

.myBgColor { background-color: #BFD5CC; }

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

This div background color is #BFD5CC.

Border color

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

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

This div border color is #BFD5CC.

Opacity

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

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

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

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

This text has shadow with #BFD5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD5CC.

Preview

Color preview on black background

This text has color #BFD5CC on black background.


Color preview on white background

This text has color #BFD5CC on white background.


Black color preview on #BFD5CC background

This text has black color on #BFD5CC background.


White color preview on #BFD5CC background

This text has white color on #BFD5CC background.


Related colors

Complementary color

Complementary color for #BFD5CC is #402A33.


I love getcolorcode.com

Triadic colors

1 #CCBFD5 and #D5CCBF with #BFD5CC are triadic colors.

2 #CCD5BF and #D5BFCC with #BFD5CC are triadic colors.