COLOR #BDDBCA

HEX: #BDDBCA
RGB: (189,219,202)

Color info

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

RGB color model

#BDDBCA color RGB value is (189,219,202).

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

RGB channels and saturation

R 189 of 255 = 74%
G 219 of 255 = 86%
B 202 of 255 = 79%

189
219
202

R + G + B ~ 80%. #BDDBCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 219 + 202 = 610 (100%)
R 189 of 610 ~ 30.98%
G 219 of 610 ~ 35.9%
B 202 of 610 ~ 33.11%

%30.98
%35.9
%33.11

CMYK color model

#BDDBCA color CMYK value is (14,0,8,14).

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 7.76%
  • key color value is 14.12%
CMYK:
(14,0,8,14)
C14M0Y8K14 
(14%,0%,8%,14%)
(0.14/0.00/0.08/0.14)	

CMYK percentages

%13.7
%0
%7.76
%14.12

Codes

Color #BDDBCA in popluar color models

BDDBCA
RGB189219202
HSL146°29.41%80.00%
HSB/HSV146°13.70%85.88%
CMYK13.70%0.00%7.76%
14.12%

Color #BDDBCA in popluar number systems.

HEXBDDBCA
Decimal189219202
Binary101111011101101111001010
Octal275333312

Shades and tints

Shades of #BDDBCA

#BDDBCA
(189,219,202)
#ACC8B8
(172,200,184)
#9BB5A6
(155,181,166)
#8AA294
(138,162,148)
#798F82
(121,143,130)
#687C70
(104,124,112)
#57695E
(87,105,94)
#46564C
(70,86,76)
#35433A
(53,67,58)
#243028
(36,48,40)
#131D16
(19,29,22)
#000000
(0,0,0)

Tints of #BDDBCA

#BDDBCA
(189,219,202)
#C3DECE
(195,222,206)
#C9E1D2
(201,225,210)
#CFE4D6
(207,228,214)
#D5E7DA
(213,231,218)
#DBEADE
(219,234,222)
#E1EDE2
(225,237,226)
#E7F0E6
(231,240,230)
#EDF3EA
(237,243,234)
#F3F6EE
(243,246,238)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDBCA; }

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

This text font color is #BDDBCA.


Background Color

.myBgColor { background-color: #BDDBCA; }

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

This div background color is #BDDBCA.


Border color

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

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

This div border color is #BDDBCA.


Opacity

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

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

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

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

This text has shadow with #BDDBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDBCA on black background.


Color preview on white background

This text has color #BDDBCA on white background.



Black color preview on #BDDBCA background

This text has black color on #BDDBCA background.


White color preview on #BDDBCA background

This text has white color on #BDDBCA background.