COLOR #BBAEC0

HEX: #BBAEC0 RGB: (187,174,192)

Color info

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

RGB color model

#BBAEC0 color RGB value is (187,174,192).

RGB: (187,174,192) (73%, 68%, 75%)

RGB channels and saturation

R 187 of 255 = 73%
G 174 of 255 = 68%
B 192 of 255 = 75%

187
174
192

R + G + B ~ 72%. #BBAEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 174 + 192 = 553 (100%)
R 187 of 553 ~ 33.82%
G 174 of 553 ~ 31.46%
B 192 of 553 ~ 34.72'%

%33.82
%31.46
%34.72

CMYK color model

#BBAEC0 color CMYK value is (3,9,0,25).

  • cyan value is 2.60%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (3,9,0,25)
C3M9Y0K25 (3%, 9%, 0%, 25%)
(0.03 / 0.09 / 0.00 / 0.25)

CMYK percentages

%2.6
%9.38
%0
%24.71

Codes

Color #BBAEC0 in popluar color models

BB AE C0
RGB 187 174 192
HSL 283° 12.50% 71.76%
HSB/HSV 283° 9.38% 75.29%
CMYK 2.60% 9.38% 0.00%
24.71%

Color #BBAEC0 in popluar number systems.

HEX BB AE C0
Decimal 187 174 192
Binary 10111011 10101110 11000000
Octal 273 256 300

Shades and tints

Shades of #BBAEC0

#BBAEC0
(187,174,192)
#AA9FAF
(170,159,175)
#99909E
(153,144,158)
#88818D
(136,129,141)
#77727C
(119,114,124)
#66636B
(102,99,107)
#55545A
(85,84,90)
#444549
(68,69,73)
#333638
(51,54,56)
#222727
(34,39,39)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #BBAEC0

#BBAEC0
(187,174,192)
#C1B5C5
(193,181,197)
#C7BCCA
(199,188,202)
#CDC3CF
(205,195,207)
#D3CAD4
(211,202,212)
#D9D1D9
(217,209,217)
#DFD8DE
(223,216,222)
#E5DFE3
(229,223,227)
#EBE6E8
(235,230,232)
#F1EDED
(241,237,237)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAEC0; }

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

This text font color is #BBAEC0.

Background Color

.myBgColor { background-color: #BBAEC0; }

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

This div background color is #BBAEC0.

Border color

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

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

This div border color is #BBAEC0.

Opacity

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

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

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

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

This text has shadow with #BBAEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAEC0.

Preview

Color preview on black background

This text has color #BBAEC0 on black background.


Color preview on white background

This text has color #BBAEC0 on white background.


Black color preview on #BBAEC0 background

This text has black color on #BBAEC0 background.


White color preview on #BBAEC0 background

This text has white color on #BBAEC0 background.


Related colors

Complementary color

Complementary color for #hex is #44513F.


I love getcolorcode.com

Triadic colors

1 #C0BBAE and #AEC0BB with #BBAEC0 are triadic colors.

2 #C0AEBB and #AEBBC0 with #BBAEC0 are triadic colors.