#B496BA

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

Shades of East Side #B496BA

Tints of East Side #B496BA

Color information

#B496BA (or 0xB496BA) is unknown color: approx East Side. HEX triplet: B4, 96 and BA. RGB value is (180,150,186). Sum of RGB (Red+Green+Blue) = 180+150+186=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #B496BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B496BA is #4B6945. Grayscale: #A2A2A2. Windows color (decimal): -4942150 or 12228276. OLE color: 12228276.

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

Color convert

RGB180150186-
CMYK0.030.1900.27
HSL290º20.69%65.88%-
HSV(B)290º19.35%72.94%-
XYZ38.5935.0651.19-
YUV163.07140.94140.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.88%
GREEN value IS 150 (58.98% from 255) = 29.07%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=34.88%
G=29.07%
B=36.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801501860.030.1900.2729020.6965.88
HexB496BA31301B1221542
Octal26422627232303344225102
Binary1011010010010110101110101110011011011100100010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B496BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B496BA; }

 p { color: rgb(180,150,186); }

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

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

 a { background-color: rgb(180,150,186); }

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

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

 span { border-color: rgb(180,150,186); }

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