COLOR #BBAEC7

HEX: #BBAEC7
RGB: (187,174,199)

Color info

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

RGB color model

#BBAEC7 color RGB value is (187,174,199).

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

RGB channels and saturation

R 187 of 255 = 73%
G 174 of 255 = 68%
B 199 of 255 = 78%

187
174
199

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

Portions of RGB colors in percentages

R + G + B =
187 + 174 + 199 = 560 (100%)
R 187 of 560 ~ 33.39%
G 174 of 560 ~ 31.07%
B 199 of 560 ~ 35.54%

%33.39
%31.07
%35.54

CMYK color model

#BBAEC7 color CMYK value is (6,13,0,22).

  • cyan value is 6.03%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(6,13,0,22)
C6M13Y0K22 
(6%,13%,0%,22%)
(0.06/0.13/0.00/0.22)	

CMYK percentages

%6.03
%12.56
%0
%21.96

Codes

Color #BBAEC7 in popluar color models

BBAEC7
RGB187174199
HSL271°18.25%73.14%
HSB/HSV271°12.56%78.04%
CMYK6.03%12.56%0.00%
21.96%

Color #BBAEC7 in popluar number systems.

HEXBBAEC7
Decimal187174199
Binary101110111010111011000111
Octal273256307

Shades and tints

Shades of #BBAEC7

#BBAEC7
(187,174,199)
#AA9FB5
(170,159,181)
#9990A3
(153,144,163)
#888191
(136,129,145)
#77727F
(119,114,127)
#66636D
(102,99,109)
#55545B
(85,84,91)
#444549
(68,69,73)
#333637
(51,54,55)
#222725
(34,39,37)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #BBAEC7

#BBAEC7
(187,174,199)
#C1B5CC
(193,181,204)
#C7BCD1
(199,188,209)
#CDC3D6
(205,195,214)
#D3CADB
(211,202,219)
#D9D1E0
(217,209,224)
#DFD8E5
(223,216,229)
#E5DFEA
(229,223,234)
#EBE6EF
(235,230,239)
#F1EDF4
(241,237,244)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAEC7; }

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

This text font color is #BBAEC7.


Background Color

.myBgColor { background-color: #BBAEC7; }

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

This div background color is #BBAEC7.


Border color

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

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

This div border color is #BBAEC7.


Opacity

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

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

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

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

This text has shadow with #BBAEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAEC7 on black background.


Color preview on white background

This text has color #BBAEC7 on white background.



Black color preview on #BBAEC7 background

This text has black color on #BBAEC7 background.


White color preview on #BBAEC7 background

This text has white color on #BBAEC7 background.