#B495BA

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

Shades of East Side #B495BA

Tints of East Side #B495BA

Color information

#B495BA (or 0xB495BA) is unknown color: approx East Side. HEX triplet: B4, 95 and BA. RGB value is (180,149,186). Sum of RGB (Red+Green+Blue) = 180+149+186=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #B495BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B495BA is #4B6A45. Grayscale: #A2A2A2. Windows color (decimal): -4942406 or 12228020. OLE color: 12228020.

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

Color convert

RGB180149186-
CMYK0.030.2000.27
HSL290.27º21.14%65.69%-
HSV(B)290.27º19.89%72.94%-
XYZ38.4334.7451.13-
YUV162.49141.27140.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 149 (58.59% from 255) = 28.93%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=34.95%
G=28.93%
B=36.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801491860.030.2000.27290.2721.1465.69
HexB495BA31401B1221542
Octal26422527232403344225102
Binary1011010010010101101110101110100011011100100010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B495BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B495BA; }

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

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

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

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

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

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

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

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