COLOR #BBECAF

HEX: #BBECAF RGB: (187,236,175)

Color info

#BBECAF contains mainly red and green colors. Web safe color of #BBECAF is #CCFF99 (or #CF9).

RGB color model

#BBECAF color RGB value is (187,236,175).

RGB: (187,236,175) (73%, 93%, 69%)

RGB channels and saturation

R 187 of 255 = 73%
G 236 of 255 = 93%
B 175 of 255 = 69%

187
236
175

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

Portions of RGB colors in percentages

R + G + B = 187 + 236 + 175 = 598 (100%)
R 187 of 598 ~ 31.27%
G 236 of 598 ~ 39.46%
B 175 of 598 ~ 29.26'%

%31.27
%39.46
%29.26

CMYK color model

#BBECAF color CMYK value is (21,0,26,7).

  • cyan value is 20.76%
  • magenta value is 0.00%
  • yellow value is 25.85%
  • key color value is 7.45%

CMYK: (21,0,26,7)
C21M0Y26K7 (21%, 0%, 26%, 7%)
(0.21 / 0.00 / 0.26 / 0.07)

CMYK percentages

%20.76
%0
%25.85
%7.45

Codes

Color #BBECAF in popluar color models

BB EC AF
RGB 187 236 175
HSL 108° 61.62% 80.59%
HSB/HSV 108° 25.85% 92.55%
CMYK 20.76% 0.00% 25.85%
7.45%

Color #BBECAF in popluar number systems.

HEX BB EC AF
Decimal 187 236 175
Binary 10111011 11101100 10101111
Octal 273 354 257

Shades and tints

Shades of #BBECAF

#BBECAF
(187,236,175)
#AAD7A0
(170,215,160)
#99C291
(153,194,145)
#88AD82
(136,173,130)
#779873
(119,152,115)
#668364
(102,131,100)
#556E55
(85,110,85)
#445946
(68,89,70)
#334437
(51,68,55)
#222F28
(34,47,40)
#111A19
(17,26,25)
#000000
(0,0,0)

Tints of #BBECAF

#BBECAF
(187,236,175)
#C1EDB6
(193,237,182)
#C7EEBD
(199,238,189)
#CDEFC4
(205,239,196)
#D3F0CB
(211,240,203)
#D9F1D2
(217,241,210)
#DFF2D9
(223,242,217)
#E5F3E0
(229,243,224)
#EBF4E7
(235,244,231)
#F1F5EE
(241,245,238)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBECAF color. Also use rgb(187,236,175) instead hex code.

Text Font Color

.myTextColor { color: #BBECAF; }

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

This text font color is #BBECAF.

Background Color

.myBgColor { background-color: #BBECAF; }

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

This div background color is #BBECAF.

Border color

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

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

This div border color is #BBECAF.

Opacity

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

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

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

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

This text has shadow with #BBECAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBECAF.

Preview

Color preview on black background

This text has color #BBECAF on black background.


Color preview on white background

This text has color #BBECAF on white background.


Black color preview on #BBECAF background

This text has black color on #BBECAF background.


White color preview on #BBECAF background

This text has white color on #BBECAF background.


Related colors

Complementary color

Complementary color for #hex is #441350.


I love getcolorcode.com

Triadic colors

1 #AFBBEC and #ECAFBB with #BBECAF are triadic colors.

2 #AFECBB and #ECBBAF with #BBECAF are triadic colors.