#B288BA

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

Shades of East Side #B288BA

Tints of East Side #B288BA

Color information

#B288BA (or 0xB288BA) is unknown color: approx East Side. HEX triplet: B2, 88 and BA. RGB value is (178,136,186). Sum of RGB (Red+Green+Blue) = 178+136+186=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #B288BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B288BA is #4D7745. Grayscale: #9A9A9A. Windows color (decimal): -5076806 or 12224690. OLE color: 12224690.

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

Color convert

RGB178136186-
CMYK0.040.2700.27
HSL290.4º26.6%63.14%-
HSV(B)290.4º26.88%72.94%-
XYZ36.0330.6250.47-
YUV154.26145.91144.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 136 (53.52% from 255) = 27.2%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=35.6%
G=27.2%
B=37.2%

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
Decimal1781361860.040.2700.27290.426.663.14
HexB288BA41B01B1221b3f
Octal2622102724330334423377
Binary1011001010001000101110101001101101101110010001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B288BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B288BA; }

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

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

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

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

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

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

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

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