COLOR #BEAFBC

HEX: #BEAFBC RGB: (190,175,188)

Color info

#BEAFBC contains red, green and blue colors in about the same proportion. Web safe color of #BEAFBC is #CC99CC (or #C9C).

RGB color model

#BEAFBC color RGB value is (190,175,188).

RGB: (190,175,188) (75%, 69%, 74%)

RGB channels and saturation

R 190 of 255 = 75%
G 175 of 255 = 69%
B 188 of 255 = 74%

190
175
188

R + G + B ~ 73%. #BEAFBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 175 + 188 = 553 (100%)
R 190 of 553 ~ 34.36%
G 175 of 553 ~ 31.65%
B 188 of 553 ~ 34'%

%34.36
%31.65
%34

CMYK color model

#BEAFBC color CMYK value is (0,8,1,25).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 1.05%
  • key color value is 25.49%

CMYK: (0,8,1,25)
C0M8Y1K25 (0%, 8%, 1%, 25%)
(0.00 / 0.08 / 0.01 / 0.25)

CMYK percentages

%0
%7.89
%1.05
%25.49

Codes

Color #BEAFBC in popluar color models

BE AF BC
RGB 190 175 188
HSL 308° 10.34% 71.57%
HSB/HSV 308° 7.89% 74.51%
CMYK 0.00% 7.89% 1.05%
25.49%

Color #BEAFBC in popluar number systems.

HEX BE AF BC
Decimal 190 175 188
Binary 10111110 10101111 10111100
Octal 276 257 274

Shades and tints

Shades of #BEAFBC

#BEAFBC
(190,175,188)
#ADA0AB
(173,160,171)
#9C919A
(156,145,154)
#8B8289
(139,130,137)
#7A7378
(122,115,120)
#696467
(105,100,103)
#585556
(88,85,86)
#474645
(71,70,69)
#363734
(54,55,52)
#252823
(37,40,35)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #BEAFBC

#BEAFBC
(190,175,188)
#C3B6C2
(195,182,194)
#C8BDC8
(200,189,200)
#CDC4CE
(205,196,206)
#D2CBD4
(210,203,212)
#D7D2DA
(215,210,218)
#DCD9E0
(220,217,224)
#E1E0E6
(225,224,230)
#E6E7EC
(230,231,236)
#EBEEF2
(235,238,242)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAFBC color. Also use rgb(190,175,188) instead hex code.

Text Font Color

.myTextColor { color: #BEAFBC; }

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

This text font color is #BEAFBC.

Background Color

.myBgColor { background-color: #BEAFBC; }

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

This div background color is #BEAFBC.

Border color

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

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

This div border color is #BEAFBC.

Opacity

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

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

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

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

This text has shadow with #BEAFBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAFBC.

Preview

Color preview on black background

This text has color #BEAFBC on black background.


Color preview on white background

This text has color #BEAFBC on white background.


Black color preview on #BEAFBC background

This text has black color on #BEAFBC background.


White color preview on #BEAFBC background

This text has white color on #BEAFBC background.


Related colors

Complementary color

Complementary color for #hex is #415043.


I love getcolorcode.com

Triadic colors

1 #BCBEAF and #AFBCBE with #BEAFBC are triadic colors.

2 #BCAFBE and #AFBEBC with #BEAFBC are triadic colors.