#B493BA

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

Shades of East Side #B493BA

Tints of East Side #B493BA

Color information

#B493BA (or 0xB493BA) is unknown color: approx East Side. HEX triplet: B4, 93 and BA. RGB value is (180,147,186). Sum of RGB (Red+Green+Blue) = 180+147+186=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #B493BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493BA is #4B6C45. Grayscale: #A1A1A1. Windows color (decimal): -4942918 or 12227508. OLE color: 12227508.

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

Color convert

RGB180147186-
CMYK0.030.2100.27
HSL290.77º22.03%65.29%-
HSV(B)290.77º20.97%72.94%-
XYZ38.1234.1251.03-
YUV161.31141.93141.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 147 (57.81% from 255) = 28.65%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=35.09%
G=28.65%
B=36.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801471860.030.2100.27290.7722.0365.29
HexB493BA31501B1231641
Octal26422327232503344326101
Binary1011010010010011101110101110101011011100100011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493BA; }

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

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

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

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

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

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

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

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