COLOR #BDBBE8

HEX: #BDBBE8
RGB: (189,187,232)

Color info

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

RGB color model

#BDBBE8 color RGB value is (189,187,232).

  • red value is 189;
  • green value is 187;
  • blue value is 232.
RGB:
(189,187,232)
(74%,73%,91%)

RGB channels and saturation

R 189 of 255 = 74%
G 187 of 255 = 73%
B 232 of 255 = 91%

189
187
232

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

Portions of RGB colors in percentages

R + G + B =
189 + 187 + 232 = 608 (100%)
R 189 of 608 ~ 31.09%
G 187 of 608 ~ 30.76%
B 232 of 608 ~ 38.16%

%31.09
%30.76
%38.16

CMYK color model

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

  • cyan value is 18.53%
  • magenta value is 19.40%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(19,19,0,9)
C19M19Y0K9 
(19%,19%,0%,9%)
(0.19/0.19/0.00/0.09)	

CMYK percentages

%18.53
%19.4
%0
%9.02

Codes

Color #BDBBE8 in popluar color models

BDBBE8
RGB189187232
HSL243°49.45%82.16%
HSB/HSV243°19.40%90.98%
CMYK18.53%19.40%0.00%
9.02%

Color #BDBBE8 in popluar number systems.

HEXBDBBE8
Decimal189187232
Binary101111011011101111101000
Octal275273350

Shades and tints

Shades of #BDBBE8

#BDBBE8
(189,187,232)
#ACAAD3
(172,170,211)
#9B99BE
(155,153,190)
#8A88A9
(138,136,169)
#797794
(121,119,148)
#68667F
(104,102,127)
#57556A
(87,85,106)
#464455
(70,68,85)
#353340
(53,51,64)
#24222B
(36,34,43)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #BDBBE8

#BDBBE8
(189,187,232)
#C3C1EA
(195,193,234)
#C9C7EC
(201,199,236)
#CFCDEE
(207,205,238)
#D5D3F0
(213,211,240)
#DBD9F2
(219,217,242)
#E1DFF4
(225,223,244)
#E7E5F6
(231,229,246)
#EDEBF8
(237,235,248)
#F3F1FA
(243,241,250)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDBBE8 color. Also use rgb(189,187,232) instead hex code.

Text Font Color

.myTextColor { color: #BDBBE8; }

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

This text font color is #BDBBE8.


Background Color

.myBgColor { background-color: #BDBBE8; }

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

This div background color is #BDBBE8.


Border color

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

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

This div border color is #BDBBE8.


Opacity

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

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

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

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

This text has shadow with #BDBBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBBE8 on black background.


Color preview on white background

This text has color #BDBBE8 on white background.



Black color preview on #BDBBE8 background

This text has black color on #BDBBE8 background.


White color preview on #BDBBE8 background

This text has white color on #BDBBE8 background.