#B388BA

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

Shades of East Side #B388BA

Tints of East Side #B388BA

Color information

#B388BA (or 0xB388BA) is unknown color: approx East Side. HEX triplet: B3, 88 and BA. RGB value is (179,136,186). Sum of RGB (Red+Green+Blue) = 179+136+186=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #B388BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388BA is #4C7745. Grayscale: #9A9A9A. Windows color (decimal): -5011270 or 12224691. OLE color: 12224691.

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

Color convert

RGB179136186-
CMYK0.040.2700.27
HSL291.6º26.6%63.14%-
HSV(B)291.6º26.88%72.94%-
XYZ36.2630.7450.48-
YUV154.56145.75145.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.73%
GREEN value IS 136 (53.52% from 255) = 27.15%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=35.73%
G=27.15%
B=37.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791361860.040.2700.27291.626.663.14
HexB388BA41B01B1241b3f
Octal2632102724330334443377
Binary1011001110001000101110101001101101101110010010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B388BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B388BA; }

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

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

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

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

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

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

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

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