COLOR #BBEACC

HEX: #BBEACC RGB: (187,234,204)

Color info

#BBEACC contains red, green and blue colors in about the same proportion. Web safe color of #BBEACC is #CCFFCC (or #CFC).

RGB color model

#BBEACC color RGB value is (187,234,204).

RGB: (187,234,204) (73%, 92%, 80%)

RGB channels and saturation

R 187 of 255 = 73%
G 234 of 255 = 92%
B 204 of 255 = 80%

187
234
204

R + G + B ~ 82%. #BBEACC is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 234 + 204 = 625 (100%)
R 187 of 625 ~ 29.92%
G 234 of 625 ~ 37.44%
B 204 of 625 ~ 32.64'%

%29.92
%37.44
%32.64

CMYK color model

#BBEACC color CMYK value is (20,0,13,8).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 8.24%

CMYK: (20,0,13,8)
C20M0Y13K8 (20%, 0%, 13%, 8%)
(0.20 / 0.00 / 0.13 / 0.08)

CMYK percentages

%20.09
%0
%12.82
%8.24

Codes

Color #BBEACC in popluar color models

BB EA CC
RGB 187 234 204
HSL 142° 52.81% 82.55%
HSB/HSV 142° 20.09% 91.76%
CMYK 20.09% 0.00% 12.82%
8.24%

Color #BBEACC in popluar number systems.

HEX BB EA CC
Decimal 187 234 204
Binary 10111011 11101010 11001100
Octal 273 352 314

Shades and tints

Shades of #BBEACC

#BBEACC
(187,234,204)
#AAD5BA
(170,213,186)
#99C0A8
(153,192,168)
#88AB96
(136,171,150)
#779684
(119,150,132)
#668172
(102,129,114)
#556C60
(85,108,96)
#44574E
(68,87,78)
#33423C
(51,66,60)
#222D2A
(34,45,42)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #BBEACC

#BBEACC
(187,234,204)
#C1EBD0
(193,235,208)
#C7ECD4
(199,236,212)
#CDEDD8
(205,237,216)
#D3EEDC
(211,238,220)
#D9EFE0
(217,239,224)
#DFF0E4
(223,240,228)
#E5F1E8
(229,241,232)
#EBF2EC
(235,242,236)
#F1F3F0
(241,243,240)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBEACC; }

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

This text font color is #BBEACC.

Background Color

.myBgColor { background-color: #BBEACC; }

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

This div background color is #BBEACC.

Border color

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

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

This div border color is #BBEACC.

Opacity

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

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

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

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

This text has shadow with #BBEACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBEACC.

Preview

Color preview on black background

This text has color #BBEACC on black background.


Color preview on white background

This text has color #BBEACC on white background.


Black color preview on #BBEACC background

This text has black color on #BBEACC background.


White color preview on #BBEACC background

This text has white color on #BBEACC background.


Related colors

Complementary color

Complementary color for #hex is #441533.


I love getcolorcode.com

Triadic colors

1 #CCBBEA and #EACCBB with #BBEACC are triadic colors.

2 #CCEABB and #EABBCC with #BBEACC are triadic colors.