COLOR #BBCEC0

HEX: #BBCEC0 RGB: (187,206,192)

Color info

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

RGB color model

#BBCEC0 color RGB value is (187,206,192).

RGB: (187,206,192) (73%, 81%, 75%)

RGB channels and saturation

R 187 of 255 = 73%
G 206 of 255 = 81%
B 192 of 255 = 75%

187
206
192

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

Portions of RGB colors in percentages

R + G + B = 187 + 206 + 192 = 585 (100%)
R 187 of 585 ~ 31.97%
G 206 of 585 ~ 35.21%
B 192 of 585 ~ 32.82'%

%31.97
%35.21
%32.82

CMYK color model

#BBCEC0 color CMYK value is (9,0,7,19).

  • cyan value is 9.22%
  • magenta value is 0.00%
  • yellow value is 6.80%
  • key color value is 19.22%

CMYK: (9,0,7,19)
C9M0Y7K19 (9%, 0%, 7%, 19%)
(0.09 / 0.00 / 0.07 / 0.19)

CMYK percentages

%9.22
%0
%6.8
%19.22

Codes

Color #BBCEC0 in popluar color models

BB CE C0
RGB 187 206 192
HSL 136° 16.24% 77.06%
HSB/HSV 136° 9.22% 80.78%
CMYK 9.22% 0.00% 6.80%
19.22%

Color #BBCEC0 in popluar number systems.

HEX BB CE C0
Decimal 187 206 192
Binary 10111011 11001110 11000000
Octal 273 316 300

Shades and tints

Shades of #BBCEC0

#BBCEC0
(187,206,192)
#AABCAF
(170,188,175)
#99AA9E
(153,170,158)
#88988D
(136,152,141)
#77867C
(119,134,124)
#66746B
(102,116,107)
#55625A
(85,98,90)
#445049
(68,80,73)
#333E38
(51,62,56)
#222C27
(34,44,39)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #BBCEC0

#BBCEC0
(187,206,192)
#C1D2C5
(193,210,197)
#C7D6CA
(199,214,202)
#CDDACF
(205,218,207)
#D3DED4
(211,222,212)
#D9E2D9
(217,226,217)
#DFE6DE
(223,230,222)
#E5EAE3
(229,234,227)
#EBEEE8
(235,238,232)
#F1F2ED
(241,242,237)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCEC0; }

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

This text font color is #BBCEC0.

Background Color

.myBgColor { background-color: #BBCEC0; }

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

This div background color is #BBCEC0.

Border color

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

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

This div border color is #BBCEC0.

Opacity

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

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

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

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

This text has shadow with #BBCEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCEC0.

Preview

Color preview on black background

This text has color #BBCEC0 on black background.


Color preview on white background

This text has color #BBCEC0 on white background.


Black color preview on #BBCEC0 background

This text has black color on #BBCEC0 background.


White color preview on #BBCEC0 background

This text has white color on #BBCEC0 background.


Related colors

Complementary color

Complementary color for #hex is #44313F.


I love getcolorcode.com

Triadic colors

1 #C0BBCE and #CEC0BB with #BBCEC0 are triadic colors.

2 #C0CEBB and #CEBBC0 with #BBCEC0 are triadic colors.