COLOR #BADCEA

HEX: #BADCEA RGB: (186,220,234)

Color info

#BADCEA contains red, green and blue colors in about the same proportion. Web safe color of #BADCEA is #CCCCFF (or #CCF).

RGB color model

#BADCEA color RGB value is (186,220,234).

RGB: (186,220,234) (73%, 86%, 92%)

RGB channels and saturation

R 186 of 255 = 73%
G 220 of 255 = 86%
B 234 of 255 = 92%

186
220
234

R + G + B ~ 84%. #BADCEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 220 + 234 = 640 (100%)
R 186 of 640 ~ 29.06%
G 220 of 640 ~ 34.38%
B 234 of 640 ~ 36.56'%

%29.06
%34.38
%36.56

CMYK color model

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

  • cyan value is 20.51%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (21,6,0,8) C21M6Y0K8 (21%,6%,0%,8%) (0.21/0.06/0.00/0.08) 

CMYK percentages

%20.51
%5.98
%0
%8.24

Codes

Color #BADCEA in popluar color models

BA DC EA
RGB 186 220 234
HSL 198° 53.33% 82.35%
HSB/HSV 198° 20.51% 91.76%
CMYK 20.51% 5.98% 0.00%
8.24%

Color #BADCEA in popluar number systems.

HEX BA DC EA
Decimal 186 220 234
Binary 10111010 11011100 11101010
Octal 272 334 352

Shades and tints

Shades of #BADCEA

#BADCEA
(186,220,234)
#AAC8D5
(170,200,213)
#9AB4C0
(154,180,192)
#8AA0AB
(138,160,171)
#7A8C96
(122,140,150)
#6A7881
(106,120,129)
#5A646C
(90,100,108)
#4A5057
(74,80,87)
#3A3C42
(58,60,66)
#2A282D
(42,40,45)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #BADCEA

#BADCEA
(186,220,234)
#C0DFEB
(192,223,235)
#C6E2EC
(198,226,236)
#CCE5ED
(204,229,237)
#D2E8EE
(210,232,238)
#D8EBEF
(216,235,239)
#DEEEF0
(222,238,240)
#E4F1F1
(228,241,241)
#EAF4F2
(234,244,242)
#F0F7F3
(240,247,243)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BADCEA color. Also use rgb(186,220,234) instead hex code.

Text Font Color

.myTextColor { color: #BADCEA; }

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

This text font color is #BADCEA.

Background Color

.myBgColor { background-color: #BADCEA; }

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

This div background color is #BADCEA.

Border color

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

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

This div border color is #BADCEA.

Opacity

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

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

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

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

This text has shadow with #BADCEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADCEA.

Preview

Color preview on black background

This text has color #BADCEA on black background.


Color preview on white background

This text has color #BADCEA on white background.


Black color preview on #BADCEA background

This text has black color on #BADCEA background.


White color preview on #BADCEA background

This text has white color on #BADCEA background.


Related colors

Complementary color

Complementary color for #hex is #452315.


I love getcolorcode.com

Triadic colors

1 #EABADC and #DCEABA with #BADCEA are triadic colors.

2 #EADCBA and #DCBAEA with #BADCEA are triadic colors.