COLOR #BECCC0

HEX: #BECCC0 RGB: (190,204,192)

Color info

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

RGB color model

#BECCC0 color RGB value is (190,204,192).

RGB: (190,204,192) (75%, 80%, 75%)

RGB channels and saturation

R 190 of 255 = 75%
G 204 of 255 = 80%
B 192 of 255 = 75%

190
204
192

R + G + B ~ 77%. #BECCC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 204 + 192 = 586 (100%)
R 190 of 586 ~ 32.42%
G 204 of 586 ~ 34.81%
B 192 of 586 ~ 32.76'%

%32.42
%34.81
%32.76

CMYK color model

#BECCC0 color CMYK value is (7,0,6,20).

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 20.00%

CMYK: (7,0,6,20)
C7M0Y6K20 (7%, 0%, 6%, 20%)
(0.07 / 0.00 / 0.06 / 0.20)

CMYK percentages

%6.86
%0
%5.88
%20

Codes

Color #BECCC0 in popluar color models

BE CC C0
RGB 190 204 192
HSL 129° 12.07% 77.25%
HSB/HSV 129° 6.86% 80.00%
CMYK 6.86% 0.00% 5.88%
20.00%

Color #BECCC0 in popluar number systems.

HEX BE CC C0
Decimal 190 204 192
Binary 10111110 11001100 11000000
Octal 276 314 300

Shades and tints

Shades of #BECCC0

#BECCC0
(190,204,192)
#ADBAAF
(173,186,175)
#9CA89E
(156,168,158)
#8B968D
(139,150,141)
#7A847C
(122,132,124)
#69726B
(105,114,107)
#58605A
(88,96,90)
#474E49
(71,78,73)
#363C38
(54,60,56)
#252A27
(37,42,39)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #BECCC0

#BECCC0
(190,204,192)
#C3D0C5
(195,208,197)
#C8D4CA
(200,212,202)
#CDD8CF
(205,216,207)
#D2DCD4
(210,220,212)
#D7E0D9
(215,224,217)
#DCE4DE
(220,228,222)
#E1E8E3
(225,232,227)
#E6ECE8
(230,236,232)
#EBF0ED
(235,240,237)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECCC0 color. Also use rgb(190,204,192) instead hex code.

Text Font Color

.myTextColor { color: #BECCC0; }

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

This text font color is #BECCC0.

Background Color

.myBgColor { background-color: #BECCC0; }

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

This div background color is #BECCC0.

Border color

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

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

This div border color is #BECCC0.

Opacity

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

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

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

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

This text has shadow with #BECCC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECCC0.

Preview

Color preview on black background

This text has color #BECCC0 on black background.


Color preview on white background

This text has color #BECCC0 on white background.


Black color preview on #BECCC0 background

This text has black color on #BECCC0 background.


White color preview on #BECCC0 background

This text has white color on #BECCC0 background.


Related colors

Complementary color

Complementary color for #hex is #41333F.


I love getcolorcode.com

Triadic colors

1 #C0BECC and #CCC0BE with #BECCC0 are triadic colors.

2 #C0CCBE and #CCBEC0 with #BECCC0 are triadic colors.