COLOR #B094CA

HEX: #B094CA RGB: (176,148,202)

Color info

#B094CA contains red, green and blue colors in about the same proportion. Web safe color of #B094CA is #9999CC (or #99C).

RGB color model

#B094CA color RGB value is (176,148,202).

RGB: (176,148,202) (69%, 58%, 79%)

RGB channels and saturation

R 176 of 255 = 69%
G 148 of 255 = 58%
B 202 of 255 = 79%

176
148
202

R + G + B ~ 69%. #B094CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 148 + 202 = 526 (100%)
R 176 of 526 ~ 33.46%
G 148 of 526 ~ 28.14%
B 202 of 526 ~ 38.4'%

%33.46
%28.14
%38.4

CMYK color model

#B094CA color CMYK value is (13,27,0,21).

  • cyan value is 12.87%
  • magenta value is 26.73%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (13,27,0,21)
C13M27Y0K21 (13%, 27%, 0%, 21%)
(0.13 / 0.27 / 0.00 / 0.21)

CMYK percentages

%12.87
%26.73
%0
%20.78

Codes

Color #B094CA in popluar color models

B0 94 CA
RGB 176 148 202
HSL 271° 33.75% 68.63%
HSB/HSV 271° 26.73% 79.22%
CMYK 12.87% 26.73% 0.00%
20.78%

Color #B094CA in popluar number systems.

HEX B0 94 CA
Decimal 176 148 202
Binary 10110000 10010100 11001010
Octal 260 224 312

Shades and tints

Shades of #B094CA

#B094CA
(176,148,202)
#A087B8
(160,135,184)
#907AA6
(144,122,166)
#806D94
(128,109,148)
#706082
(112,96,130)
#605370
(96,83,112)
#50465E
(80,70,94)
#40394C
(64,57,76)
#302C3A
(48,44,58)
#201F28
(32,31,40)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #B094CA

#B094CA
(176,148,202)
#B79DCE
(183,157,206)
#BEA6D2
(190,166,210)
#C5AFD6
(197,175,214)
#CCB8DA
(204,184,218)
#D3C1DE
(211,193,222)
#DACAE2
(218,202,226)
#E1D3E6
(225,211,230)
#E8DCEA
(232,220,234)
#EFE5EE
(239,229,238)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B094CA color. Also use rgb(176,148,202) instead hex code.

Text Font Color

.myTextColor { color: #B094CA; }

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

This text font color is #B094CA.

Background Color

.myBgColor { background-color: #B094CA; }

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

This div background color is #B094CA.

Border color

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

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

This div border color is #B094CA.

Opacity

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

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

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

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

This text has shadow with #B094CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B094CA.

Preview

Color preview on black background

This text has color #B094CA on black background.


Color preview on white background

This text has color #B094CA on white background.


Black color preview on #B094CA background

This text has black color on #B094CA background.


White color preview on #B094CA background

This text has white color on #B094CA background.


Related colors

Complementary color

Complementary color for #hex is #4F6B35.


I love getcolorcode.com

Triadic colors

1 #CAB094 and #94CAB0 with #B094CA are triadic colors.

2 #CA94B0 and #94B0CA with #B094CA are triadic colors.