#B589BC

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

Shades of East Side #B589BC

Tints of East Side #B589BC

Color information

#B589BC (or 0xB589BC) is unknown color: approx East Side. HEX triplet: B5, 89 and BC. RGB value is (181,137,188). Sum of RGB (Red+Green+Blue) = 181+137+188=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #B589BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B589BC is #4A7643. Grayscale: #9B9B9B. Windows color (decimal): -4879940 or 12356021. OLE color: 12356021.

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

Color convert

RGB181137188-
CMYK0.040.2700.26
HSL291.76º27.57%63.73%-
HSV(B)291.76º27.13%73.73%-
XYZ37.0831.3551.67-
YUV155.97146.08145.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.77%
GREEN value IS 137 (53.91% from 255) = 27.08%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=35.77%
G=27.08%
B=37.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811371880.040.2700.26291.7627.5763.73
HexB589BC41B01A1241c40
Octal26521127443303244434100
Binary10110101100010011011110010011011011010100100100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B589BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B589BC; }

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

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

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

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

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

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

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

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