COLOR #BBAECA

HEX: #BBAECA
RGB: (187,174,202)

Color info

#BBAECA contains red, green and blue colors in about the same proportion. Web safe color of #BBAECA is #CC99CC (or #C9C).

RGB color model

#BBAECA color RGB value is (187,174,202).

  • red value is 187;
  • green value is 174;
  • blue value is 202.
RGB:
(187,174,202)
(73%,68%,79%)

RGB channels and saturation

R 187 of 255 = 73%
G 174 of 255 = 68%
B 202 of 255 = 79%

187
174
202

R + G + B ~ 73%. #BBAECA is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 174 + 202 = 563 (100%)
R 187 of 563 ~ 33.21%
G 174 of 563 ~ 30.91%
B 202 of 563 ~ 35.88%

%33.21
%30.91
%35.88

CMYK color model

#BBAECA color CMYK value is (7,14,0,21).

  • cyan value is 7.43%
  • magenta value is 13.86%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(7,14,0,21)
C7M14Y0K21 
(7%,14%,0%,21%)
(0.07/0.14/0.00/0.21)	

CMYK percentages

%7.43
%13.86
%0
%20.78

Codes

Color #BBAECA in popluar color models

BBAECA
RGB187174202
HSL268°20.90%73.73%
HSB/HSV268°13.86%79.22%
CMYK7.43%13.86%0.00%
20.78%

Color #BBAECA in popluar number systems.

HEXBBAECA
Decimal187174202
Binary101110111010111011001010
Octal273256312

Shades and tints

Shades of #BBAECA

#BBAECA
(187,174,202)
#AA9FB8
(170,159,184)
#9990A6
(153,144,166)
#888194
(136,129,148)
#777282
(119,114,130)
#666370
(102,99,112)
#55545E
(85,84,94)
#44454C
(68,69,76)
#33363A
(51,54,58)
#222728
(34,39,40)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #BBAECA

#BBAECA
(187,174,202)
#C1B5CE
(193,181,206)
#C7BCD2
(199,188,210)
#CDC3D6
(205,195,214)
#D3CADA
(211,202,218)
#D9D1DE
(217,209,222)
#DFD8E2
(223,216,226)
#E5DFE6
(229,223,230)
#EBE6EA
(235,230,234)
#F1EDEE
(241,237,238)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBAECA color. Also use rgb(187,174,202) instead hex code.

Text Font Color

.myTextColor { color: #BBAECA; }

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

This text font color is #BBAECA.


Background Color

.myBgColor { background-color: #BBAECA; }

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

This div background color is #BBAECA.


Border color

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

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

This div border color is #BBAECA.


Opacity

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

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

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

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

This text has shadow with #BBAECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAECA on black background.


Color preview on white background

This text has color #BBAECA on white background.



Black color preview on #BBAECA background

This text has black color on #BBAECA background.


White color preview on #BBAECA background

This text has white color on #BBAECA background.