COLOR #BECAD0

HEX: #BECAD0 RGB: (190,202,208)

Color info

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

RGB color model

#BECAD0 color RGB value is (190,202,208).

RGB: (190,202,208) (75%, 79%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 202 of 255 = 79%
B 208 of 255 = 82%

190
202
208

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

Portions of RGB colors in percentages

R + G + B = 190 + 202 + 208 = 600 (100%)
R 190 of 600 ~ 31.67%
G 202 of 600 ~ 33.67%
B 208 of 600 ~ 34.67'%

%31.67
%33.67
%34.67

CMYK color model

#BECAD0 color CMYK value is (9,3,0,18).

  • cyan value is 8.65%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (9,3,0,18)
C9M3Y0K18 (9%, 3%, 0%, 18%)
(0.09 / 0.03 / 0.00 / 0.18)

CMYK percentages

%8.65
%2.88
%0
%18.43

Codes

Color #BECAD0 in popluar color models

BE CA D0
RGB 190 202 208
HSL 200° 16.07% 78.04%
HSB/HSV 200° 8.65% 81.57%
CMYK 8.65% 2.88% 0.00%
18.43%

Color #BECAD0 in popluar number systems.

HEX BE CA D0
Decimal 190 202 208
Binary 10111110 11001010 11010000
Octal 276 312 320

Shades and tints

Shades of #BECAD0

#BECAD0
(190,202,208)
#ADB8BE
(173,184,190)
#9CA6AC
(156,166,172)
#8B949A
(139,148,154)
#7A8288
(122,130,136)
#697076
(105,112,118)
#585E64
(88,94,100)
#474C52
(71,76,82)
#363A40
(54,58,64)
#25282E
(37,40,46)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #BECAD0

#BECAD0
(190,202,208)
#C3CED4
(195,206,212)
#C8D2D8
(200,210,216)
#CDD6DC
(205,214,220)
#D2DAE0
(210,218,224)
#D7DEE4
(215,222,228)
#DCE2E8
(220,226,232)
#E1E6EC
(225,230,236)
#E6EAF0
(230,234,240)
#EBEEF4
(235,238,244)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECAD0 color. Also use rgb(190,202,208) instead hex code.

Text Font Color

.myTextColor { color: #BECAD0; }

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

This text font color is #BECAD0.

Background Color

.myBgColor { background-color: #BECAD0; }

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

This div background color is #BECAD0.

Border color

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

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

This div border color is #BECAD0.

Opacity

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

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

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

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

This text has shadow with #BECAD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECAD0.

Preview

Color preview on black background

This text has color #BECAD0 on black background.


Color preview on white background

This text has color #BECAD0 on white background.


Black color preview on #BECAD0 background

This text has black color on #BECAD0 background.


White color preview on #BECAD0 background

This text has white color on #BECAD0 background.


Related colors

Complementary color

Complementary color for #hex is #41352F.


I love getcolorcode.com

Triadic colors

1 #D0BECA and #CAD0BE with #BECAD0 are triadic colors.

2 #D0CABE and #CABED0 with #BECAD0 are triadic colors.