#B089B5

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

Shades of East Side #B089B5

Tints of East Side #B089B5

Color information

#B089B5 (or 0xB089B5) is unknown color: approx East Side. HEX triplet: B0, 89 and B5. RGB value is (176,137,181). Sum of RGB (Red+Green+Blue) = 176+137+181=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 181 - color contains mainly: blue. Hex color #B089B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089B5 is #4F764A. Grayscale: #999999. Windows color (decimal): -5207627 or 11897264. OLE color: 11897264.

HSL color Cylindrical-coordinate representation of color #B089B5: hue angle of 293.18º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B089B5 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176137181-
CMYK0.030.2400.29
HSL293.18º22.92%62.35%-
HSV(B)293.18º24.31%70.98%-
XYZ35.1930.4647.74-
YUV153.68143.42143.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 181 (71.09% from 255) = 36.64%
R=35.63%
G=27.73%
B=36.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761371810.030.2400.29293.1822.9262.35
HexB089B531801D125173e
Octal2602112653300354452776
Binary101100001000100110110101111100001110110010010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089B5; }

 p { color: rgb(176,137,181); }

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

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

 a { background-color: rgb(176,137,181); }

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

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

 span { border-color: rgb(176,137,181); }

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