#B291BA

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

Shades of East Side #B291BA

Tints of East Side #B291BA

Color information

#B291BA (or 0xB291BA) is unknown color: approx East Side. HEX triplet: B2, 91 and BA. RGB value is (178,145,186). Sum of RGB (Red+Green+Blue) = 178+145+186=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #B291BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B291BA is #4D6E45. Grayscale: #9F9F9F. Windows color (decimal): -5074502 or 12226994. OLE color: 12226994.

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

Color convert

RGB178145186-
CMYK0.040.2200.27
HSL288.29º22.91%64.9%-
HSV(B)288.29º22.04%72.94%-
XYZ37.3533.2650.91-
YUV159.54142.93141.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.97%
GREEN value IS 145 (57.03% from 255) = 28.49%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=34.97%
G=28.49%
B=36.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781451860.040.2200.27288.2922.9164.9
HexB291BA41601B1201741
Octal26222127242603344027101
Binary10110010100100011011101010010110011011100100000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B291BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B291BA; }

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

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

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

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

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

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

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

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