#B389BB

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

Shades of East Side #B389BB

Tints of East Side #B389BB

Color information

#B389BB (or 0xB389BB) is unknown color: approx East Side. HEX triplet: B3, 89 and BB. RGB value is (179,137,187). Sum of RGB (Red+Green+Blue) = 179+137+187=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #B389BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389BB is #4C7644. Grayscale: #9B9B9B. Windows color (decimal): -5011013 or 12290483. OLE color: 12290483.

HSL color Cylindrical-coordinate representation of color #B389BB: hue angle of 290.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B389BB is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179137187-
CMYK0.040.2700.27
HSL290.4º26.88%63.53%-
HSV(B)290.4º26.74%73.33%-
XYZ36.5131.0651.09-
YUV155.26145.91144.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 137 (53.91% from 255) = 27.24%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=35.59%
G=27.24%
B=37.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791371870.040.2700.27290.426.8863.53
HexB389BB41B01B1221b40
Octal26321127343303344233100
Binary10110011100010011011101110011011011011100100010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B389BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B389BB; }

 p { color: rgb(179,137,187); }

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

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

 a { background-color: rgb(179,137,187); }

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

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

 span { border-color: rgb(179,137,187); }

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