COLOR #BABDCA

HEX: #BABDCA
RGB: (186,189,202)

Color info

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

RGB color model

#BABDCA color RGB value is (186,189,202).

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

RGB channels and saturation

R 186 of 255 = 73%
G 189 of 255 = 74%
B 202 of 255 = 79%

186
189
202

R + G + B ~ 75%. #BABDCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 189 + 202 = 577 (100%)
R 186 of 577 ~ 32.24%
G 189 of 577 ~ 32.76%
B 202 of 577 ~ 35.01%

%32.24
%32.76
%35.01

CMYK color model

#BABDCA color CMYK value is (8,6,0,21).

  • cyan value is 7.92%
  • magenta value is 6.44%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(8,6,0,21)
C8M6Y0K21 
(8%,6%,0%,21%)
(0.08/0.06/0.00/0.21)	

CMYK percentages

%7.92
%6.44
%0
%20.78

Codes

Color #BABDCA in popluar color models

BABDCA
RGB186189202
HSL229°13.11%76.08%
HSB/HSV229°7.92%79.22%
CMYK7.92%6.44%0.00%
20.78%

Color #BABDCA in popluar number systems.

HEXBABDCA
Decimal186189202
Binary101110101011110111001010
Octal272275312

Shades and tints

Shades of #BABDCA

#BABDCA
(186,189,202)
#AAACB8
(170,172,184)
#9A9BA6
(154,155,166)
#8A8A94
(138,138,148)
#7A7982
(122,121,130)
#6A6870
(106,104,112)
#5A575E
(90,87,94)
#4A464C
(74,70,76)
#3A353A
(58,53,58)
#2A2428
(42,36,40)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #BABDCA

#BABDCA
(186,189,202)
#C0C3CE
(192,195,206)
#C6C9D2
(198,201,210)
#CCCFD6
(204,207,214)
#D2D5DA
(210,213,218)
#D8DBDE
(216,219,222)
#DEE1E2
(222,225,226)
#E4E7E6
(228,231,230)
#EAEDEA
(234,237,234)
#F0F3EE
(240,243,238)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABDCA; }

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

This text font color is #BABDCA.


Background Color

.myBgColor { background-color: #BABDCA; }

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

This div background color is #BABDCA.


Border color

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

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

This div border color is #BABDCA.


Opacity

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

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

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

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

This text has shadow with #BABDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABDCA on black background.


Color preview on white background

This text has color #BABDCA on white background.



Black color preview on #BABDCA background

This text has black color on #BABDCA background.


White color preview on #BABDCA background

This text has white color on #BABDCA background.