COLOR #BBD9C0

HEX: #BBD9C0 RGB: (187,217,192)

Color info

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

RGB color model

#BBD9C0 color RGB value is (187,217,192).

RGB: (187,217,192) (73%, 85%, 75%)

RGB channels and saturation

R 187 of 255 = 73%
G 217 of 255 = 85%
B 192 of 255 = 75%

187
217
192

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

Portions of RGB colors in percentages

R + G + B = 187 + 217 + 192 = 596 (100%)
R 187 of 596 ~ 31.38%
G 217 of 596 ~ 36.41%
B 192 of 596 ~ 32.21'%

%31.38
%36.41
%32.21

CMYK color model

#BBD9C0 color CMYK value is (14,0,12,15).

  • cyan value is 13.82%
  • magenta value is 0.00%
  • yellow value is 11.52%
  • key color value is 14.90%
CMYK: (14,0,12,15) C14M0Y12K15 (14%,0%,12%,15%) (0.14/0.00/0.12/0.15) 

CMYK percentages

%13.82
%0
%11.52
%14.9

Codes

Color #BBD9C0 in popluar color models

BB D9 C0
RGB 187 217 192
HSL 130° 28.30% 79.22%
HSB/HSV 130° 13.82% 85.10%
CMYK 13.82% 0.00% 11.52%
14.90%

Color #BBD9C0 in popluar number systems.

HEX BB D9 C0
Decimal 187 217 192
Binary 10111011 11011001 11000000
Octal 273 331 300

Shades and tints

Shades of #BBD9C0

#BBD9C0
(187,217,192)
#AAC6AF
(170,198,175)
#99B39E
(153,179,158)
#88A08D
(136,160,141)
#778D7C
(119,141,124)
#667A6B
(102,122,107)
#55675A
(85,103,90)
#445449
(68,84,73)
#334138
(51,65,56)
#222E27
(34,46,39)
#111B16
(17,27,22)
#000000
(0,0,0)

Tints of #BBD9C0

#BBD9C0
(187,217,192)
#C1DCC5
(193,220,197)
#C7DFCA
(199,223,202)
#CDE2CF
(205,226,207)
#D3E5D4
(211,229,212)
#D9E8D9
(217,232,217)
#DFEBDE
(223,235,222)
#E5EEE3
(229,238,227)
#EBF1E8
(235,241,232)
#F1F4ED
(241,244,237)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD9C0 color. Also use rgb(187,217,192) instead hex code.

Text Font Color

.myTextColor { color: #BBD9C0; }

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

This text font color is #BBD9C0.

Background Color

.myBgColor { background-color: #BBD9C0; }

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

This div background color is #BBD9C0.

Border color

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

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

This div border color is #BBD9C0.

Opacity

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

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

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

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

This text has shadow with #BBD9C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD9C0.

Preview

Color preview on black background

This text has color #BBD9C0 on black background.


Color preview on white background

This text has color #BBD9C0 on white background.


Black color preview on #BBD9C0 background

This text has black color on #BBD9C0 background.


White color preview on #BBD9C0 background

This text has white color on #BBD9C0 background.


Related colors

Complementary color

Complementary color for #hex is #44263F.


I love getcolorcode.com

Triadic colors

1 #C0BBD9 and #D9C0BB with #BBD9C0 are triadic colors.

2 #C0D9BB and #D9BBC0 with #BBD9C0 are triadic colors.