COLOR #BDDFC0

HEX: #BDDFC0 RGB: (189,223,192)

Color info

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

RGB color model

#BDDFC0 color RGB value is (189,223,192).

RGB: (189,223,192) (74%, 87%, 75%)

RGB channels and saturation

R 189 of 255 = 74%
G 223 of 255 = 87%
B 192 of 255 = 75%

189
223
192

R + G + B ~ 79%. #BDDFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 223 + 192 = 604 (100%)
R 189 of 604 ~ 31.29%
G 223 of 604 ~ 36.92%
B 192 of 604 ~ 31.79'%

%31.29
%36.92
%31.79

CMYK color model

#BDDFC0 color CMYK value is (15,0,14,13).

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 13.90%
  • key color value is 12.55%
CMYK: (15,0,14,13) C15M0Y14K13 (15%,0%,14%,13%) (0.15/0.00/0.14/0.13) 

CMYK percentages

%15.25
%0
%13.9
%12.55

Codes

Color #BDDFC0 in popluar color models

BD DF C0
RGB 189 223 192
HSL 125° 34.69% 80.78%
HSB/HSV 125° 15.25% 87.45%
CMYK 15.25% 0.00% 13.90%
12.55%

Color #BDDFC0 in popluar number systems.

HEX BD DF C0
Decimal 189 223 192
Binary 10111101 11011111 11000000
Octal 275 337 300

Shades and tints

Shades of #BDDFC0

#BDDFC0
(189,223,192)
#ACCBAF
(172,203,175)
#9BB79E
(155,183,158)
#8AA38D
(138,163,141)
#798F7C
(121,143,124)
#687B6B
(104,123,107)
#57675A
(87,103,90)
#465349
(70,83,73)
#353F38
(53,63,56)
#242B27
(36,43,39)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #BDDFC0

#BDDFC0
(189,223,192)
#C3E1C5
(195,225,197)
#C9E3CA
(201,227,202)
#CFE5CF
(207,229,207)
#D5E7D4
(213,231,212)
#DBE9D9
(219,233,217)
#E1EBDE
(225,235,222)
#E7EDE3
(231,237,227)
#EDEFE8
(237,239,232)
#F3F1ED
(243,241,237)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDFC0 color. Also use rgb(189,223,192) instead hex code.

Text Font Color

.myTextColor { color: #BDDFC0; }

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

This text font color is #BDDFC0.

Background Color

.myBgColor { background-color: #BDDFC0; }

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

This div background color is #BDDFC0.

Border color

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

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

This div border color is #BDDFC0.

Opacity

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

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

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

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

This text has shadow with #BDDFC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDDFC0.

Preview

Color preview on black background

This text has color #BDDFC0 on black background.


Color preview on white background

This text has color #BDDFC0 on white background.


Black color preview on #BDDFC0 background

This text has black color on #BDDFC0 background.


White color preview on #BDDFC0 background

This text has white color on #BDDFC0 background.


Related colors

Complementary color

Complementary color for #hex is #42203F.


I love getcolorcode.com

Triadic colors

1 #C0BDDF and #DFC0BD with #BDDFC0 are triadic colors.

2 #C0DFBD and #DFBDC0 with #BDDFC0 are triadic colors.