COLOR #B095BE

HEX: #B095BE RGB: (176,149,190)

Color info

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

RGB color model

#B095BE color RGB value is (176,149,190).

RGB: (176,149,190) (69%, 58%, 75%)

RGB channels and saturation

R 176 of 255 = 69%
G 149 of 255 = 58%
B 190 of 255 = 75%

176
149
190

R + G + B ~ 67%. #B095BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 149 + 190 = 515 (100%)
R 176 of 515 ~ 34.17%
G 149 of 515 ~ 28.93%
B 190 of 515 ~ 36.89'%

%34.17
%28.93
%36.89

CMYK color model

#B095BE color CMYK value is (7,22,0,25).

  • cyan value is 7.37%
  • magenta value is 21.58%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (7,22,0,25)
C7M22Y0K25 (7%, 22%, 0%, 25%)
(0.07 / 0.22 / 0.00 / 0.25)

CMYK percentages

%7.37
%21.58
%0
%25.49

Codes

Color #B095BE in popluar color models

B0 95 BE
RGB 176 149 190
HSL 280° 23.98% 66.47%
HSB/HSV 280° 21.58% 74.51%
CMYK 7.37% 21.58% 0.00%
25.49%

Color #B095BE in popluar number systems.

HEX B0 95 BE
Decimal 176 149 190
Binary 10110000 10010101 10111110
Octal 260 225 276

Shades and tints

Shades of #B095BE

#B095BE
(176,149,190)
#A088AD
(160,136,173)
#907B9C
(144,123,156)
#806E8B
(128,110,139)
#70617A
(112,97,122)
#605469
(96,84,105)
#504758
(80,71,88)
#403A47
(64,58,71)
#302D36
(48,45,54)
#202025
(32,32,37)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #B095BE

#B095BE
(176,149,190)
#B79EC3
(183,158,195)
#BEA7C8
(190,167,200)
#C5B0CD
(197,176,205)
#CCB9D2
(204,185,210)
#D3C2D7
(211,194,215)
#DACBDC
(218,203,220)
#E1D4E1
(225,212,225)
#E8DDE6
(232,221,230)
#EFE6EB
(239,230,235)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B095BE color. Also use rgb(176,149,190) instead hex code.

Text Font Color

.myTextColor { color: #B095BE; }

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

This text font color is #B095BE.

Background Color

.myBgColor { background-color: #B095BE; }

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

This div background color is #B095BE.

Border color

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

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

This div border color is #B095BE.

Opacity

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

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

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

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

This text has shadow with #B095BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B095BE.

Preview

Color preview on black background

This text has color #B095BE on black background.


Color preview on white background

This text has color #B095BE on white background.


Black color preview on #B095BE background

This text has black color on #B095BE background.


White color preview on #B095BE background

This text has white color on #B095BE background.


Related colors

Complementary color

Complementary color for #hex is #4F6A41.


I love getcolorcode.com

Triadic colors

1 #BEB095 and #95BEB0 with #B095BE are triadic colors.

2 #BE95B0 and #95B0BE with #B095BE are triadic colors.