COLOR #B189BE

HEX: #B189BE
RGB: (177,137,190)

Renk bilgisi

#B189BE contains red, green and blue colors in about the same proportion. #B189BE ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#B189BE color RGB value is (177,137,190).

  • kırmız ton 177;
  • yeşil ton 137;
  • mavi ton 190.
RGB:
(177,137,190)
(69%,54%,75%)

RGB bağlantıları ve doygunluk

R 177 of 255 = 69%
G 137 of 255 = 54%
B 190 of 255 = 75%

177
137
190

R + G + B ~ 66%. #B189BE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
177 + 137 + 190 = 504 (100%)
R 177 of 504 ~ 35.12%
G 137 of 504 ~ 27.18%
B 190 of 504 ~ 37.7%

%35.12
%27.18
%37.7

CMYK RENK MODELİ

#B189BE rengi CMYK tonu (7,28,0,25).

  • camgöbeği tonu 6.84%
  • eflatun tonu 27.89%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(7,28,0,25)
C7M28Y0K25 
(7%,28%,0%,25%)
(0.07/0.28/0.00/0.25)	

CMYK yüzdeleri

%6.84
%27.89
%0
%25.49

Codes

Color #B189BE in popluar color models

B189BE
RGB177137190
HSL285°28.96%64.12%
HSB/HSV285°27.89%74.51%
CMYK6.84%27.89%0.00%
25.49%

Color #B189BE in popluar number systems.

HEXB189BE
Decimal177137190
Binary101100011000100110111110
Octal261211276

Shades and tints

Shades of #B189BE

#B189BE
(177,137,190)
#A17DAD
(161,125,173)
#91719C
(145,113,156)
#81658B
(129,101,139)
#71597A
(113,89,122)
#614D69
(97,77,105)
#514158
(81,65,88)
#413547
(65,53,71)
#312936
(49,41,54)
#211D25
(33,29,37)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #B189BE

#B189BE
(177,137,190)
#B893C3
(184,147,195)
#BF9DC8
(191,157,200)
#C6A7CD
(198,167,205)
#CDB1D2
(205,177,210)
#D4BBD7
(212,187,215)
#DBC5DC
(219,197,220)
#E2CFE1
(226,207,225)
#E9D9E6
(233,217,230)
#F0E3EB
(240,227,235)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B189BE color. Also use rgb(177,137,190) instead hex code.

Text Font Color

.myTextColor { color: #B189BE; }

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

This text font color is #B189BE.


Background Color

.myBgColor { background-color: #B189BE; }

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

This div background color is #B189BE.


Border color

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

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

This div border color is #B189BE.


Opacity

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

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

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

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

This text has shadow with #B189BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B189BE on black background.


Color preview on white background

This text has color #B189BE on white background.



Black color preview on #B189BE background

This text has black color on #B189BE background.


White color preview on #B189BE background

This text has white color on #B189BE background.