#B189BE

Color #B189BE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B189BE

Tints of East Side #B189BE

Color information

#B189BE (or 0xB189BE) is unknown color: approx East Side. HEX triplet: B1, 89 and BE. RGB value is (177,137,190). Sum of RGB (Red+Green+Blue) = 177+137+190=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #B189BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B189BE is #4E7641. Grayscale: #9A9A9A. Windows color (decimal): -5142082 or 12487089. OLE color: 12487089.

HSL color Cylindrical-coordinate representation of color #B189BE: hue angle of 285.28º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B189BE is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177137190-
CMYK0.070.2800.25
HSL285.28º28.96%64.12%-
HSV(B)285.28º27.89%74.51%-
XYZ36.3730.9652.77-
YUV155147.75143.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 137 (53.91% from 255) = 27.18%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=35.12%
G=27.18%
B=37.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771371900.070.2800.25285.2828.9664.12
HexB189BE71C01911d1d40
Octal26121127673403143535100
Binary10110001100010011011111011111100011001100011101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B189BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B189BE; }

 p { color: rgb(177,137,190); }

 H1.HeaderClassName
 {
   color: #B189BE;
 }
 .AnyTagClassName
 {
   color: #B189BE;
 }
</style>
background-color css

<style>
 a { background-color: #B189BE; }

 a { background-color: rgb(177,137,190); }

 div.DivClassName
 {
   background-color: #B189BE;
 }
 .BgClassName
 {
   background-color: #B189BE;
 }
</style>
border-color css

<style>
 span { border-color: #B189BE; }

 span { border-color: rgb(177,137,190); }

 td.TdClassName
 {
   border-color: #B189BE;
 }
 .TagClassName
 {
   border-color: #B189BE;
 }
</style>