COLOR #BBCCBD

HEX: #BBCCBD RGB: (187,204,189)

Color info

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

RGB color model

#BBCCBD color RGB value is (187,204,189).

RGB: (187,204,189) (73%, 80%, 74%)

RGB channels and saturation

R 187 of 255 = 73%
G 204 of 255 = 80%
B 189 of 255 = 74%

187
204
189

R + G + B ~ 76%. #BBCCBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 204 + 189 = 580 (100%)
R 187 of 580 ~ 32.24%
G 204 of 580 ~ 35.17%
B 189 of 580 ~ 32.59'%

%32.24
%35.17
%32.59

CMYK color model

#BBCCBD color CMYK value is (8,0,7,20).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 20.00%

CMYK: (8,0,7,20)
C8M0Y7K20 (8%, 0%, 7%, 20%)
(0.08 / 0.00 / 0.07 / 0.20)

CMYK percentages

%8.33
%0
%7.35
%20

Codes

Color #BBCCBD in popluar color models

BB CC BD
RGB 187 204 189
HSL 127° 14.29% 76.67%
HSB/HSV 127° 8.33% 80.00%
CMYK 8.33% 0.00% 7.35%
20.00%

Color #BBCCBD in popluar number systems.

HEX BB CC BD
Decimal 187 204 189
Binary 10111011 11001100 10111101
Octal 273 314 275

Shades and tints

Shades of #BBCCBD

#BBCCBD
(187,204,189)
#AABAAC
(170,186,172)
#99A89B
(153,168,155)
#88968A
(136,150,138)
#778479
(119,132,121)
#667268
(102,114,104)
#556057
(85,96,87)
#444E46
(68,78,70)
#333C35
(51,60,53)
#222A24
(34,42,36)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #BBCCBD

#BBCCBD
(187,204,189)
#C1D0C3
(193,208,195)
#C7D4C9
(199,212,201)
#CDD8CF
(205,216,207)
#D3DCD5
(211,220,213)
#D9E0DB
(217,224,219)
#DFE4E1
(223,228,225)
#E5E8E7
(229,232,231)
#EBECED
(235,236,237)
#F1F0F3
(241,240,243)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCCBD color. Also use rgb(187,204,189) instead hex code.

Text Font Color

.myTextColor { color: #BBCCBD; }

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

This text font color is #BBCCBD.

Background Color

.myBgColor { background-color: #BBCCBD; }

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

This div background color is #BBCCBD.

Border color

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

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

This div border color is #BBCCBD.

Opacity

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

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

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

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

This text has shadow with #BBCCBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCCBD.

Preview

Color preview on black background

This text has color #BBCCBD on black background.


Color preview on white background

This text has color #BBCCBD on white background.


Black color preview on #BBCCBD background

This text has black color on #BBCCBD background.


White color preview on #BBCCBD background

This text has white color on #BBCCBD background.


Related colors

Complementary color

Complementary color for #hex is #443342.


I love getcolorcode.com

Triadic colors

1 #BDBBCC and #CCBDBB with #BBCCBD are triadic colors.

2 #BDCCBB and #CCBBBD with #BBCCBD are triadic colors.