COLOR #BBE2C9

HEX: #BBE2C9 RGB: (187,226,201)

Color info

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

RGB color model

#BBE2C9 color RGB value is (187,226,201).

RGB: (187,226,201) (73%, 89%, 79%)

RGB channels and saturation

R 187 of 255 = 73%
G 226 of 255 = 89%
B 201 of 255 = 79%

187
226
201

R + G + B ~ 80%. #BBE2C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 226 + 201 = 614 (100%)
R 187 of 614 ~ 30.46%
G 226 of 614 ~ 36.81%
B 201 of 614 ~ 32.74'%

%30.46
%36.81
%32.74

CMYK color model

#BBE2C9 color CMYK value is (17,0,11,11).

  • cyan value is 17.26%
  • magenta value is 0.00%
  • yellow value is 11.06%
  • key color value is 11.37%

CMYK: (17,0,11,11)
C17M0Y11K11 (17%, 0%, 11%, 11%)
(0.17 / 0.00 / 0.11 / 0.11)

CMYK percentages

%17.26
%0
%11.06
%11.37

Codes

Color #BBE2C9 in popluar color models

BB E2 C9
RGB 187 226 201
HSL 142° 40.21% 80.98%
HSB/HSV 142° 17.26% 88.63%
CMYK 17.26% 0.00% 11.06%
11.37%

Color #BBE2C9 in popluar number systems.

HEX BB E2 C9
Decimal 187 226 201
Binary 10111011 11100010 11001001
Octal 273 342 311

Shades and tints

Shades of #BBE2C9

#BBE2C9
(187,226,201)
#AACEB7
(170,206,183)
#99BAA5
(153,186,165)
#88A693
(136,166,147)
#779281
(119,146,129)
#667E6F
(102,126,111)
#556A5D
(85,106,93)
#44564B
(68,86,75)
#334239
(51,66,57)
#222E27
(34,46,39)
#111A15
(17,26,21)
#000000
(0,0,0)

Tints of #BBE2C9

#BBE2C9
(187,226,201)
#C1E4CD
(193,228,205)
#C7E6D1
(199,230,209)
#CDE8D5
(205,232,213)
#D3EAD9
(211,234,217)
#D9ECDD
(217,236,221)
#DFEEE1
(223,238,225)
#E5F0E5
(229,240,229)
#EBF2E9
(235,242,233)
#F1F4ED
(241,244,237)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE2C9 color. Also use rgb(187,226,201) instead hex code.

Text Font Color

.myTextColor { color: #BBE2C9; }

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

This text font color is #BBE2C9.

Background Color

.myBgColor { background-color: #BBE2C9; }

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

This div background color is #BBE2C9.

Border color

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

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

This div border color is #BBE2C9.

Opacity

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

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

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

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

This text has shadow with #BBE2C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE2C9.

Preview

Color preview on black background

This text has color #BBE2C9 on black background.


Color preview on white background

This text has color #BBE2C9 on white background.


Black color preview on #BBE2C9 background

This text has black color on #BBE2C9 background.


White color preview on #BBE2C9 background

This text has white color on #BBE2C9 background.


Related colors

Complementary color

Complementary color for #hex is #441D36.


I love getcolorcode.com

Triadic colors

1 #C9BBE2 and #E2C9BB with #BBE2C9 are triadic colors.

2 #C9E2BB and #E2BBC9 with #BBE2C9 are triadic colors.