COLOR #BBB2ED

HEX: #BBB2ED RGB: (187,178,237)

Color info

#BBB2ED contains red, green and blue colors in about the same proportion. Web safe color of #BBB2ED is #CC99FF (or #C9F).

RGB color model

#BBB2ED color RGB value is (187,178,237).

RGB: (187,178,237) (73%, 70%, 93%)

RGB channels and saturation

R 187 of 255 = 73%
G 178 of 255 = 70%
B 237 of 255 = 93%

187
178
237

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

Portions of RGB colors in percentages

R + G + B = 187 + 178 + 237 = 602 (100%)
R 187 of 602 ~ 31.06%
G 178 of 602 ~ 29.57%
B 237 of 602 ~ 39.37'%

%31.06
%29.57
%39.37

CMYK color model

#BBB2ED color CMYK value is (21,25,0,7).

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

CMYK: (21,25,0,7)
C21M25Y0K7 (21%, 25%, 0%, 7%)
(0.21 / 0.25 / 0.00 / 0.07)

CMYK percentages

%21.1
%24.89
%0
%7.06

Codes

Color #BBB2ED in popluar color models

BB B2 ED
RGB 187 178 237
HSL 249° 62.11% 81.37%
HSB/HSV 249° 24.89% 92.94%
CMYK 21.10% 24.89% 0.00%
7.06%

Color #BBB2ED in popluar number systems.

HEX BB B2 ED
Decimal 187 178 237
Binary 10111011 10110010 11101101
Octal 273 262 355

Shades and tints

Shades of #BBB2ED

#BBB2ED
(187,178,237)
#AAA2D8
(170,162,216)
#9992C3
(153,146,195)
#8882AE
(136,130,174)
#777299
(119,114,153)
#666284
(102,98,132)
#55526F
(85,82,111)
#44425A
(68,66,90)
#333245
(51,50,69)
#222230
(34,34,48)
#11121B
(17,18,27)
#000000
(0,0,0)

Tints of #BBB2ED

#BBB2ED
(187,178,237)
#C1B9EE
(193,185,238)
#C7C0EF
(199,192,239)
#CDC7F0
(205,199,240)
#D3CEF1
(211,206,241)
#D9D5F2
(217,213,242)
#DFDCF3
(223,220,243)
#E5E3F4
(229,227,244)
#EBEAF5
(235,234,245)
#F1F1F6
(241,241,246)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB2ED; }

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

This text font color is #BBB2ED.

Background Color

.myBgColor { background-color: #BBB2ED; }

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

This div background color is #BBB2ED.

Border color

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

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

This div border color is #BBB2ED.

Opacity

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

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

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

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

This text has shadow with #BBB2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB2ED.

Preview

Color preview on black background

This text has color #BBB2ED on black background.


Color preview on white background

This text has color #BBB2ED on white background.


Black color preview on #BBB2ED background

This text has black color on #BBB2ED background.


White color preview on #BBB2ED background

This text has white color on #BBB2ED background.


Related colors

Complementary color

Complementary color for #hex is #444D12.


I love getcolorcode.com

Triadic colors

1 #EDBBB2 and #B2EDBB with #BBB2ED are triadic colors.

2 #EDB2BB and #B2BBED with #BBB2ED are triadic colors.