#B493BC

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

Shades of East Side #B493BC

Tints of East Side #B493BC

Color information

#B493BC (or 0xB493BC) is unknown color: approx East Side. HEX triplet: B4, 93 and BC. RGB value is (180,147,188). Sum of RGB (Red+Green+Blue) = 180+147+188=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #B493BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493BC is #4B6C43. Grayscale: #A1A1A1. Windows color (decimal): -4942916 or 12358580. OLE color: 12358580.

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

Color convert

RGB180147188-
CMYK0.040.2200.26
HSL288.29º23.43%65.69%-
HSV(B)288.29º21.81%73.73%-
XYZ38.3334.252.16-
YUV161.54142.93141.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 147 (57.81% from 255) = 28.54%
BLUE value IS 188 (73.83% from 255) = 36.50%
R=34.95%
G=28.54%
B=36.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801471880.040.2200.26288.2923.4365.69
HexB493BC41601A1201742
Octal26422327442603244027102
Binary10110100100100111011110010010110011010100100000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493BC; }

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

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

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

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

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

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

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

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