COLOR #BBB5CE

HEX: #BBB5CE RGB: (187,181,206)

Color info

#BBB5CE contains red, green and blue colors in about the same proportion. Web safe color of #BBB5CE is #CCCCCC (or #CCC).

RGB color model

#BBB5CE color RGB value is (187,181,206).

RGB: (187,181,206) (73%, 71%, 81%)

RGB channels and saturation

R 187 of 255 = 73%
G 181 of 255 = 71%
B 206 of 255 = 81%

187
181
206

R + G + B ~ 75%. #BBB5CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 181 + 206 = 574 (100%)
R 187 of 574 ~ 32.58%
G 181 of 574 ~ 31.53%
B 206 of 574 ~ 35.89'%

%32.58
%31.53
%35.89

CMYK color model

#BBB5CE color CMYK value is (9,12,0,19).

  • cyan value is 9.22%
  • magenta value is 12.14%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (9,12,0,19) C9M12Y0K19 (9%,12%,0%,19%) (0.09/0.12/0.00/0.19) 

CMYK percentages

%9.22
%12.14
%0
%19.22

Codes

Color #BBB5CE in popluar color models

BB B5 CE
RGB 187 181 206
HSL 254° 20.33% 75.88%
HSB/HSV 254° 12.14% 80.78%
CMYK 9.22% 12.14% 0.00%
19.22%

Color #BBB5CE in popluar number systems.

HEX BB B5 CE
Decimal 187 181 206
Binary 10111011 10110101 11001110
Octal 273 265 316

Shades and tints

Shades of #BBB5CE

#BBB5CE
(187,181,206)
#AAA5BC
(170,165,188)
#9995AA
(153,149,170)
#888598
(136,133,152)
#777586
(119,117,134)
#666574
(102,101,116)
#555562
(85,85,98)
#444550
(68,69,80)
#33353E
(51,53,62)
#22252C
(34,37,44)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #BBB5CE

#BBB5CE
(187,181,206)
#C1BBD2
(193,187,210)
#C7C1D6
(199,193,214)
#CDC7DA
(205,199,218)
#D3CDDE
(211,205,222)
#D9D3E2
(217,211,226)
#DFD9E6
(223,217,230)
#E5DFEA
(229,223,234)
#EBE5EE
(235,229,238)
#F1EBF2
(241,235,242)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB5CE color. Also use rgb(187,181,206) instead hex code.

Text Font Color

.myTextColor { color: #BBB5CE; }

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

This text font color is #BBB5CE.

Background Color

.myBgColor { background-color: #BBB5CE; }

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

This div background color is #BBB5CE.

Border color

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

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

This div border color is #BBB5CE.

Opacity

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

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

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

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

This text has shadow with #BBB5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB5CE.

Preview

Color preview on black background

This text has color #BBB5CE on black background.


Color preview on white background

This text has color #BBB5CE on white background.


Black color preview on #BBB5CE background

This text has black color on #BBB5CE background.


White color preview on #BBB5CE background

This text has white color on #BBB5CE background.


Related colors

Complementary color

Complementary color for #hex is #444A31.


I love getcolorcode.com

Triadic colors

1 #CEBBB5 and #B5CEBB with #BBB5CE are triadic colors.

2 #CEB5BB and #B5BBCE with #BBB5CE are triadic colors.