COLOR #BBADAE

HEX: #BBADAE RGB: (187,173,174)

Color info

#BBADAE contains red, green and blue colors in about the same proportion. Web safe color of #BBADAE is #CC9999 (or #C99).

RGB color model

#BBADAE color RGB value is (187,173,174).

RGB: (187,173,174) (73%, 68%, 68%)

RGB channels and saturation

R 187 of 255 = 73%
G 173 of 255 = 68%
B 174 of 255 = 68%

187
173
174

R + G + B ~ 70%. #BBADAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 173 + 174 = 534 (100%)
R 187 of 534 ~ 35.02%
G 173 of 534 ~ 32.4%
B 174 of 534 ~ 32.58'%

%35.02
%32.4
%32.58

CMYK color model

#BBADAE color CMYK value is (0,7,7,27).

  • cyan value is 0.00%
  • magenta value is 7.49%
  • yellow value is 6.95%
  • key color value is 26.67%

CMYK: (0,7,7,27)
C0M7Y7K27 (0%, 7%, 7%, 27%)
(0.00 / 0.07 / 0.07 / 0.27)

CMYK percentages

%0
%7.49
%6.95
%26.67

Codes

Color #BBADAE in popluar color models

BB AD AE
RGB 187 173 174
HSL 356° 9.33% 70.59%
HSB/HSV 356° 7.49% 73.33%
CMYK 0.00% 7.49% 6.95%
26.67%

Color #BBADAE in popluar number systems.

HEX BB AD AE
Decimal 187 173 174
Binary 10111011 10101101 10101110
Octal 273 255 256

Shades and tints

Shades of #BBADAE

#BBADAE
(187,173,174)
#AA9E9F
(170,158,159)
#998F90
(153,143,144)
#888081
(136,128,129)
#777172
(119,113,114)
#666263
(102,98,99)
#555354
(85,83,84)
#444445
(68,68,69)
#333536
(51,53,54)
#222627
(34,38,39)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #BBADAE

#BBADAE
(187,173,174)
#C1B4B5
(193,180,181)
#C7BBBC
(199,187,188)
#CDC2C3
(205,194,195)
#D3C9CA
(211,201,202)
#D9D0D1
(217,208,209)
#DFD7D8
(223,215,216)
#E5DEDF
(229,222,223)
#EBE5E6
(235,229,230)
#F1ECED
(241,236,237)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBADAE; }

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

This text font color is #BBADAE.

Background Color

.myBgColor { background-color: #BBADAE; }

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

This div background color is #BBADAE.

Border color

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

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

This div border color is #BBADAE.

Opacity

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

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

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

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

This text has shadow with #BBADAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBADAE.

Preview

Color preview on black background

This text has color #BBADAE on black background.


Color preview on white background

This text has color #BBADAE on white background.


Black color preview on #BBADAE background

This text has black color on #BBADAE background.


White color preview on #BBADAE background

This text has white color on #BBADAE background.


Related colors

Complementary color

Complementary color for #hex is #445251.


I love getcolorcode.com

Triadic colors

1 #AEBBAD and #ADAEBB with #BBADAE are triadic colors.

2 #AEADBB and #ADBBAE with #BBADAE are triadic colors.