COLOR #BDBDCA

HEX: #BDBDCA
RGB: (189,189,202)

Color info

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

RGB color model

#BDBDCA color RGB value is (189,189,202).

  • red value is 189;
  • green value is 189;
  • blue value is 202.
RGB:
(189,189,202)
(74%,74%,79%)

RGB channels and saturation

R 189 of 255 = 74%
G 189 of 255 = 74%
B 202 of 255 = 79%

189
189
202

R + G + B ~ 76%. #BDBDCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 189 + 202 = 580 (100%)
R 189 of 580 ~ 32.59%
G 189 of 580 ~ 32.59%
B 202 of 580 ~ 34.83%

%32.59
%32.59
%34.83

CMYK color model

#BDBDCA color CMYK value is (6,6,0,21).

  • cyan value is 6.44%
  • magenta value is 6.44%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(6,6,0,21)
C6M6Y0K21 
(6%,6%,0%,21%)
(0.06/0.06/0.00/0.21)	

CMYK percentages

%6.44
%6.44
%0
%20.78

Codes

Color #BDBDCA in popluar color models

BDBDCA
RGB189189202
HSL240°10.92%76.67%
HSB/HSV240°6.44%79.22%
CMYK6.44%6.44%0.00%
20.78%

Color #BDBDCA in popluar number systems.

HEXBDBDCA
Decimal189189202
Binary101111011011110111001010
Octal275275312

Shades and tints

Shades of #BDBDCA

#BDBDCA
(189,189,202)
#ACACB8
(172,172,184)
#9B9BA6
(155,155,166)
#8A8A94
(138,138,148)
#797982
(121,121,130)
#686870
(104,104,112)
#57575E
(87,87,94)
#46464C
(70,70,76)
#35353A
(53,53,58)
#242428
(36,36,40)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #BDBDCA

#BDBDCA
(189,189,202)
#C3C3CE
(195,195,206)
#C9C9D2
(201,201,210)
#CFCFD6
(207,207,214)
#D5D5DA
(213,213,218)
#DBDBDE
(219,219,222)
#E1E1E2
(225,225,226)
#E7E7E6
(231,231,230)
#EDEDEA
(237,237,234)
#F3F3EE
(243,243,238)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBDCA; }

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

This text font color is #BDBDCA.


Background Color

.myBgColor { background-color: #BDBDCA; }

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

This div background color is #BDBDCA.


Border color

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

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

This div border color is #BDBDCA.


Opacity

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

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

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

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

This text has shadow with #BDBDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBDCA on black background.


Color preview on white background

This text has color #BDBDCA on white background.



Black color preview on #BDBDCA background

This text has black color on #BDBDCA background.


White color preview on #BDBDCA background

This text has white color on #BDBDCA background.