COLOR #BDCCAF

HEX: #BDCCAF RGB: (189,204,175)

Color info

#BDCCAF contains red, green and blue colors in about the same proportion. Web safe color of #BDCCAF is #CCCC99 (or #CC9).

RGB color model

#BDCCAF color RGB value is (189,204,175).

RGB: (189,204,175) (74%, 80%, 69%)

RGB channels and saturation

R 189 of 255 = 74%
G 204 of 255 = 80%
B 175 of 255 = 69%

189
204
175

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

Portions of RGB colors in percentages

R + G + B = 189 + 204 + 175 = 568 (100%)
R 189 of 568 ~ 33.27%
G 204 of 568 ~ 35.92%
B 175 of 568 ~ 30.81'%

%33.27
%35.92
%30.81

CMYK color model

#BDCCAF color CMYK value is (7,0,14,20).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • key color value is 20.00%

CMYK: (7,0,14,20)
C7M0Y14K20 (7%, 0%, 14%, 20%)
(0.07 / 0.00 / 0.14 / 0.20)

CMYK percentages

%7.35
%0
%14.22
%20

Codes

Color #BDCCAF in popluar color models

BD CC AF
RGB 189 204 175
HSL 91° 22.14% 74.31%
HSB/HSV 91° 14.22% 80.00%
CMYK 7.35% 0.00% 14.22%
20.00%

Color #BDCCAF in popluar number systems.

HEX BD CC AF
Decimal 189 204 175
Binary 10111101 11001100 10101111
Octal 275 314 257

Shades and tints

Shades of #BDCCAF

#BDCCAF
(189,204,175)
#ACBAA0
(172,186,160)
#9BA891
(155,168,145)
#8A9682
(138,150,130)
#798473
(121,132,115)
#687264
(104,114,100)
#576055
(87,96,85)
#464E46
(70,78,70)
#353C37
(53,60,55)
#242A28
(36,42,40)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #BDCCAF

#BDCCAF
(189,204,175)
#C3D0B6
(195,208,182)
#C9D4BD
(201,212,189)
#CFD8C4
(207,216,196)
#D5DCCB
(213,220,203)
#DBE0D2
(219,224,210)
#E1E4D9
(225,228,217)
#E7E8E0
(231,232,224)
#EDECE7
(237,236,231)
#F3F0EE
(243,240,238)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCCAF; }

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

This text font color is #BDCCAF.

Background Color

.myBgColor { background-color: #BDCCAF; }

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

This div background color is #BDCCAF.

Border color

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

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

This div border color is #BDCCAF.

Opacity

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

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

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

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

This text has shadow with #BDCCAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCCAF.

Preview

Color preview on black background

This text has color #BDCCAF on black background.


Color preview on white background

This text has color #BDCCAF on white background.


Black color preview on #BDCCAF background

This text has black color on #BDCCAF background.


White color preview on #BDCCAF background

This text has white color on #BDCCAF background.


Related colors

Complementary color

Complementary color for #hex is #423350.


I love getcolorcode.com

Triadic colors

1 #AFBDCC and #CCAFBD with #BDCCAF are triadic colors.

2 #AFCCBD and #CCBDAF with #BDCCAF are triadic colors.