COLOR #BDB0CA

HEX: #BDB0CA
RGB: (189,176,202)

Color info

#BDB0CA contains red, green and blue colors in about the same proportion. Web safe color of #BDB0CA is #CC99CC (or #C9C).

RGB color model

#BDB0CA color RGB value is (189,176,202).

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

RGB channels and saturation

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

189
176
202

R + G + B ~ 74%. #BDB0CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 176 + 202 = 567 (100%)
R 189 of 567 ~ 33.33%
G 176 of 567 ~ 31.04%
B 202 of 567 ~ 35.63%

%33.33
%31.04
%35.63

CMYK color model

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

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

CMYK percentages

%6.44
%12.87
%0
%20.78

Codes

Color #BDB0CA in popluar color models

BDB0CA
RGB189176202
HSL270°19.70%74.12%
HSB/HSV270°12.87%79.22%
CMYK6.44%12.87%0.00%
20.78%

Color #BDB0CA in popluar number systems.

HEXBDB0CA
Decimal189176202
Binary101111011011000011001010
Octal275260312

Shades and tints

Shades of #BDB0CA

#BDB0CA
(189,176,202)
#ACA0B8
(172,160,184)
#9B90A6
(155,144,166)
#8A8094
(138,128,148)
#797082
(121,112,130)
#686070
(104,96,112)
#57505E
(87,80,94)
#46404C
(70,64,76)
#35303A
(53,48,58)
#242028
(36,32,40)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #BDB0CA

#BDB0CA
(189,176,202)
#C3B7CE
(195,183,206)
#C9BED2
(201,190,210)
#CFC5D6
(207,197,214)
#D5CCDA
(213,204,218)
#DBD3DE
(219,211,222)
#E1DAE2
(225,218,226)
#E7E1E6
(231,225,230)
#EDE8EA
(237,232,234)
#F3EFEE
(243,239,238)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB0CA; }

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

This text font color is #BDB0CA.


Background Color

.myBgColor { background-color: #BDB0CA; }

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

This div background color is #BDB0CA.


Border color

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

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

This div border color is #BDB0CA.


Opacity

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

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

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

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

This text has shadow with #BDB0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB0CA on black background.


Color preview on white background

This text has color #BDB0CA on white background.



Black color preview on #BDB0CA background

This text has black color on #BDB0CA background.


White color preview on #BDB0CA background

This text has white color on #BDB0CA background.