#B289B9

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

Shades of East Side #B289B9

Tints of East Side #B289B9

Color information

#B289B9 (or 0xB289B9) is unknown color: approx East Side. HEX triplet: B2, 89 and B9. RGB value is (178,137,185). Sum of RGB (Red+Green+Blue) = 178+137+185=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 185 - color contains mainly: blue. Hex color #B289B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B289B9 is #4D7646. Grayscale: #9A9A9A. Windows color (decimal): -5076551 or 12159410. OLE color: 12159410.

HSL color Cylindrical-coordinate representation of color #B289B9: hue angle of 291.25º 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 #B289B9 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178137185-
CMYK0.040.2600.27
HSL291.25º25.53%63.14%-
HSV(B)291.25º25.95%72.55%-
XYZ36.0630.8649.95-
YUV154.73145.08144.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 137 (53.91% from 255) = 27.4%
BLUE value IS 185 (72.66% from 255) = 37%
R=35.6%
G=27.4%
B=37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781371850.040.2600.27291.2525.5363.14
HexB289B941A01B1231a3f
Octal2622112714320334433277
Binary1011001010001001101110011001101001101110010001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B289B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B289B9; }

 p { color: rgb(178,137,185); }

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

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

 a { background-color: rgb(178,137,185); }

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

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

 span { border-color: rgb(178,137,185); }

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