#B293BC

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

Shades of East Side #B293BC

Tints of East Side #B293BC

Color information

#B293BC (or 0xB293BC) is unknown color: approx East Side. HEX triplet: B2, 93 and BC. RGB value is (178,147,188). Sum of RGB (Red+Green+Blue) = 178+147+188=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #B293BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293BC is #4D6C43. Grayscale: #A0A0A0. Windows color (decimal): -5073988 or 12358578. OLE color: 12358578.

HSL color Cylindrical-coordinate representation of color #B293BC: hue angle of 285.37º 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 #B293BC is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB178147188-
CMYK0.050.2200.26
HSL285.37º23.43%65.69%-
HSV(B)285.37º21.81%73.73%-
XYZ37.8733.9652.14-
YUV160.94143.27140.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 147 (57.81% from 255) = 28.65%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=34.70%
G=28.65%
B=36.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781471880.050.2200.26285.3723.4365.69
HexB293BC51601A11d1742
Octal26222327452603243527102
Binary10110010100100111011110010110110011010100011101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B293BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B293BC; }

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

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

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

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

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

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

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

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