COLOR #BECAD8

HEX: #BECAD8 RGB: (190,202,216)

Color info

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

RGB color model

#BECAD8 color RGB value is (190,202,216).

RGB: (190,202,216) (75%, 79%, 85%)

RGB channels and saturation

R 190 of 255 = 75%
G 202 of 255 = 79%
B 216 of 255 = 85%

190
202
216

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

Portions of RGB colors in percentages

R + G + B = 190 + 202 + 216 = 608 (100%)
R 190 of 608 ~ 31.25%
G 202 of 608 ~ 33.22%
B 216 of 608 ~ 35.53'%

%31.25
%33.22
%35.53

CMYK color model

#BECAD8 color CMYK value is (12,6,0,15).

  • cyan value is 12.04%
  • magenta value is 6.48%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (12,6,0,15)
C12M6Y0K15 (12%, 6%, 0%, 15%)
(0.12 / 0.06 / 0.00 / 0.15)

CMYK percentages

%12.04
%6.48
%0
%15.29

Codes

Color #BECAD8 in popluar color models

BE CA D8
RGB 190 202 216
HSL 212° 25.00% 79.61%
HSB/HSV 212° 12.04% 84.71%
CMYK 12.04% 6.48% 0.00%
15.29%

Color #BECAD8 in popluar number systems.

HEX BE CA D8
Decimal 190 202 216
Binary 10111110 11001010 11011000
Octal 276 312 330

Shades and tints

Shades of #BECAD8

#BECAD8
(190,202,216)
#ADB8C5
(173,184,197)
#9CA6B2
(156,166,178)
#8B949F
(139,148,159)
#7A828C
(122,130,140)
#697079
(105,112,121)
#585E66
(88,94,102)
#474C53
(71,76,83)
#363A40
(54,58,64)
#25282D
(37,40,45)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #BECAD8

#BECAD8
(190,202,216)
#C3CEDB
(195,206,219)
#C8D2DE
(200,210,222)
#CDD6E1
(205,214,225)
#D2DAE4
(210,218,228)
#D7DEE7
(215,222,231)
#DCE2EA
(220,226,234)
#E1E6ED
(225,230,237)
#E6EAF0
(230,234,240)
#EBEEF3
(235,238,243)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECAD8; }

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

This text font color is #BECAD8.

Background Color

.myBgColor { background-color: #BECAD8; }

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

This div background color is #BECAD8.

Border color

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

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

This div border color is #BECAD8.

Opacity

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

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

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

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

This text has shadow with #BECAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECAD8.

Preview

Color preview on black background

This text has color #BECAD8 on black background.


Color preview on white background

This text has color #BECAD8 on white background.


Black color preview on #BECAD8 background

This text has black color on #BECAD8 background.


White color preview on #BECAD8 background

This text has white color on #BECAD8 background.


Related colors

Complementary color

Complementary color for #hex is #413527.


I love getcolorcode.com

Triadic colors

1 #D8BECA and #CAD8BE with #BECAD8 are triadic colors.

2 #D8CABE and #CABED8 with #BECAD8 are triadic colors.