#B588BA

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

Shades of East Side #B588BA

Tints of East Side #B588BA

Color information

#B588BA (or 0xB588BA) is unknown color: approx East Side. HEX triplet: B5, 88 and BA. RGB value is (181,136,186). Sum of RGB (Red+Green+Blue) = 181+136+186=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #B588BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B588BA is #4A7745. Grayscale: #9B9B9B. Windows color (decimal): -4880198 or 12224693. OLE color: 12224693.

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

Color convert

RGB181136186-
CMYK0.030.2700.27
HSL294º26.6%63.14%-
HSV(B)294º26.88%72.94%-
XYZ36.7230.9850.5-
YUV155.16145.41146.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.98%
GREEN value IS 136 (53.52% from 255) = 27.04%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=35.98%
G=27.04%
B=36.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811361860.030.2700.2729426.663.14
HexB588BA31B01B1261b3f
Octal2652102723330334463377
Binary101101011000100010111010111101101101110010011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B588BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B588BA; }

 p { color: rgb(181,136,186); }

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

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

 a { background-color: rgb(181,136,186); }

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

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

 span { border-color: rgb(181,136,186); }

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