#B589C0

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

Shades of East Side #B589C0

Tints of East Side #B589C0

Color information

#B589C0 (or 0xB589C0) is unknown color: approx East Side. HEX triplet: B5, 89 and C0. RGB value is (181,137,192). Sum of RGB (Red+Green+Blue) = 181+137+192=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 192 - color contains mainly: blue. Hex color #B589C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B589C0 is #4A763F. Grayscale: #9C9C9C. Windows color (decimal): -4879936 or 12618165. OLE color: 12618165.

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

Color convert

RGB181137192-
CMYK0.060.2900.25
HSL288º30.39%64.51%-
HSV(B)288º28.65%75.29%-
XYZ37.5231.5253.98-
YUV156.43148.08145.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 137 (53.91% from 255) = 26.86%
BLUE value IS 192 (75.39% from 255) = 37.65%
R=35.49%
G=26.86%
B=37.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811371920.060.2900.2528830.3964.51
HexB589C061D0191201e41
Octal26521130063503144036101
Binary10110101100010011100000011011101011001100100000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B589C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B589C0; }

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

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

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

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

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

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

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

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