COLOR #BBEAAF

HEX: #BBEAAF
RGB: (187,234,175)

Color info

#BBEAAF contains red, green and blue colors in about the same proportion. Web safe color of #BBEAAF is #CCFF99 (or #CF9).

RGB color model

#BBEAAF color RGB value is (187,234,175).

  • red value is 187;
  • green value is 234;
  • blue value is 175.
RGB:
(187,234,175)
(73%,92%,69%)

RGB channels and saturation

R 187 of 255 = 73%
G 234 of 255 = 92%
B 175 of 255 = 69%

187
234
175

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

Portions of RGB colors in percentages

R + G + B =
187 + 234 + 175 = 596 (100%)
R 187 of 596 ~ 31.38%
G 234 of 596 ~ 39.26%
B 175 of 596 ~ 29.36%

%31.38
%39.26
%29.36

CMYK color model

#BBEAAF color CMYK value is (20,0,25,8).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 25.21%
  • key color value is 8.24%
CMYK:
(20,0,25,8)
C20M0Y25K8 
(20%,0%,25%,8%)
(0.20/0.00/0.25/0.08)	

CMYK percentages

%20.09
%0
%25.21
%8.24

Codes

Color #BBEAAF in popluar color models

BBEAAF
RGB187234175
HSL108°58.42%80.20%
HSB/HSV108°25.21%91.76%
CMYK20.09%0.00%25.21%
8.24%

Color #BBEAAF in popluar number systems.

HEXBBEAAF
Decimal187234175
Binary101110111110101010101111
Octal273352257

Shades and tints

Shades of #BBEAAF

#BBEAAF
(187,234,175)
#AAD5A0
(170,213,160)
#99C091
(153,192,145)
#88AB82
(136,171,130)
#779673
(119,150,115)
#668164
(102,129,100)
#556C55
(85,108,85)
#445746
(68,87,70)
#334237
(51,66,55)
#222D28
(34,45,40)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #BBEAAF

#BBEAAF
(187,234,175)
#C1EBB6
(193,235,182)
#C7ECBD
(199,236,189)
#CDEDC4
(205,237,196)
#D3EECB
(211,238,203)
#D9EFD2
(217,239,210)
#DFF0D9
(223,240,217)
#E5F1E0
(229,241,224)
#EBF2E7
(235,242,231)
#F1F3EE
(241,243,238)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBEAAF; }

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

This text font color is #BBEAAF.


Background Color

.myBgColor { background-color: #BBEAAF; }

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

This div background color is #BBEAAF.


Border color

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

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

This div border color is #BBEAAF.


Opacity

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

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

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

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

This text has shadow with #BBEAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEAAF on black background.


Color preview on white background

This text has color #BBEAAF on white background.



Black color preview on #BBEAAF background

This text has black color on #BBEAAF background.


White color preview on #BBEAAF background

This text has white color on #BBEAAF background.