COLOR #BBD5C5

HEX: #BBD5C5 RGB: (187,213,197)

Color info

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

RGB color model

#BBD5C5 color RGB value is (187,213,197).

RGB: (187,213,197) (73%, 84%, 77%)

RGB channels and saturation

R 187 of 255 = 73%
G 213 of 255 = 84%
B 197 of 255 = 77%

187
213
197

R + G + B ~ 78%. #BBD5C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 213 + 197 = 597 (100%)
R 187 of 597 ~ 31.32%
G 213 of 597 ~ 35.68%
B 197 of 597 ~ 33'%

%31.32
%35.68
%33

CMYK color model

#BBD5C5 color CMYK value is (12,0,8,16).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 7.51%
  • key color value is 16.47%
CMYK: (12,0,8,16) C12M0Y8K16 (12%,0%,8%,16%) (0.12/0.00/0.08/0.16) 

CMYK percentages

%12.21
%0
%7.51
%16.47

Codes

Color #BBD5C5 in popluar color models

BB D5 C5
RGB 187 213 197
HSL 143° 23.64% 78.43%
HSB/HSV 143° 12.21% 83.53%
CMYK 12.21% 0.00% 7.51%
16.47%

Color #BBD5C5 in popluar number systems.

HEX BB D5 C5
Decimal 187 213 197
Binary 10111011 11010101 11000101
Octal 273 325 305

Shades and tints

Shades of #BBD5C5

#BBD5C5
(187,213,197)
#AAC2B4
(170,194,180)
#99AFA3
(153,175,163)
#889C92
(136,156,146)
#778981
(119,137,129)
#667670
(102,118,112)
#55635F
(85,99,95)
#44504E
(68,80,78)
#333D3D
(51,61,61)
#222A2C
(34,42,44)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #BBD5C5

#BBD5C5
(187,213,197)
#C1D8CA
(193,216,202)
#C7DBCF
(199,219,207)
#CDDED4
(205,222,212)
#D3E1D9
(211,225,217)
#D9E4DE
(217,228,222)
#DFE7E3
(223,231,227)
#E5EAE8
(229,234,232)
#EBEDED
(235,237,237)
#F1F0F2
(241,240,242)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD5C5; }

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

This text font color is #BBD5C5.

Background Color

.myBgColor { background-color: #BBD5C5; }

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

This div background color is #BBD5C5.

Border color

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

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

This div border color is #BBD5C5.

Opacity

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

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

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

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

This text has shadow with #BBD5C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD5C5.

Preview

Color preview on black background

This text has color #BBD5C5 on black background.


Color preview on white background

This text has color #BBD5C5 on white background.


Black color preview on #BBD5C5 background

This text has black color on #BBD5C5 background.


White color preview on #BBD5C5 background

This text has white color on #BBD5C5 background.


Related colors

Complementary color

Complementary color for #hex is #442A3A.


I love getcolorcode.com

Triadic colors

1 #C5BBD5 and #D5C5BB with #BBD5C5 are triadic colors.

2 #C5D5BB and #D5BBC5 with #BBD5C5 are triadic colors.