COLOR #BBB4ED

HEX: #BBB4ED RGB: (187,180,237)

Color info

#BBB4ED contains red, green and blue colors in about the same proportion. Web safe color of #BBB4ED is #CCCCFF (or #CCF).

RGB color model

#BBB4ED color RGB value is (187,180,237).

RGB: (187,180,237) (73%, 71%, 93%)

RGB channels and saturation

R 187 of 255 = 73%
G 180 of 255 = 71%
B 237 of 255 = 93%

187
180
237

R + G + B ~ 79%. #BBB4ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 180 + 237 = 604 (100%)
R 187 of 604 ~ 30.96%
G 180 of 604 ~ 29.8%
B 237 of 604 ~ 39.24'%

%30.96
%29.8
%39.24

CMYK color model

#BBB4ED color CMYK value is (21,24,0,7).

  • cyan value is 21.10%
  • magenta value is 24.05%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (21,24,0,7)
C21M24Y0K7 (21%, 24%, 0%, 7%)
(0.21 / 0.24 / 0.00 / 0.07)

CMYK percentages

%21.1
%24.05
%0
%7.06

Codes

Color #BBB4ED in popluar color models

BB B4 ED
RGB 187 180 237
HSL 247° 61.29% 81.76%
HSB/HSV 247° 24.05% 92.94%
CMYK 21.10% 24.05% 0.00%
7.06%

Color #BBB4ED in popluar number systems.

HEX BB B4 ED
Decimal 187 180 237
Binary 10111011 10110100 11101101
Octal 273 264 355

Shades and tints

Shades of #BBB4ED

#BBB4ED
(187,180,237)
#AAA4D8
(170,164,216)
#9994C3
(153,148,195)
#8884AE
(136,132,174)
#777499
(119,116,153)
#666484
(102,100,132)
#55546F
(85,84,111)
#44445A
(68,68,90)
#333445
(51,52,69)
#222430
(34,36,48)
#11141B
(17,20,27)
#000000
(0,0,0)

Tints of #BBB4ED

#BBB4ED
(187,180,237)
#C1BAEE
(193,186,238)
#C7C0EF
(199,192,239)
#CDC6F0
(205,198,240)
#D3CCF1
(211,204,241)
#D9D2F2
(217,210,242)
#DFD8F3
(223,216,243)
#E5DEF4
(229,222,244)
#EBE4F5
(235,228,245)
#F1EAF6
(241,234,246)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB4ED color. Also use rgb(187,180,237) instead hex code.

Text Font Color

.myTextColor { color: #BBB4ED; }

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

This text font color is #BBB4ED.

Background Color

.myBgColor { background-color: #BBB4ED; }

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

This div background color is #BBB4ED.

Border color

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

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

This div border color is #BBB4ED.

Opacity

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

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

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

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

This text has shadow with #BBB4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB4ED.

Preview

Color preview on black background

This text has color #BBB4ED on black background.


Color preview on white background

This text has color #BBB4ED on white background.


Black color preview on #BBB4ED background

This text has black color on #BBB4ED background.


White color preview on #BBB4ED background

This text has white color on #BBB4ED background.


Related colors

Complementary color

Complementary color for #hex is #444B12.


I love getcolorcode.com

Triadic colors

1 #EDBBB4 and #B4EDBB with #BBB4ED are triadic colors.

2 #EDB4BB and #B4BBED with #BBB4ED are triadic colors.