COLOR #BBCFD5

HEX: #BBCFD5 RGB: (187,207,213)

Color info

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

RGB color model

#BBCFD5 color RGB value is (187,207,213).

RGB: (187,207,213) (73%, 81%, 84%)

RGB channels and saturation

R 187 of 255 = 73%
G 207 of 255 = 81%
B 213 of 255 = 84%

187
207
213

R + G + B ~ 79%. #BBCFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 207 + 213 = 607 (100%)
R 187 of 607 ~ 30.81%
G 207 of 607 ~ 34.1%
B 213 of 607 ~ 35.09'%

%30.81
%34.1
%35.09

CMYK color model

#BBCFD5 color CMYK value is (12,3,0,16).

  • cyan value is 12.21%
  • magenta value is 2.82%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (12,3,0,16)
C12M3Y0K16 (12%, 3%, 0%, 16%)
(0.12 / 0.03 / 0.00 / 0.16)

CMYK percentages

%12.21
%2.82
%0
%16.47

Codes

Color #BBCFD5 in popluar color models

BB CF D5
RGB 187 207 213
HSL 194° 23.64% 78.43%
HSB/HSV 194° 12.21% 83.53%
CMYK 12.21% 2.82% 0.00%
16.47%

Color #BBCFD5 in popluar number systems.

HEX BB CF D5
Decimal 187 207 213
Binary 10111011 11001111 11010101
Octal 273 317 325

Shades and tints

Shades of #BBCFD5

#BBCFD5
(187,207,213)
#AABDC2
(170,189,194)
#99ABAF
(153,171,175)
#88999C
(136,153,156)
#778789
(119,135,137)
#667576
(102,117,118)
#556363
(85,99,99)
#445150
(68,81,80)
#333F3D
(51,63,61)
#222D2A
(34,45,42)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #BBCFD5

#BBCFD5
(187,207,213)
#C1D3D8
(193,211,216)
#C7D7DB
(199,215,219)
#CDDBDE
(205,219,222)
#D3DFE1
(211,223,225)
#D9E3E4
(217,227,228)
#DFE7E7
(223,231,231)
#E5EBEA
(229,235,234)
#EBEFED
(235,239,237)
#F1F3F0
(241,243,240)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCFD5 color. Also use rgb(187,207,213) instead hex code.

Text Font Color

.myTextColor { color: #BBCFD5; }

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

This text font color is #BBCFD5.

Background Color

.myBgColor { background-color: #BBCFD5; }

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

This div background color is #BBCFD5.

Border color

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

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

This div border color is #BBCFD5.

Opacity

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

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

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

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

This text has shadow with #BBCFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCFD5.

Preview

Color preview on black background

This text has color #BBCFD5 on black background.


Color preview on white background

This text has color #BBCFD5 on white background.


Black color preview on #BBCFD5 background

This text has black color on #BBCFD5 background.


White color preview on #BBCFD5 background

This text has white color on #BBCFD5 background.


Related colors

Complementary color

Complementary color for #hex is #44302A.


I love getcolorcode.com

Triadic colors

1 #D5BBCF and #CFD5BB with #BBCFD5 are triadic colors.

2 #D5CFBB and #CFBBD5 with #BBCFD5 are triadic colors.