COLOR #BDBBCA

HEX: #BDBBCA RGB: (189,187,202)

Color info

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

RGB color model

#BDBBCA color RGB value is (189,187,202).

RGB: (189,187,202) (74%, 73%, 79%)

RGB channels and saturation

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

189
187
202

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

Portions of RGB colors in percentages

R + G + B = 189 + 187 + 202 = 578 (100%)
R 189 of 578 ~ 32.7%
G 187 of 578 ~ 32.35%
B 202 of 578 ~ 34.95'%

%32.7
%32.35
%34.95

CMYK color model

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

  • cyan value is 6.44%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (6,7,0,21)
C6M7Y0K21 (6%, 7%, 0%, 21%)
(0.06 / 0.07 / 0.00 / 0.21)

CMYK percentages

%6.44
%7.43
%0
%20.78

Codes

Color #BDBBCA in popluar color models

BD BB CA
RGB 189 187 202
HSL 248° 12.40% 76.27%
HSB/HSV 248° 7.43% 79.22%
CMYK 6.44% 7.43% 0.00%
20.78%

Color #BDBBCA in popluar number systems.

HEX BD BB CA
Decimal 189 187 202
Binary 10111101 10111011 11001010
Octal 275 273 312

Shades and tints

Shades of #BDBBCA

#BDBBCA
(189,187,202)
#ACAAB8
(172,170,184)
#9B99A6
(155,153,166)
#8A8894
(138,136,148)
#797782
(121,119,130)
#686670
(104,102,112)
#57555E
(87,85,94)
#46444C
(70,68,76)
#35333A
(53,51,58)
#242228
(36,34,40)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #BDBBCA

#BDBBCA
(189,187,202)
#C3C1CE
(195,193,206)
#C9C7D2
(201,199,210)
#CFCDD6
(207,205,214)
#D5D3DA
(213,211,218)
#DBD9DE
(219,217,222)
#E1DFE2
(225,223,226)
#E7E5E6
(231,229,230)
#EDEBEA
(237,235,234)
#F3F1EE
(243,241,238)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBBCA; }

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

This text font color is #BDBBCA.

Background Color

.myBgColor { background-color: #BDBBCA; }

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

This div background color is #BDBBCA.

Border color

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

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

This div border color is #BDBBCA.

Opacity

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

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

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

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

This text has shadow with #BDBBCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBBCA.

Preview

Color preview on black background

This text has color #BDBBCA on black background.


Color preview on white background

This text has color #BDBBCA on white background.


Black color preview on #BDBBCA background

This text has black color on #BDBBCA background.


White color preview on #BDBBCA background

This text has white color on #BDBBCA background.


Related colors

Complementary color

Complementary color for #hex is #424435.


I love getcolorcode.com

Triadic colors

1 #CABDBB and #BBCABD with #BDBBCA are triadic colors.

2 #CABBBD and #BBBDCA with #BDBBCA are triadic colors.