COLOR #BDBBDC

HEX: #BDBBDC
RGB: (189,187,220)

Color info

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

RGB color model

#BDBBDC color RGB value is (189,187,220).

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

RGB channels and saturation

R 189 of 255 = 74%
G 187 of 255 = 73%
B 220 of 255 = 86%

189
187
220

R + G + B ~ 78%. #BDBBDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 187 + 220 = 596 (100%)
R 189 of 596 ~ 31.71%
G 187 of 596 ~ 31.38%
B 220 of 596 ~ 36.91%

%31.71
%31.38
%36.91

CMYK color model

#BDBBDC color CMYK value is (14,15,0,14).

  • cyan value is 14.09%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(14,15,0,14)
C14M15Y0K14 
(14%,15%,0%,14%)
(0.14/0.15/0.00/0.14)	

CMYK percentages

%14.09
%15
%0
%13.73

Codes

Color #BDBBDC in popluar color models

BDBBDC
RGB189187220
HSL244°32.04%79.80%
HSB/HSV244°15.00%86.27%
CMYK14.09%15.00%0.00%
13.73%

Color #BDBBDC in popluar number systems.

HEXBDBBDC
Decimal189187220
Binary101111011011101111011100
Octal275273334

Shades and tints

Shades of #BDBBDC

#BDBBDC
(189,187,220)
#ACAAC8
(172,170,200)
#9B99B4
(155,153,180)
#8A88A0
(138,136,160)
#79778C
(121,119,140)
#686678
(104,102,120)
#575564
(87,85,100)
#464450
(70,68,80)
#35333C
(53,51,60)
#242228
(36,34,40)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #BDBBDC

#BDBBDC
(189,187,220)
#C3C1DF
(195,193,223)
#C9C7E2
(201,199,226)
#CFCDE5
(207,205,229)
#D5D3E8
(213,211,232)
#DBD9EB
(219,217,235)
#E1DFEE
(225,223,238)
#E7E5F1
(231,229,241)
#EDEBF4
(237,235,244)
#F3F1F7
(243,241,247)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBBDC; }

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

This text font color is #BDBBDC.


Background Color

.myBgColor { background-color: #BDBBDC; }

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

This div background color is #BDBBDC.


Border color

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

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

This div border color is #BDBBDC.


Opacity

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

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

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

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

This text has shadow with #BDBBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBBDC on black background.


Color preview on white background

This text has color #BDBBDC on white background.



Black color preview on #BDBBDC background

This text has black color on #BDBBDC background.


White color preview on #BDBBDC background

This text has white color on #BDBBDC background.