COLOR #BDCBBE

HEX: #BDCBBE RGB: (189,203,190)

Color info

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

RGB color model

#BDCBBE color RGB value is (189,203,190).

RGB: (189,203,190) (74%, 80%, 75%)

RGB channels and saturation

R 189 of 255 = 74%
G 203 of 255 = 80%
B 190 of 255 = 75%

189
203
190

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

Portions of RGB colors in percentages

R + G + B = 189 + 203 + 190 = 582 (100%)
R 189 of 582 ~ 32.47%
G 203 of 582 ~ 34.88%
B 190 of 582 ~ 32.65'%

%32.47
%34.88
%32.65

CMYK color model

#BDCBBE color CMYK value is (7,0,6,20).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 6.40%
  • key color value is 20.39%
CMYK: (7,0,6,20) C7M0Y6K20 (7%,0%,6%,20%) (0.07/0.00/0.06/0.20) 

CMYK percentages

%6.9
%0
%6.4
%20.39

Codes

Color #BDCBBE in popluar color models

BD CB BE
RGB 189 203 190
HSL 124° 11.86% 76.86%
HSB/HSV 124° 6.90% 79.61%
CMYK 6.90% 0.00% 6.40%
20.39%

Color #BDCBBE in popluar number systems.

HEX BD CB BE
Decimal 189 203 190
Binary 10111101 11001011 10111110
Octal 275 313 276

Shades and tints

Shades of #BDCBBE

#BDCBBE
(189,203,190)
#ACB9AD
(172,185,173)
#9BA79C
(155,167,156)
#8A958B
(138,149,139)
#79837A
(121,131,122)
#687169
(104,113,105)
#575F58
(87,95,88)
#464D47
(70,77,71)
#353B36
(53,59,54)
#242925
(36,41,37)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #BDCBBE

#BDCBBE
(189,203,190)
#C3CFC3
(195,207,195)
#C9D3C8
(201,211,200)
#CFD7CD
(207,215,205)
#D5DBD2
(213,219,210)
#DBDFD7
(219,223,215)
#E1E3DC
(225,227,220)
#E7E7E1
(231,231,225)
#EDEBE6
(237,235,230)
#F3EFEB
(243,239,235)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCBBE; }

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

This text font color is #BDCBBE.

Background Color

.myBgColor { background-color: #BDCBBE; }

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

This div background color is #BDCBBE.

Border color

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

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

This div border color is #BDCBBE.

Opacity

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

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

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

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

This text has shadow with #BDCBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCBBE.

Preview

Color preview on black background

This text has color #BDCBBE on black background.


Color preview on white background

This text has color #BDCBBE on white background.


Black color preview on #BDCBBE background

This text has black color on #BDCBBE background.


White color preview on #BDCBBE background

This text has white color on #BDCBBE background.


Related colors

Complementary color

Complementary color for #hex is #423441.


I love getcolorcode.com

Triadic colors

1 #BEBDCB and #CBBEBD with #BDCBBE are triadic colors.

2 #BECBBD and #CBBDBE with #BDCBBE are triadic colors.