#B189BA

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

Shades of East Side #B189BA

Tints of East Side #B189BA

Color information

#B189BA (or 0xB189BA) is unknown color: approx East Side. HEX triplet: B1, 89 and BA. RGB value is (177,137,186). Sum of RGB (Red+Green+Blue) = 177+137+186=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #B189BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B189BA is #4E7645. Grayscale: #9A9A9A. Windows color (decimal): -5142086 or 12224945. OLE color: 12224945.

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

Color convert

RGB177137186-
CMYK0.050.2600.27
HSL288.98º26.2%63.33%-
HSV(B)288.98º26.34%72.94%-
XYZ35.9430.7850.5-
YUV154.55145.75144.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 137 (53.91% from 255) = 27.4%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=35.4%
G=27.4%
B=37.2%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771371860.050.2600.27288.9826.263.33
HexB189BA51A01B1211a3f
Octal2612112725320334413277
Binary1011000110001001101110101011101001101110010000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B189BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B189BA; }

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

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

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

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

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

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

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

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