COLOR #BDBBCC

HEX: #BDBBCC
RGB: (189,187,204)

Color info

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

RGB color model

#BDBBCC color RGB value is (189,187,204).

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

RGB channels and saturation

R 189 of 255 = 74%
G 187 of 255 = 73%
B 204 of 255 = 80%

189
187
204

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

Portions of RGB colors in percentages

R + G + B =
189 + 187 + 204 = 580 (100%)
R 189 of 580 ~ 32.59%
G 187 of 580 ~ 32.24%
B 204 of 580 ~ 35.17%

%32.59
%32.24
%35.17

CMYK color model

#BDBBCC color CMYK value is (7,8,0,20).

  • cyan value is 7.35%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(7,8,0,20)
C7M8Y0K20 
(7%,8%,0%,20%)
(0.07/0.08/0.00/0.20)	

CMYK percentages

%7.35
%8.33
%0
%20

Codes

Color #BDBBCC in popluar color models

BDBBCC
RGB189187204
HSL247°14.29%76.67%
HSB/HSV247°8.33%80.00%
CMYK7.35%8.33%0.00%
20.00%

Color #BDBBCC in popluar number systems.

HEXBDBBCC
Decimal189187204
Binary101111011011101111001100
Octal275273314

Shades and tints

Shades of #BDBBCC

#BDBBCC
(189,187,204)
#ACAABA
(172,170,186)
#9B99A8
(155,153,168)
#8A8896
(138,136,150)
#797784
(121,119,132)
#686672
(104,102,114)
#575560
(87,85,96)
#46444E
(70,68,78)
#35333C
(53,51,60)
#24222A
(36,34,42)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #BDBBCC

#BDBBCC
(189,187,204)
#C3C1D0
(195,193,208)
#C9C7D4
(201,199,212)
#CFCDD8
(207,205,216)
#D5D3DC
(213,211,220)
#DBD9E0
(219,217,224)
#E1DFE4
(225,223,228)
#E7E5E8
(231,229,232)
#EDEBEC
(237,235,236)
#F3F1F0
(243,241,240)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBBCC; }

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

This text font color is #BDBBCC.


Background Color

.myBgColor { background-color: #BDBBCC; }

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

This div background color is #BDBBCC.


Border color

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

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

This div border color is #BDBBCC.


Opacity

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

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

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

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

This text has shadow with #BDBBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBBCC on black background.


Color preview on white background

This text has color #BDBBCC on white background.



Black color preview on #BDBBCC background

This text has black color on #BDBBCC background.


White color preview on #BDBBCC background

This text has white color on #BDBBCC background.